Shades of Chartreuse #85FB0E
Tints of Chartreuse #85FB0E
RGB
CMYK
RGB Variations
Color information
#85FB0E (or 0x85FB0E) is known color: Chartreuse. HEX triplet: 85, FB and 0E. RGB value is (133,251,14). Sum of RGB (Red+Green+Blue) = 133+251+14=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 251 (98.44% from 255 or 63.07% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FB0E is #7A04F1. Grayscale: #BDBDBD. Windows color (decimal): -7996658 or 981893. OLE color: 981893.
HSL color Cylindrical-coordinate representation of color #85FB0E: hue angle of 89.87º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85FB0E is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 14 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.02 |
| HSL | 89.87º | 0.97% | 0.52% | - |
| HSV(B) | 89.87º | 0.94% | 0.98% | - |
| XYZ | 44.25 | 74.01 | 12.37 | - |
| YUV | 188.7 | 29.41 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 14 | 0.47 | 0 | 0.94 | 0.02 | 89.87 | 0.97 | 0.52 |
| Hex | 85 | FB | E | 2F | 0 | 5E | 2 | 5A | 61 | 34 |
| Octal | 205 | 373 | 16 | 57 | 0 | 136 | 2 | 132 | 141 | 64 |
| Binary | 10000101 | 11111011 | 1110 | 101111 | 0 | 1011110 | 10 | 1011010 | 1100001 | 110100 |
Color Harmonies of #85FB0E
Complementary color
Monochromatic Colors of #85FB0E
Black with #85FB0E
Text Example
Text Example
White with #85FB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB0E; }
p { color: rgb(133,251,14); }
H1.HeaderClassName
{
color: #85FB0E;
}
.AnyTagClassName
{
color: #85FB0E;
}
</style>
background-color css
<style>
a { background-color: #85FB0E; }
a { background-color: rgb(133,251,14); }
div.DivClassName
{
background-color: #85FB0E;
}
.BgClassName
{
background-color: #85FB0E;
}
</style>
border-color css
<style>
span { border-color: #85FB0E; }
span { border-color: rgb(133,251,14); }
td.TdClassName
{
border-color: #85FB0E;
}
.TagClassName
{
border-color: #85FB0E;
}
</style>