Shades of Lawn Green #86D70E
Tints of Lawn Green #86D70E
RGB
CMYK
RGB Variations
Color information
#86D70E (or 0x86D70E) is known color: Lawn Green. HEX triplet: 86, D7 and 0E. RGB value is (134,215,14). Sum of RGB (Red+Green+Blue) = 134+215+14=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #86D70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D70E is #7928F1. Grayscale: #A8A8A8. Windows color (decimal): -7940338 or 972678. OLE color: 972678.
HSL color Cylindrical-coordinate representation of color #86D70E: hue angle of 84.18º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86D70E is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 215 | 14 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.16 |
| HSL | 84.18º | 0.88% | 0.45% | - |
| HSV(B) | 84.18º | 0.93% | 0.84% | - |
| XYZ | 34.21 | 53.7 | 8.98 | - |
| YUV | 167.87 | 41.16 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 215 | 14 | 0.38 | 0 | 0.93 | 0.16 | 84.18 | 0.88 | 0.45 |
| Hex | 86 | D7 | E | 26 | 0 | 5D | 10 | 54 | 58 | 2D |
| Octal | 206 | 327 | 16 | 46 | 0 | 135 | 20 | 124 | 130 | 55 |
| Binary | 10000110 | 11010111 | 1110 | 100110 | 0 | 1011101 | 10000 | 1010100 | 1011000 | 101101 |
Color Harmonies of #86D70E
Complementary color
Monochromatic Colors of #86D70E
Black with #86D70E
Text Example
Text Example
White with #86D70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D70E; }
p { color: rgb(134,215,14); }
H1.HeaderClassName
{
color: #86D70E;
}
.AnyTagClassName
{
color: #86D70E;
}
</style>
background-color css
<style>
a { background-color: #86D70E; }
a { background-color: rgb(134,215,14); }
div.DivClassName
{
background-color: #86D70E;
}
.BgClassName
{
background-color: #86D70E;
}
</style>
border-color css
<style>
span { border-color: #86D70E; }
span { border-color: rgb(134,215,14); }
td.TdClassName
{
border-color: #86D70E;
}
.TagClassName
{
border-color: #86D70E;
}
</style>