Shades of Lawn Green #85EC0C
Tints of Lawn Green #85EC0C
RGB
CMYK
RGB Variations
Color information
#85EC0C (or 0x85EC0C) is known color: Lawn Green. HEX triplet: 85, EC and 0C. RGB value is (133,236,12). Sum of RGB (Red+Green+Blue) = 133+236+12=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 236 (92.58% from 255 or 61.94% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85EC0C is #7A13F3. Grayscale: #B4B4B4. Windows color (decimal): -8000500 or 846981. OLE color: 846981.
HSL color Cylindrical-coordinate representation of color #85EC0C: hue angle of 87.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85EC0C is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 12 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.07 |
| HSL | 87.59º | 0.9% | 0.49% | - |
| HSV(B) | 87.59º | 0.95% | 0.93% | - |
| XYZ | 39.73 | 65 | 10.8 | - |
| YUV | 179.67 | 33.38 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 12 | 0.44 | 0 | 0.95 | 0.07 | 87.59 | 0.9 | 0.49 |
| Hex | 85 | EC | C | 2C | 0 | 5F | 7 | 58 | 5A | 31 |
| Octal | 205 | 354 | 14 | 54 | 0 | 137 | 7 | 130 | 132 | 61 |
| Binary | 10000101 | 11101100 | 1100 | 101100 | 0 | 1011111 | 111 | 1011000 | 1011010 | 110001 |
Color Harmonies of #85EC0C
Complementary color
Monochromatic Colors of #85EC0C
Black with #85EC0C
Text Example
Text Example
White with #85EC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC0C; }
p { color: rgb(133,236,12); }
H1.HeaderClassName
{
color: #85EC0C;
}
.AnyTagClassName
{
color: #85EC0C;
}
</style>
background-color css
<style>
a { background-color: #85EC0C; }
a { background-color: rgb(133,236,12); }
div.DivClassName
{
background-color: #85EC0C;
}
.BgClassName
{
background-color: #85EC0C;
}
</style>
border-color css
<style>
span { border-color: #85EC0C; }
span { border-color: rgb(133,236,12); }
td.TdClassName
{
border-color: #85EC0C;
}
.TagClassName
{
border-color: #85EC0C;
}
</style>