brillo de CSS
/*
In order to use CSS Brightness you need to use the Filter property
You can use a percent or a decimal or an integer
*/
filter: brightness(100%);
/* OR above 100% */
filter: brightness(200%);
13Garth