Shades of Lawn Green #86E920
Tints of Lawn Green #86E920
RGB
CMYK
RGB Variations
Color information
#86E920 (or 0x86E920) is known color: Lawn Green. HEX triplet: 86, E9 and 20. RGB value is (134,233,32). Sum of RGB (Red+Green+Blue) = 134+233+32=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 233 (91.41% from 255 or 58.40% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 233 - color contains mainly: green. Hex color #86E920 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86E920 is #7916DF. Grayscale: #B5B5B5. Windows color (decimal): -7935712 or 2156934. OLE color: 2156934.
HSL color Cylindrical-coordinate representation of color #86E920: hue angle of 89.55º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86E920 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 233 | 32 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.09 |
| HSL | 89.55º | 0.82% | 0.52% | - |
| HSV(B) | 89.55º | 0.86% | 0.91% | - |
| XYZ | 39.23 | 63.45 | 11.55 | - |
| YUV | 180.49 | 44.2 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 32 | 0.42 | 0 | 0.86 | 0.09 | 89.55 | 0.82 | 0.52 |
| Hex | 86 | E9 | 20 | 2A | 0 | 56 | 9 | 5A | 52 | 34 |
| Octal | 206 | 351 | 40 | 52 | 0 | 126 | 11 | 132 | 122 | 64 |
| Binary | 10000110 | 11101001 | 100000 | 101010 | 0 | 1010110 | 1001 | 1011010 | 1010010 | 110100 |
Color Harmonies of #86E920
Complementary color
Monochromatic Colors of #86E920
Black with #86E920
Text Example
Text Example
White with #86E920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E920; }
p { color: rgb(134,233,32); }
H1.HeaderClassName
{
color: #86E920;
}
.AnyTagClassName
{
color: #86E920;
}
</style>
background-color css
<style>
a { background-color: #86E920; }
a { background-color: rgb(134,233,32); }
div.DivClassName
{
background-color: #86E920;
}
.BgClassName
{
background-color: #86E920;
}
</style>
border-color css
<style>
span { border-color: #86E920; }
span { border-color: rgb(134,233,32); }
td.TdClassName
{
border-color: #86E920;
}
.TagClassName
{
border-color: #86E920;
}
</style>