Shades of Chartreuse #85FB0B
Tints of Chartreuse #85FB0B
RGB
CMYK
RGB Variations
Color information
#85FB0B (or 0x85FB0B) is known color: Chartreuse. HEX triplet: 85, FB and 0B. RGB value is (133,251,11). Sum of RGB (Red+Green+Blue) = 133+251+11=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 251 (98.44% from 255 or 63.54% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FB0B is #7A04F4. Grayscale: #BDBDBD. Windows color (decimal): -7996661 or 785285. OLE color: 785285.
HSL color Cylindrical-coordinate representation of color #85FB0B: hue angle of 89.5º degrees, saturation: 0.97, 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 #85FB0B is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 11 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.02 |
| HSL | 89.5º | 0.97% | 0.51% | - |
| HSV(B) | 89.5º | 0.96% | 0.98% | - |
| XYZ | 44.23 | 74.01 | 12.27 | - |
| YUV | 188.36 | 27.91 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 11 | 0.47 | 0 | 0.96 | 0.02 | 89.5 | 0.97 | 0.51 |
| Hex | 85 | FB | B | 2F | 0 | 60 | 2 | 5A | 61 | 33 |
| Octal | 205 | 373 | 13 | 57 | 0 | 140 | 2 | 132 | 141 | 63 |
| Binary | 10000101 | 11111011 | 1011 | 101111 | 0 | 1100000 | 10 | 1011010 | 1100001 | 110011 |
Color Harmonies of #85FB0B
Complementary color
Monochromatic Colors of #85FB0B
Black with #85FB0B
Text Example
Text Example
White with #85FB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB0B; }
p { color: rgb(133,251,11); }
H1.HeaderClassName
{
color: #85FB0B;
}
.AnyTagClassName
{
color: #85FB0B;
}
</style>
background-color css
<style>
a { background-color: #85FB0B; }
a { background-color: rgb(133,251,11); }
div.DivClassName
{
background-color: #85FB0B;
}
.BgClassName
{
background-color: #85FB0B;
}
</style>
border-color css
<style>
span { border-color: #85FB0B; }
span { border-color: rgb(133,251,11); }
td.TdClassName
{
border-color: #85FB0B;
}
.TagClassName
{
border-color: #85FB0B;
}
</style>