Shades of Chartreuse #85FF09
Tints of Chartreuse #85FF09
RGB
CMYK
RGB Variations
Color information
#85FF09 (or 0x85FF09) is known color: Chartreuse. HEX triplet: 85, FF and 09. RGB value is (133,255,9). Sum of RGB (Red+Green+Blue) = 133+255+9=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FF09 is #7A00F6. Grayscale: #BFBFBF. Windows color (decimal): -7995639 or 655237. OLE color: 655237.
HSL color Cylindrical-coordinate representation of color #85FF09: hue angle of 89.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85FF09 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 9 | - |
| CMYK | 0.48 | 0 | 0.96 | 0 |
| HSL | 89.76º | 1% | 0.52% | - |
| HSV(B) | 89.76º | 0.96% | 1% | - |
| XYZ | 45.48 | 76.53 | 12.63 | - |
| YUV | 190.48 | 25.58 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 9 | 0.48 | 0 | 0.96 | 0 | 89.76 | 1 | 0.52 |
| Hex | 85 | FF | 9 | 30 | 0 | 60 | 0 | 5A | 64 | 34 |
| Octal | 205 | 377 | 11 | 60 | 0 | 140 | 0 | 132 | 144 | 64 |
| Binary | 10000101 | 11111111 | 1001 | 110000 | 0 | 1100000 | 0 | 1011010 | 1100100 | 110100 |
Color Harmonies of #85FF09
Complementary color
Monochromatic Colors of #85FF09
Black with #85FF09
Text Example
Text Example
White with #85FF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF09; }
p { color: rgb(133,255,9); }
H1.HeaderClassName
{
color: #85FF09;
}
.AnyTagClassName
{
color: #85FF09;
}
</style>
background-color css
<style>
a { background-color: #85FF09; }
a { background-color: rgb(133,255,9); }
div.DivClassName
{
background-color: #85FF09;
}
.BgClassName
{
background-color: #85FF09;
}
</style>
border-color css
<style>
span { border-color: #85FF09; }
span { border-color: rgb(133,255,9); }
td.TdClassName
{
border-color: #85FF09;
}
.TagClassName
{
border-color: #85FF09;
}
</style>