Shades of Lawn Green #86E110
Tints of Lawn Green #86E110
RGB
CMYK
RGB Variations
Color information
#86E110 (or 0x86E110) is known color: Lawn Green. HEX triplet: 86, E1 and 10. RGB value is (134,225,16). Sum of RGB (Red+Green+Blue) = 134+225+16=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #86E110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86E110 is #791EEF. Grayscale: #AEAEAE. Windows color (decimal): -7937776 or 1106310. OLE color: 1106310.
HSL color Cylindrical-coordinate representation of color #86E110: hue angle of 86.12º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86E110 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 225 | 16 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.12 |
| HSL | 86.12º | 0.87% | 0.47% | - |
| HSV(B) | 86.12º | 0.93% | 0.88% | - |
| XYZ | 36.85 | 58.96 | 9.93 | - |
| YUV | 173.97 | 38.85 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 225 | 16 | 0.40 | 0 | 0.93 | 0.12 | 86.12 | 0.87 | 0.47 |
| Hex | 86 | E1 | 10 | 28 | 0 | 5D | C | 56 | 57 | 2F |
| Octal | 206 | 341 | 20 | 50 | 0 | 135 | 14 | 126 | 127 | 57 |
| Binary | 10000110 | 11100001 | 10000 | 101000 | 0 | 1011101 | 1100 | 1010110 | 1010111 | 101111 |
Color Harmonies of #86E110
Complementary color
Monochromatic Colors of #86E110
Black with #86E110
Text Example
Text Example
White with #86E110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E110; }
p { color: rgb(134,225,16); }
H1.HeaderClassName
{
color: #86E110;
}
.AnyTagClassName
{
color: #86E110;
}
</style>
background-color css
<style>
a { background-color: #86E110; }
a { background-color: rgb(134,225,16); }
div.DivClassName
{
background-color: #86E110;
}
.BgClassName
{
background-color: #86E110;
}
</style>
border-color css
<style>
span { border-color: #86E110; }
span { border-color: rgb(134,225,16); }
td.TdClassName
{
border-color: #86E110;
}
.TagClassName
{
border-color: #86E110;
}
</style>