Shades of Lawn Green #85E70C
Tints of Lawn Green #85E70C
RGB
CMYK
RGB Variations
Color information
#85E70C (or 0x85E70C) is known color: Lawn Green. HEX triplet: 85, E7 and 0C. RGB value is (133,231,12). Sum of RGB (Red+Green+Blue) = 133+231+12=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 231 (90.62% from 255 or 61.44% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 231 - color contains mainly: green. Hex color #85E70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85E70C is #7A18F3. Grayscale: #B1B1B1. Windows color (decimal): -8001780 or 845701. OLE color: 845701.
HSL color Cylindrical-coordinate representation of color #85E70C: hue angle of 86.85º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85E70C is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 231 | 12 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.09 |
| HSL | 86.85º | 0.9% | 0.48% | - |
| HSV(B) | 86.85º | 0.95% | 0.91% | - |
| XYZ | 38.32 | 62.16 | 10.33 | - |
| YUV | 176.73 | 35.03 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 231 | 12 | 0.42 | 0 | 0.95 | 0.09 | 86.85 | 0.9 | 0.48 |
| Hex | 85 | E7 | C | 2A | 0 | 5F | 9 | 57 | 5A | 30 |
| Octal | 205 | 347 | 14 | 52 | 0 | 137 | 11 | 127 | 132 | 60 |
| Binary | 10000101 | 11100111 | 1100 | 101010 | 0 | 1011111 | 1001 | 1010111 | 1011010 | 110000 |
Color Harmonies of #85E70C
Complementary color
Monochromatic Colors of #85E70C
Black with #85E70C
Text Example
Text Example
White with #85E70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E70C; }
p { color: rgb(133,231,12); }
H1.HeaderClassName
{
color: #85E70C;
}
.AnyTagClassName
{
color: #85E70C;
}
</style>
background-color css
<style>
a { background-color: #85E70C; }
a { background-color: rgb(133,231,12); }
div.DivClassName
{
background-color: #85E70C;
}
.BgClassName
{
background-color: #85E70C;
}
</style>
border-color css
<style>
span { border-color: #85E70C; }
span { border-color: rgb(133,231,12); }
td.TdClassName
{
border-color: #85E70C;
}
.TagClassName
{
border-color: #85E70C;
}
</style>