STW* | The SEEMS TO WORK formula devised by me and described on Readable Text in Colour – STW*. |
gXYZ | Inverse gamma using the XYZ coefficients of R: 0.212655, G: 0.715158 and B: 0.072187, inverse gamma as described on StackOverflow. |
sYIQ | Inverse gamma using the YIQ coefficients of R: 0.299, G: 0.587, B: 0.114, YIQ coefficients also known as Digital CCIR601. |
sXYZ | Square root using the XYZ coefficients: sqrt((0.212655*(R^2)) + (0.715158*(G^2)) + 0.072187*(B^2)). |
sYIQ | Square root using the YIQ coefficients: sqrt((0.299*(R^2)) + (0.587*(G^2)) + (0.114*(B^2)). |
XYX | 0.212655*R + 0.715158*G + 0.072187*B, also known as the Luminosity formula, see Puzzling Greys. |
YIQ | 0.299*R + 0.587*G + 0.114*B, as in the Web Accessibility Guidelines from the W3C, see Holes in the W3C Colour Readability Guidelines. |
Lgt | Lightness: ½ × (max(R,G,B) + min(R,G,B)), see Puzzling Greys. |
Avg | Average:(R + G + B) ÷ 3, see Puzzling Greys. |
This page is now to be found at landofinterruptions.co.uk/nineshades