Shades of Chartreuse #85FC16
Tints of Chartreuse #85FC16
RGB
CMYK
RGB Variations
Color information
#85FC16 (or 0x85FC16) is known color: Chartreuse. HEX triplet: 85, FC and 16. RGB value is (133,252,22). Sum of RGB (Red+Green+Blue) = 133+252+22=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 252 (98.83% from 255 or 61.92% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FC16 is #7A03E9. Grayscale: #BEBEBE. Windows color (decimal): -7996394 or 1506437. OLE color: 1506437.
HSL color Cylindrical-coordinate representation of color #85FC16: hue angle of 91.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85FC16 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 22 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.01 |
| HSL | 91.04º | 0.97% | 0.54% | - |
| HSV(B) | 91.04º | 0.91% | 0.99% | - |
| XYZ | 44.63 | 74.67 | 12.82 | - |
| YUV | 190.2 | 33.08 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 22 | 0.47 | 0 | 0.91 | 0.01 | 91.04 | 0.97 | 0.54 |
| Hex | 85 | FC | 16 | 2F | 0 | 5B | 1 | 5B | 61 | 36 |
| Octal | 205 | 374 | 26 | 57 | 0 | 133 | 1 | 133 | 141 | 66 |
| Binary | 10000101 | 11111100 | 10110 | 101111 | 0 | 1011011 | 1 | 1011011 | 1100001 | 110110 |
Color Harmonies of #85FC16
Complementary color
Monochromatic Colors of #85FC16
Black with #85FC16
Text Example
Text Example
White with #85FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FC16; }
p { color: rgb(133,252,22); }
H1.HeaderClassName
{
color: #85FC16;
}
.AnyTagClassName
{
color: #85FC16;
}
</style>
background-color css
<style>
a { background-color: #85FC16; }
a { background-color: rgb(133,252,22); }
div.DivClassName
{
background-color: #85FC16;
}
.BgClassName
{
background-color: #85FC16;
}
</style>
border-color css
<style>
span { border-color: #85FC16; }
span { border-color: rgb(133,252,22); }
td.TdClassName
{
border-color: #85FC16;
}
.TagClassName
{
border-color: #85FC16;
}
</style>