Shades of Light Green #86EC84
Tints of Light Green #86EC84
RGB
CMYK
RGB Variations
Color information
#86EC84 (or 0x86EC84) is known color: Light Green. HEX triplet: 86, EC and 84. RGB value is (134,236,132). Sum of RGB (Red+Green+Blue) = 134+236+132=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EC84 is #79137B. Grayscale: #C1C1C1. Windows color (decimal): -7934844 or 8711302. OLE color: 8711302.
HSL color Cylindrical-coordinate representation of color #86EC84: hue angle of 118.85º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EC84 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 132 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.07 |
| HSL | 118.85º | 0.73% | 0.72% | - |
| HSV(B) | 118.85º | 0.44% | 0.93% | - |
| XYZ | 43.99 | 66.73 | 32.39 | - |
| YUV | 193.65 | 93.21 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 132 | 0.43 | 0 | 0.44 | 0.07 | 118.85 | 0.73 | 0.72 |
| Hex | 86 | EC | 84 | 2B | 0 | 2C | 7 | 77 | 49 | 48 |
| Octal | 206 | 354 | 204 | 53 | 0 | 54 | 7 | 167 | 111 | 110 |
| Binary | 10000110 | 11101100 | 10000100 | 101011 | 0 | 101100 | 111 | 1110111 | 1001001 | 1001000 |
Color Harmonies of #86EC84
Complementary color
Monochromatic Colors of #86EC84
Black with #86EC84
Text Example
Text Example
White with #86EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EC84; }
p { color: rgb(134,236,132); }
H1.HeaderClassName
{
color: #86EC84;
}
.AnyTagClassName
{
color: #86EC84;
}
</style>
background-color css
<style>
a { background-color: #86EC84; }
a { background-color: rgb(134,236,132); }
div.DivClassName
{
background-color: #86EC84;
}
.BgClassName
{
background-color: #86EC84;
}
</style>
border-color css
<style>
span { border-color: #86EC84; }
span { border-color: rgb(134,236,132); }
td.TdClassName
{
border-color: #86EC84;
}
.TagClassName
{
border-color: #86EC84;
}
</style>