Shades of Chartreuse #85FB18
Tints of Chartreuse #85FB18
RGB
CMYK
RGB Variations
Color information
#85FB18 (or 0x85FB18) is known color: Chartreuse. HEX triplet: 85, FB and 18. RGB value is (133,251,24). Sum of RGB (Red+Green+Blue) = 133+251+24=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 251 (98.44% from 255 or 61.52% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FB18 is #7A04E7. Grayscale: #BEBEBE. Windows color (decimal): -7996648 or 1637253. OLE color: 1637253.
HSL color Cylindrical-coordinate representation of color #85FB18: hue angle of 91.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85FB18 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 24 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.02 |
| HSL | 91.19º | 0.97% | 0.54% | - |
| HSV(B) | 91.19º | 0.9% | 0.98% | - |
| XYZ | 44.33 | 74.05 | 12.82 | - |
| YUV | 189.84 | 34.41 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 24 | 0.47 | 0 | 0.90 | 0.02 | 91.19 | 0.97 | 0.54 |
| Hex | 85 | FB | 18 | 2F | 0 | 5A | 2 | 5B | 61 | 36 |
| Octal | 205 | 373 | 30 | 57 | 0 | 132 | 2 | 133 | 141 | 66 |
| Binary | 10000101 | 11111011 | 11000 | 101111 | 0 | 1011010 | 10 | 1011011 | 1100001 | 110110 |
Color Harmonies of #85FB18
Complementary color
Monochromatic Colors of #85FB18
Black with #85FB18
Text Example
Text Example
White with #85FB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB18; }
p { color: rgb(133,251,24); }
H1.HeaderClassName
{
color: #85FB18;
}
.AnyTagClassName
{
color: #85FB18;
}
</style>
background-color css
<style>
a { background-color: #85FB18; }
a { background-color: rgb(133,251,24); }
div.DivClassName
{
background-color: #85FB18;
}
.BgClassName
{
background-color: #85FB18;
}
</style>
border-color css
<style>
span { border-color: #85FB18; }
span { border-color: rgb(133,251,24); }
td.TdClassName
{
border-color: #85FB18;
}
.TagClassName
{
border-color: #85FB18;
}
</style>