Shades of Lawn Green #85EC20
Tints of Lawn Green #85EC20
RGB
CMYK
RGB Variations
Color information
#85EC20 (or 0x85EC20) is known color: Lawn Green. HEX triplet: 85, EC and 20. RGB value is (133,236,32). Sum of RGB (Red+Green+Blue) = 133+236+32=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 236 (92.58% from 255 or 58.85% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EC20 is #7A13DF. Grayscale: #B6B6B6. Windows color (decimal): -8000480 or 2157701. OLE color: 2157701.
HSL color Cylindrical-coordinate representation of color #85EC20: hue angle of 90.29º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85EC20 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 32 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.07 |
| HSL | 90.29º | 0.84% | 0.53% | - |
| HSV(B) | 90.29º | 0.86% | 0.93% | - |
| XYZ | 39.93 | 65.08 | 11.82 | - |
| YUV | 181.95 | 43.38 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 32 | 0.44 | 0 | 0.86 | 0.07 | 90.29 | 0.84 | 0.53 |
| Hex | 85 | EC | 20 | 2C | 0 | 56 | 7 | 5A | 54 | 35 |
| Octal | 205 | 354 | 40 | 54 | 0 | 126 | 7 | 132 | 124 | 65 |
| Binary | 10000101 | 11101100 | 100000 | 101100 | 0 | 1010110 | 111 | 1011010 | 1010100 | 110101 |
Color Harmonies of #85EC20
Complementary color
Monochromatic Colors of #85EC20
Black with #85EC20
Text Example
Text Example
White with #85EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC20; }
p { color: rgb(133,236,32); }
H1.HeaderClassName
{
color: #85EC20;
}
.AnyTagClassName
{
color: #85EC20;
}
</style>
background-color css
<style>
a { background-color: #85EC20; }
a { background-color: rgb(133,236,32); }
div.DivClassName
{
background-color: #85EC20;
}
.BgClassName
{
background-color: #85EC20;
}
</style>
border-color css
<style>
span { border-color: #85EC20; }
span { border-color: rgb(133,236,32); }
td.TdClassName
{
border-color: #85EC20;
}
.TagClassName
{
border-color: #85EC20;
}
</style>