Shades of Lawn Green #86E816
Tints of Lawn Green #86E816
RGB
CMYK
RGB Variations
Color information
#86E816 (or 0x86E816) is known color: Lawn Green. HEX triplet: 86, E8 and 16. RGB value is (134,232,22). Sum of RGB (Red+Green+Blue) = 134+232+22=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 232 (91.02% from 255 or 59.79% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 232 - color contains mainly: green. Hex color #86E816 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86E816 is #7917E9. Grayscale: #B3B3B3. Windows color (decimal): -7935978 or 1501318. OLE color: 1501318.
HSL color Cylindrical-coordinate representation of color #86E816: hue angle of 88º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86E816 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 232 | 22 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.09 |
| HSL | 88º | 0.83% | 0.5% | - |
| HSV(B) | 88º | 0.91% | 0.91% | - |
| XYZ | 38.83 | 62.84 | 10.84 | - |
| YUV | 178.76 | 39.53 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 232 | 22 | 0.42 | 0 | 0.91 | 0.09 | 88 | 0.83 | 0.5 |
| Hex | 86 | E8 | 16 | 2A | 0 | 5B | 9 | 58 | 53 | 32 |
| Octal | 206 | 350 | 26 | 52 | 0 | 133 | 11 | 130 | 123 | 62 |
| Binary | 10000110 | 11101000 | 10110 | 101010 | 0 | 1011011 | 1001 | 1011000 | 1010011 | 110010 |
Color Harmonies of #86E816
Complementary color
Monochromatic Colors of #86E816
Black with #86E816
Text Example
Text Example
White with #86E816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E816; }
p { color: rgb(134,232,22); }
H1.HeaderClassName
{
color: #86E816;
}
.AnyTagClassName
{
color: #86E816;
}
</style>
background-color css
<style>
a { background-color: #86E816; }
a { background-color: rgb(134,232,22); }
div.DivClassName
{
background-color: #86E816;
}
.BgClassName
{
background-color: #86E816;
}
</style>
border-color css
<style>
span { border-color: #86E816; }
span { border-color: rgb(134,232,22); }
td.TdClassName
{
border-color: #86E816;
}
.TagClassName
{
border-color: #86E816;
}
</style>