Shades of Chartreuse #85FC07
Tints of Chartreuse #85FC07
RGB
CMYK
RGB Variations
Color information
#85FC07 (or 0x85FC07) is known color: Chartreuse. HEX triplet: 85, FC and 07. RGB value is (133,252,7). Sum of RGB (Red+Green+Blue) = 133+252+7=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 252 (98.83% from 255 or 64.29% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FC07 is #7A03F8. Grayscale: #BDBDBD. Windows color (decimal): -7996409 or 523397. OLE color: 523397.
HSL color Cylindrical-coordinate representation of color #85FC07: hue angle of 89.14º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85FC07 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 7 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.01 |
| HSL | 89.14º | 0.98% | 0.51% | - |
| HSV(B) | 89.14º | 0.97% | 0.99% | - |
| XYZ | 44.52 | 74.62 | 12.26 | - |
| YUV | 188.49 | 25.58 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 7 | 0.47 | 0 | 0.97 | 0.01 | 89.14 | 0.98 | 0.51 |
| Hex | 85 | FC | 7 | 2F | 0 | 61 | 1 | 59 | 62 | 33 |
| Octal | 205 | 374 | 7 | 57 | 0 | 141 | 1 | 131 | 142 | 63 |
| Binary | 10000101 | 11111100 | 111 | 101111 | 0 | 1100001 | 1 | 1011001 | 1100010 | 110011 |
Color Harmonies of #85FC07
Complementary color
Monochromatic Colors of #85FC07
Black with #85FC07
Text Example
Text Example
White with #85FC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FC07; }
p { color: rgb(133,252,7); }
H1.HeaderClassName
{
color: #85FC07;
}
.AnyTagClassName
{
color: #85FC07;
}
</style>
background-color css
<style>
a { background-color: #85FC07; }
a { background-color: rgb(133,252,7); }
div.DivClassName
{
background-color: #85FC07;
}
.BgClassName
{
background-color: #85FC07;
}
</style>
border-color css
<style>
span { border-color: #85FC07; }
span { border-color: rgb(133,252,7); }
td.TdClassName
{
border-color: #85FC07;
}
.TagClassName
{
border-color: #85FC07;
}
</style>