Shades of Light Green #86EC7F
Tints of Light Green #86EC7F
RGB
CMYK
RGB Variations
Color information
#86EC7F (or 0x86EC7F) is known color: Light Green. HEX triplet: 86, EC and 7F. RGB value is (134,236,127). Sum of RGB (Red+Green+Blue) = 134+236+127=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EC7F is #791380. Grayscale: #C1C1C1. Windows color (decimal): -7934849 or 8383622. OLE color: 8383622.
HSL color Cylindrical-coordinate representation of color #86EC7F: hue angle of 116.15º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86EC7F is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 127 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.07 |
| HSL | 116.15º | 0.74% | 0.71% | - |
| HSV(B) | 116.15º | 0.46% | 0.93% | - |
| XYZ | 43.66 | 66.59 | 30.63 | - |
| YUV | 193.08 | 90.71 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 127 | 0.43 | 0 | 0.46 | 0.07 | 116.15 | 0.74 | 0.71 |
| Hex | 86 | EC | 7F | 2B | 0 | 2E | 7 | 74 | 4A | 47 |
| Octal | 206 | 354 | 177 | 53 | 0 | 56 | 7 | 164 | 112 | 107 |
| Binary | 10000110 | 11101100 | 1111111 | 101011 | 0 | 101110 | 111 | 1110100 | 1001010 | 1000111 |
Color Harmonies of #86EC7F
Complementary color
Monochromatic Colors of #86EC7F
Black with #86EC7F
Text Example
Text Example
White with #86EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EC7F; }
p { color: rgb(134,236,127); }
H1.HeaderClassName
{
color: #86EC7F;
}
.AnyTagClassName
{
color: #86EC7F;
}
</style>
background-color css
<style>
a { background-color: #86EC7F; }
a { background-color: rgb(134,236,127); }
div.DivClassName
{
background-color: #86EC7F;
}
.BgClassName
{
background-color: #86EC7F;
}
</style>
border-color css
<style>
span { border-color: #86EC7F; }
span { border-color: rgb(134,236,127); }
td.TdClassName
{
border-color: #86EC7F;
}
.TagClassName
{
border-color: #86EC7F;
}
</style>