Shades of Lawn Green #86D502
Tints of Lawn Green #86D502
RGB
CMYK
RGB Variations
Color information
#86D502 (or 0x86D502) is known color: Lawn Green. HEX triplet: 86, D5 and 02. RGB value is (134,213,2). Sum of RGB (Red+Green+Blue) = 134+213+2=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #86D502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D502 is #792AFD. Grayscale: #A6A6A6. Windows color (decimal): -7940862 or 185734. OLE color: 185734.
HSL color Cylindrical-coordinate representation of color #86D502: hue angle of 82.46º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86D502 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.16 |
| HSL | 82.46º | 0.98% | 0.42% | - |
| HSV(B) | 82.46º | 0.99% | 0.84% | - |
| XYZ | 33.64 | 52.66 | 8.45 | - |
| YUV | 165.33 | 35.83 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 2 | 0.37 | 0 | 0.99 | 0.16 | 82.46 | 0.98 | 0.42 |
| Hex | 86 | D5 | 2 | 25 | 0 | 63 | 10 | 52 | 62 | 2A |
| Octal | 206 | 325 | 2 | 45 | 0 | 143 | 20 | 122 | 142 | 52 |
| Binary | 10000110 | 11010101 | 10 | 100101 | 0 | 1100011 | 10000 | 1010010 | 1100010 | 101010 |
Color Harmonies of #86D502
Complementary color
Monochromatic Colors of #86D502
Black with #86D502
Text Example
Text Example
White with #86D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D502; }
p { color: rgb(134,213,2); }
H1.HeaderClassName
{
color: #86D502;
}
.AnyTagClassName
{
color: #86D502;
}
</style>
background-color css
<style>
a { background-color: #86D502; }
a { background-color: rgb(134,213,2); }
div.DivClassName
{
background-color: #86D502;
}
.BgClassName
{
background-color: #86D502;
}
</style>
border-color css
<style>
span { border-color: #86D502; }
span { border-color: rgb(134,213,2); }
td.TdClassName
{
border-color: #86D502;
}
.TagClassName
{
border-color: #86D502;
}
</style>