Shades of Lawn Green #86D707
Tints of Lawn Green #86D707
RGB
CMYK
RGB Variations
Color information
#86D707 (or 0x86D707) is known color: Lawn Green. HEX triplet: 86, D7 and 07. RGB value is (134,215,7). Sum of RGB (Red+Green+Blue) = 134+215+7=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #86D707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D707 is #7928F8. Grayscale: #A7A7A7. Windows color (decimal): -7940345 or 513926. OLE color: 513926.
HSL color Cylindrical-coordinate representation of color #86D707: hue angle of 83.37º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86D707 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 215 | 7 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.16 |
| HSL | 83.37º | 0.94% | 0.44% | - |
| HSV(B) | 83.37º | 0.97% | 0.84% | - |
| XYZ | 34.17 | 53.68 | 8.76 | - |
| YUV | 167.07 | 37.66 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 215 | 7 | 0.38 | 0 | 0.97 | 0.16 | 83.37 | 0.94 | 0.44 |
| Hex | 86 | D7 | 7 | 26 | 0 | 61 | 10 | 53 | 5E | 2C |
| Octal | 206 | 327 | 7 | 46 | 0 | 141 | 20 | 123 | 136 | 54 |
| Binary | 10000110 | 11010111 | 111 | 100110 | 0 | 1100001 | 10000 | 1010011 | 1011110 | 101100 |
Color Harmonies of #86D707
Complementary color
Monochromatic Colors of #86D707
Black with #86D707
Text Example
Text Example
White with #86D707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D707; }
p { color: rgb(134,215,7); }
H1.HeaderClassName
{
color: #86D707;
}
.AnyTagClassName
{
color: #86D707;
}
</style>
background-color css
<style>
a { background-color: #86D707; }
a { background-color: rgb(134,215,7); }
div.DivClassName
{
background-color: #86D707;
}
.BgClassName
{
background-color: #86D707;
}
</style>
border-color css
<style>
span { border-color: #86D707; }
span { border-color: rgb(134,215,7); }
td.TdClassName
{
border-color: #86D707;
}
.TagClassName
{
border-color: #86D707;
}
</style>