Shades of Lawn Green #85E818
Tints of Lawn Green #85E818
RGB
CMYK
RGB Variations
Color information
#85E818 (or 0x85E818) is known color: Lawn Green. HEX triplet: 85, E8 and 18. RGB value is (133,232,24). Sum of RGB (Red+Green+Blue) = 133+232+24=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 232 (91.02% from 255 or 59.64% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 232 - color contains mainly: green. Hex color #85E818 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85E818 is #7A17E7. Grayscale: #B3B3B3. Windows color (decimal): -8001512 or 1632389. OLE color: 1632389.
HSL color Cylindrical-coordinate representation of color #85E818: hue angle of 88.56º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85E818 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 232 | 24 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.09 |
| HSL | 88.56º | 0.82% | 0.5% | - |
| HSV(B) | 88.56º | 0.9% | 0.91% | - |
| XYZ | 38.69 | 62.77 | 10.94 | - |
| YUV | 178.69 | 40.7 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 24 | 0.43 | 0 | 0.90 | 0.09 | 88.56 | 0.82 | 0.5 |
| Hex | 85 | E8 | 18 | 2B | 0 | 5A | 9 | 59 | 52 | 32 |
| Octal | 205 | 350 | 30 | 53 | 0 | 132 | 11 | 131 | 122 | 62 |
| Binary | 10000101 | 11101000 | 11000 | 101011 | 0 | 1011010 | 1001 | 1011001 | 1010010 | 110010 |
Color Harmonies of #85E818
Complementary color
Monochromatic Colors of #85E818
Black with #85E818
Text Example
Text Example
White with #85E818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E818; }
p { color: rgb(133,232,24); }
H1.HeaderClassName
{
color: #85E818;
}
.AnyTagClassName
{
color: #85E818;
}
</style>
background-color css
<style>
a { background-color: #85E818; }
a { background-color: rgb(133,232,24); }
div.DivClassName
{
background-color: #85E818;
}
.BgClassName
{
background-color: #85E818;
}
</style>
border-color css
<style>
span { border-color: #85E818; }
span { border-color: rgb(133,232,24); }
td.TdClassName
{
border-color: #85E818;
}
.TagClassName
{
border-color: #85E818;
}
</style>