Shades of Chartreuse #85FA08
Tints of Chartreuse #85FA08
RGB
CMYK
RGB Variations
Color information
#85FA08 (or 0x85FA08) is known color: Chartreuse. HEX triplet: 85, FA and 08. RGB value is (133,250,8). Sum of RGB (Red+Green+Blue) = 133+250+8=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 250 (98.05% from 255 or 63.94% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FA08 is #7A05F7. Grayscale: #BCBCBC. Windows color (decimal): -7996920 or 588421. OLE color: 588421.
HSL color Cylindrical-coordinate representation of color #85FA08: hue angle of 89.01º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85FA08 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 8 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.02 |
| HSL | 89.01º | 0.96% | 0.51% | - |
| HSV(B) | 89.01º | 0.97% | 0.98% | - |
| XYZ | 43.9 | 73.38 | 12.08 | - |
| YUV | 187.43 | 26.74 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 8 | 0.47 | 0 | 0.97 | 0.02 | 89.01 | 0.96 | 0.51 |
| Hex | 85 | FA | 8 | 2F | 0 | 61 | 2 | 59 | 60 | 33 |
| Octal | 205 | 372 | 10 | 57 | 0 | 141 | 2 | 131 | 140 | 63 |
| Binary | 10000101 | 11111010 | 1000 | 101111 | 0 | 1100001 | 10 | 1011001 | 1100000 | 110011 |
Color Harmonies of #85FA08
Complementary color
Monochromatic Colors of #85FA08
Black with #85FA08
Text Example
Text Example
White with #85FA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FA08; }
p { color: rgb(133,250,8); }
H1.HeaderClassName
{
color: #85FA08;
}
.AnyTagClassName
{
color: #85FA08;
}
</style>
background-color css
<style>
a { background-color: #85FA08; }
a { background-color: rgb(133,250,8); }
div.DivClassName
{
background-color: #85FA08;
}
.BgClassName
{
background-color: #85FA08;
}
</style>
border-color css
<style>
span { border-color: #85FA08; }
span { border-color: rgb(133,250,8); }
td.TdClassName
{
border-color: #85FA08;
}
.TagClassName
{
border-color: #85FA08;
}
</style>