Colors that are changed by the new formula L = 0.2126 * rgb.r + 0.7152 * rgb.g + 0.0722 * rgb.b > 0.5 * 255
, compared to just hsl.luminance > 0.5
.
I wanted a programmatically friendly list of the HTML named colors found here: https://en.wikipedia.org/wiki/Web_colors
Built with blockbuilder.org
forked from enjalot‘s block: HTML Color Names (Relative Lightness)
forked from enjalot‘s block: HTML Color Names (Relative Lightness)