Shades of Lawn Green #85EC04
Tints of Lawn Green #85EC04
RGB
CMYK
RGB Variations
Color information
#85EC04 (or 0x85EC04) is known color: Lawn Green. HEX triplet: 85, EC and 04. RGB value is (133,236,4). Sum of RGB (Red+Green+Blue) = 133+236+4=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 236 (92.58% from 255 or 63.27% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85EC04 is #7A13FB. Grayscale: #B3B3B3. Windows color (decimal): -8000508 or 322693. OLE color: 322693.
HSL color Cylindrical-coordinate representation of color #85EC04: hue angle of 86.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85EC04 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 4 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.07 |
| HSL | 86.64º | 0.97% | 0.47% | - |
| HSV(B) | 86.64º | 0.98% | 0.93% | - |
| XYZ | 39.69 | 64.99 | 10.57 | - |
| YUV | 178.76 | 29.38 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 4 | 0.44 | 0 | 0.98 | 0.07 | 86.64 | 0.97 | 0.47 |
| Hex | 85 | EC | 4 | 2C | 0 | 62 | 7 | 57 | 61 | 2F |
| Octal | 205 | 354 | 4 | 54 | 0 | 142 | 7 | 127 | 141 | 57 |
| Binary | 10000101 | 11101100 | 100 | 101100 | 0 | 1100010 | 111 | 1010111 | 1100001 | 101111 |
Color Harmonies of #85EC04
Complementary color
Monochromatic Colors of #85EC04
Black with #85EC04
Text Example
Text Example
White with #85EC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC04; }
p { color: rgb(133,236,4); }
H1.HeaderClassName
{
color: #85EC04;
}
.AnyTagClassName
{
color: #85EC04;
}
</style>
background-color css
<style>
a { background-color: #85EC04; }
a { background-color: rgb(133,236,4); }
div.DivClassName
{
background-color: #85EC04;
}
.BgClassName
{
background-color: #85EC04;
}
</style>
border-color css
<style>
span { border-color: #85EC04; }
span { border-color: rgb(133,236,4); }
td.TdClassName
{
border-color: #85EC04;
}
.TagClassName
{
border-color: #85EC04;
}
</style>