Shades of Lawn Green #86E70D
Tints of Lawn Green #86E70D
RGB
CMYK
RGB Variations
Color information
#86E70D (or 0x86E70D) is known color: Lawn Green. HEX triplet: 86, E7 and 0D. RGB value is (134,231,13). Sum of RGB (Red+Green+Blue) = 134+231+13=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 231 (90.62% from 255 or 61.11% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 231 - color contains mainly: green. Hex color #86E70D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86E70D is #7918F2. Grayscale: #B1B1B1. Windows color (decimal): -7936243 or 911238. OLE color: 911238.
HSL color Cylindrical-coordinate representation of color #86E70D: hue angle of 86.7º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86E70D is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 231 | 13 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.09 |
| HSL | 86.7º | 0.89% | 0.48% | - |
| HSV(B) | 86.7º | 0.94% | 0.91% | - |
| XYZ | 38.48 | 62.25 | 10.37 | - |
| YUV | 177.15 | 35.36 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 231 | 13 | 0.42 | 0 | 0.94 | 0.09 | 86.7 | 0.89 | 0.48 |
| Hex | 86 | E7 | D | 2A | 0 | 5E | 9 | 57 | 59 | 30 |
| Octal | 206 | 347 | 15 | 52 | 0 | 136 | 11 | 127 | 131 | 60 |
| Binary | 10000110 | 11100111 | 1101 | 101010 | 0 | 1011110 | 1001 | 1010111 | 1011001 | 110000 |
Color Harmonies of #86E70D
Complementary color
Monochromatic Colors of #86E70D
Black with #86E70D
Text Example
Text Example
White with #86E70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E70D; }
p { color: rgb(134,231,13); }
H1.HeaderClassName
{
color: #86E70D;
}
.AnyTagClassName
{
color: #86E70D;
}
</style>
background-color css
<style>
a { background-color: #86E70D; }
a { background-color: rgb(134,231,13); }
div.DivClassName
{
background-color: #86E70D;
}
.BgClassName
{
background-color: #86E70D;
}
</style>
border-color css
<style>
span { border-color: #86E70D; }
span { border-color: rgb(134,231,13); }
td.TdClassName
{
border-color: #86E70D;
}
.TagClassName
{
border-color: #86E70D;
}
</style>