Shades of Chartreuse #85FB24
Tints of Chartreuse #85FB24
RGB
CMYK
RGB Variations
Color information
#85FB24 (or 0x85FB24) is known color: Chartreuse. HEX triplet: 85, FB and 24. RGB value is (133,251,36). Sum of RGB (Red+Green+Blue) = 133+251+36=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 251 (98.44% from 255 or 59.76% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB24 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FB24 is #7A04DB. Grayscale: #BFBFBF. Windows color (decimal): -7996636 or 2423685. OLE color: 2423685.
HSL color Cylindrical-coordinate representation of color #85FB24: hue angle of 92.93º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85FB24 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 36 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.02 |
| HSL | 92.93º | 0.96% | 0.56% | - |
| HSV(B) | 92.93º | 0.86% | 0.98% | - |
| XYZ | 44.49 | 74.11 | 13.63 | - |
| YUV | 191.21 | 40.41 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 36 | 0.47 | 0 | 0.86 | 0.02 | 92.93 | 0.96 | 0.56 |
| Hex | 85 | FB | 24 | 2F | 0 | 56 | 2 | 5D | 60 | 38 |
| Octal | 205 | 373 | 44 | 57 | 0 | 126 | 2 | 135 | 140 | 70 |
| Binary | 10000101 | 11111011 | 100100 | 101111 | 0 | 1010110 | 10 | 1011101 | 1100000 | 111000 |
Color Harmonies of #85FB24
Complementary color
Monochromatic Colors of #85FB24
Black with #85FB24
Text Example
Text Example
White with #85FB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FB24; }
p { color: rgb(133,251,36); }
H1.HeaderClassName
{
color: #85FB24;
}
.AnyTagClassName
{
color: #85FB24;
}
</style>
background-color css
<style>
a { background-color: #85FB24; }
a { background-color: rgb(133,251,36); }
div.DivClassName
{
background-color: #85FB24;
}
.BgClassName
{
background-color: #85FB24;
}
</style>
border-color css
<style>
span { border-color: #85FB24; }
span { border-color: rgb(133,251,36); }
td.TdClassName
{
border-color: #85FB24;
}
.TagClassName
{
border-color: #85FB24;
}
</style>