Shades of Chartreuse #85FA09
Tints of Chartreuse #85FA09
RGB
CMYK
RGB Variations
Color information
#85FA09 (or 0x85FA09) is known color: Chartreuse. HEX triplet: 85, FA and 09. RGB value is (133,250,9). Sum of RGB (Red+Green+Blue) = 133+250+9=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 250 (98.05% from 255 or 63.78% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FA09 is #7A05F6. Grayscale: #BCBCBC. Windows color (decimal): -7996919 or 653957. OLE color: 653957.
HSL color Cylindrical-coordinate representation of color #85FA09: hue angle of 89.13º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85FA09 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 9 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.02 |
| HSL | 89.13º | 0.96% | 0.51% | - |
| HSV(B) | 89.13º | 0.96% | 0.98% | - |
| XYZ | 43.91 | 73.38 | 12.11 | - |
| YUV | 187.54 | 27.24 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 9 | 0.47 | 0 | 0.96 | 0.02 | 89.13 | 0.96 | 0.51 |
| Hex | 85 | FA | 9 | 2F | 0 | 60 | 2 | 59 | 60 | 33 |
| Octal | 205 | 372 | 11 | 57 | 0 | 140 | 2 | 131 | 140 | 63 |
| Binary | 10000101 | 11111010 | 1001 | 101111 | 0 | 1100000 | 10 | 1011001 | 1100000 | 110011 |
Color Harmonies of #85FA09
Complementary color
Monochromatic Colors of #85FA09
Black with #85FA09
Text Example
Text Example
White with #85FA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA09; }
p { color: rgb(133,250,9); }
H1.HeaderClassName
{
color: #85FA09;
}
.AnyTagClassName
{
color: #85FA09;
}
</style>
background-color css
<style>
a { background-color: #85FA09; }
a { background-color: rgb(133,250,9); }
div.DivClassName
{
background-color: #85FA09;
}
.BgClassName
{
background-color: #85FA09;
}
</style>
border-color css
<style>
span { border-color: #85FA09; }
span { border-color: rgb(133,250,9); }
td.TdClassName
{
border-color: #85FA09;
}
.TagClassName
{
border-color: #85FA09;
}
</style>