Shades of Chartreuse #85FB02
Tints of Chartreuse #85FB02
RGB
CMYK
RGB Variations
Color information
#85FB02 (or 0x85FB02) is known color: Chartreuse. HEX triplet: 85, FB and 02. RGB value is (133,251,2). Sum of RGB (Red+Green+Blue) = 133+251+2=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 251 (98.44% from 255 or 65.03% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FB02 is #7A04FD. Grayscale: #BCBCBC. Windows color (decimal): -7996670 or 195461. OLE color: 195461.
HSL color Cylindrical-coordinate representation of color #85FB02: hue angle of 88.43º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85FB02 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 2 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.02 |
| HSL | 88.43º | 0.98% | 0.5% | - |
| HSV(B) | 88.43º | 0.99% | 0.98% | - |
| XYZ | 44.18 | 73.99 | 12.01 | - |
| YUV | 187.33 | 23.41 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 2 | 0.47 | 0 | 0.99 | 0.02 | 88.43 | 0.98 | 0.5 |
| Hex | 85 | FB | 2 | 2F | 0 | 63 | 2 | 58 | 62 | 32 |
| Octal | 205 | 373 | 2 | 57 | 0 | 143 | 2 | 130 | 142 | 62 |
| Binary | 10000101 | 11111011 | 10 | 101111 | 0 | 1100011 | 10 | 1011000 | 1100010 | 110010 |
Color Harmonies of #85FB02
Complementary color
Monochromatic Colors of #85FB02
Black with #85FB02
Text Example
Text Example
White with #85FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB02; }
p { color: rgb(133,251,2); }
H1.HeaderClassName
{
color: #85FB02;
}
.AnyTagClassName
{
color: #85FB02;
}
</style>
background-color css
<style>
a { background-color: #85FB02; }
a { background-color: rgb(133,251,2); }
div.DivClassName
{
background-color: #85FB02;
}
.BgClassName
{
background-color: #85FB02;
}
</style>
border-color css
<style>
span { border-color: #85FB02; }
span { border-color: rgb(133,251,2); }
td.TdClassName
{
border-color: #85FB02;
}
.TagClassName
{
border-color: #85FB02;
}
</style>