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