Shades of Lawn Green #85EC21
Tints of Lawn Green #85EC21
RGB
CMYK
RGB Variations
Color information
#85EC21 (or 0x85EC21) is known color: Lawn Green. HEX triplet: 85, EC and 21. RGB value is (133,236,33). Sum of RGB (Red+Green+Blue) = 133+236+33=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EC21 is #7A13DE. Grayscale: #B6B6B6. Windows color (decimal): -8000479 or 2223237. OLE color: 2223237.
HSL color Cylindrical-coordinate representation of color #85EC21: hue angle of 90.44º 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 #85EC21 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 33 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.07 |
| HSL | 90.44º | 0.84% | 0.53% | - |
| HSV(B) | 90.44º | 0.86% | 0.93% | - |
| XYZ | 39.94 | 65.09 | 11.9 | - |
| YUV | 182.06 | 43.88 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 33 | 0.44 | 0 | 0.86 | 0.07 | 90.44 | 0.84 | 0.53 |
| Hex | 85 | EC | 21 | 2C | 0 | 56 | 7 | 5A | 54 | 35 |
| Octal | 205 | 354 | 41 | 54 | 0 | 126 | 7 | 132 | 124 | 65 |
| Binary | 10000101 | 11101100 | 100001 | 101100 | 0 | 1010110 | 111 | 1011010 | 1010100 | 110101 |
Color Harmonies of #85EC21
Complementary color
Monochromatic Colors of #85EC21
Black with #85EC21
Text Example
Text Example
White with #85EC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC21; }
p { color: rgb(133,236,33); }
H1.HeaderClassName
{
color: #85EC21;
}
.AnyTagClassName
{
color: #85EC21;
}
</style>
background-color css
<style>
a { background-color: #85EC21; }
a { background-color: rgb(133,236,33); }
div.DivClassName
{
background-color: #85EC21;
}
.BgClassName
{
background-color: #85EC21;
}
</style>
border-color css
<style>
span { border-color: #85EC21; }
span { border-color: rgb(133,236,33); }
td.TdClassName
{
border-color: #85EC21;
}
.TagClassName
{
border-color: #85EC21;
}
</style>