Shades of Lawn Green #86D700
Tints of Lawn Green #86D700
RGB
CMYK
RGB Variations
Color information
#86D700 (or 0x86D700) is known color: Lawn Green. HEX triplet: 86, D7 and 00. RGB value is (134,215,0). Sum of RGB (Red+Green+Blue) = 134+215+0=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 215 (84.38% from 255 or 61.60% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 215 - color contains mainly: green. Hex color #86D700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D700 is #7928FF. Grayscale: #A7A7A7. Windows color (decimal): -7940352 or 55174. OLE color: 55174.
HSL color Cylindrical-coordinate representation of color #86D700: hue angle of 82.6º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86D700 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 215 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.16 |
| HSL | 82.6º | 1% | 0.42% | - |
| HSV(B) | 82.6º | 1% | 0.84% | - |
| XYZ | 34.13 | 53.67 | 8.56 | - |
| YUV | 166.27 | 34.16 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 215 | 0 | 0.38 | 0 | 1 | 0.16 | 82.6 | 1 | 0.42 |
| Hex | 86 | D7 | 0 | 26 | 0 | 64 | 10 | 53 | 64 | 2A |
| Octal | 206 | 327 | 0 | 46 | 0 | 144 | 20 | 123 | 144 | 52 |
| Binary | 10000110 | 11010111 | 0 | 100110 | 0 | 1100100 | 10000 | 1010011 | 1100100 | 101010 |
Color Harmonies of #86D700
Complementary color
Monochromatic Colors of #86D700
Black with #86D700
Text Example
Text Example
White with #86D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D700; }
p { color: rgb(134,215,0); }
H1.HeaderClassName
{
color: #86D700;
}
.AnyTagClassName
{
color: #86D700;
}
</style>
background-color css
<style>
a { background-color: #86D700; }
a { background-color: rgb(134,215,0); }
div.DivClassName
{
background-color: #86D700;
}
.BgClassName
{
background-color: #86D700;
}
</style>
border-color css
<style>
span { border-color: #86D700; }
span { border-color: rgb(134,215,0); }
td.TdClassName
{
border-color: #86D700;
}
.TagClassName
{
border-color: #86D700;
}
</style>