Shades of Light Green #86EC87
Tints of Light Green #86EC87
RGB
CMYK
RGB Variations
Color information
#86EC87 (or 0x86EC87) is known color: Light Green. HEX triplet: 86, EC and 87. RGB value is (134,236,135). Sum of RGB (Red+Green+Blue) = 134+236+135=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EC87 is #791378. Grayscale: #C2C2C2. Windows color (decimal): -7934841 or 8907910. OLE color: 8907910.
HSL color Cylindrical-coordinate representation of color #86EC87: hue angle of 120.59º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EC87 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 135 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.07 |
| HSL | 120.59º | 0.73% | 0.73% | - |
| HSV(B) | 120.59º | 0.43% | 0.93% | - |
| XYZ | 44.2 | 66.81 | 33.49 | - |
| YUV | 193.99 | 94.71 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 135 | 0.43 | 0 | 0.43 | 0.07 | 120.59 | 0.73 | 0.73 |
| Hex | 86 | EC | 87 | 2B | 0 | 2B | 7 | 79 | 49 | 49 |
| Octal | 206 | 354 | 207 | 53 | 0 | 53 | 7 | 171 | 111 | 111 |
| Binary | 10000110 | 11101100 | 10000111 | 101011 | 0 | 101011 | 111 | 1111001 | 1001001 | 1001001 |
Color Harmonies of #86EC87
Complementary color
Monochromatic Colors of #86EC87
Black with #86EC87
Text Example
Text Example
White with #86EC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EC87; }
p { color: rgb(134,236,135); }
H1.HeaderClassName
{
color: #86EC87;
}
.AnyTagClassName
{
color: #86EC87;
}
</style>
background-color css
<style>
a { background-color: #86EC87; }
a { background-color: rgb(134,236,135); }
div.DivClassName
{
background-color: #86EC87;
}
.BgClassName
{
background-color: #86EC87;
}
</style>
border-color css
<style>
span { border-color: #86EC87; }
span { border-color: rgb(134,236,135); }
td.TdClassName
{
border-color: #86EC87;
}
.TagClassName
{
border-color: #86EC87;
}
</style>