Shades of Lawn Green #86E408
Tints of Lawn Green #86E408
RGB
CMYK
RGB Variations
Color information
#86E408 (or 0x86E408) is known color: Lawn Green. HEX triplet: 86, E4 and 08. RGB value is (134,228,8). Sum of RGB (Red+Green+Blue) = 134+228+8=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 228 (89.45% from 255 or 61.62% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 228 - color contains mainly: green. Hex color #86E408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86E408 is #791BF7. Grayscale: #AFAFAF. Windows color (decimal): -7937016 or 582790. OLE color: 582790.
HSL color Cylindrical-coordinate representation of color #86E408: hue angle of 85.64º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86E408 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 228 | 8 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.11 |
| HSL | 85.64º | 0.93% | 0.46% | - |
| HSV(B) | 85.64º | 0.96% | 0.89% | - |
| XYZ | 37.62 | 60.57 | 9.94 | - |
| YUV | 174.81 | 33.86 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 228 | 8 | 0.41 | 0 | 0.96 | 0.11 | 85.64 | 0.93 | 0.46 |
| Hex | 86 | E4 | 8 | 29 | 0 | 60 | B | 56 | 5D | 2E |
| Octal | 206 | 344 | 10 | 51 | 0 | 140 | 13 | 126 | 135 | 56 |
| Binary | 10000110 | 11100100 | 1000 | 101001 | 0 | 1100000 | 1011 | 1010110 | 1011101 | 101110 |
Color Harmonies of #86E408
Complementary color
Monochromatic Colors of #86E408
Black with #86E408
Text Example
Text Example
White with #86E408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E408; }
p { color: rgb(134,228,8); }
H1.HeaderClassName
{
color: #86E408;
}
.AnyTagClassName
{
color: #86E408;
}
</style>
background-color css
<style>
a { background-color: #86E408; }
a { background-color: rgb(134,228,8); }
div.DivClassName
{
background-color: #86E408;
}
.BgClassName
{
background-color: #86E408;
}
</style>
border-color css
<style>
span { border-color: #86E408; }
span { border-color: rgb(134,228,8); }
td.TdClassName
{
border-color: #86E408;
}
.TagClassName
{
border-color: #86E408;
}
</style>