Shades of Lawn Green #85EC08
Tints of Lawn Green #85EC08
RGB
CMYK
RGB Variations
Color information
#85EC08 (or 0x85EC08) is known color: Lawn Green. HEX triplet: 85, EC and 08. RGB value is (133,236,8). Sum of RGB (Red+Green+Blue) = 133+236+8=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 236 (92.58% from 255 or 62.60% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85EC08 is #7A13F7. Grayscale: #B4B4B4. Windows color (decimal): -8000504 or 584837. OLE color: 584837.
HSL color Cylindrical-coordinate representation of color #85EC08: hue angle of 87.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85EC08 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 8 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.07 |
| HSL | 87.11º | 0.93% | 0.48% | - |
| HSV(B) | 87.11º | 0.97% | 0.93% | - |
| XYZ | 39.71 | 64.99 | 10.68 | - |
| YUV | 179.21 | 31.38 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 8 | 0.44 | 0 | 0.97 | 0.07 | 87.11 | 0.93 | 0.48 |
| Hex | 85 | EC | 8 | 2C | 0 | 61 | 7 | 57 | 5D | 30 |
| Octal | 205 | 354 | 10 | 54 | 0 | 141 | 7 | 127 | 135 | 60 |
| Binary | 10000101 | 11101100 | 1000 | 101100 | 0 | 1100001 | 111 | 1010111 | 1011101 | 110000 |
Color Harmonies of #85EC08
Complementary color
Monochromatic Colors of #85EC08
Black with #85EC08
Text Example
Text Example
White with #85EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC08; }
p { color: rgb(133,236,8); }
H1.HeaderClassName
{
color: #85EC08;
}
.AnyTagClassName
{
color: #85EC08;
}
</style>
background-color css
<style>
a { background-color: #85EC08; }
a { background-color: rgb(133,236,8); }
div.DivClassName
{
background-color: #85EC08;
}
.BgClassName
{
background-color: #85EC08;
}
</style>
border-color css
<style>
span { border-color: #85EC08; }
span { border-color: rgb(133,236,8); }
td.TdClassName
{
border-color: #85EC08;
}
.TagClassName
{
border-color: #85EC08;
}
</style>