Shades of Lawn Green #86E200
Tints of Lawn Green #86E200
RGB
CMYK
RGB Variations
Color information
#86E200 (or 0x86E200) is known color: Lawn Green. HEX triplet: 86, E2 and 00. RGB value is (134,226,0). Sum of RGB (Red+Green+Blue) = 134+226+0=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 226 (88.67% from 255 or 62.78% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 226 - color contains mainly: green. Hex color #86E200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86E200 is #791DFF. Grayscale: #ADADAD. Windows color (decimal): -7937536 or 57990. OLE color: 57990.
HSL color Cylindrical-coordinate representation of color #86E200: hue angle of 84.42º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86E200 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 226 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.11 |
| HSL | 84.42º | 1% | 0.44% | - |
| HSV(B) | 84.42º | 1% | 0.89% | - |
| XYZ | 37.03 | 59.46 | 9.53 | - |
| YUV | 172.73 | 30.52 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 226 | 0 | 0.41 | 0 | 1 | 0.11 | 84.42 | 1 | 0.44 |
| Hex | 86 | E2 | 0 | 29 | 0 | 64 | B | 54 | 64 | 2C |
| Octal | 206 | 342 | 0 | 51 | 0 | 144 | 13 | 124 | 144 | 54 |
| Binary | 10000110 | 11100010 | 0 | 101001 | 0 | 1100100 | 1011 | 1010100 | 1100100 | 101100 |
Color Harmonies of #86E200
Complementary color
Monochromatic Colors of #86E200
Black with #86E200
Text Example
Text Example
White with #86E200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E200; }
p { color: rgb(134,226,0); }
H1.HeaderClassName
{
color: #86E200;
}
.AnyTagClassName
{
color: #86E200;
}
</style>
background-color css
<style>
a { background-color: #86E200; }
a { background-color: rgb(134,226,0); }
div.DivClassName
{
background-color: #86E200;
}
.BgClassName
{
background-color: #86E200;
}
</style>
border-color css
<style>
span { border-color: #86E200; }
span { border-color: rgb(134,226,0); }
td.TdClassName
{
border-color: #86E200;
}
.TagClassName
{
border-color: #86E200;
}
</style>