Shades of Light Green #86EC8F
Tints of Light Green #86EC8F
RGB
CMYK
RGB Variations
Color information
#86EC8F (or 0x86EC8F) is known color: Light Green. HEX triplet: 86, EC and 8F. RGB value is (134,236,143). Sum of RGB (Red+Green+Blue) = 134+236+143=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EC8F is #791370. Grayscale: #C3C3C3. Windows color (decimal): -7934833 or 9432198. OLE color: 9432198.
HSL color Cylindrical-coordinate representation of color #86EC8F: hue angle of 125.29º 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 #86EC8F is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 143 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.07 |
| HSL | 125.29º | 0.73% | 0.73% | - |
| HSV(B) | 125.29º | 0.43% | 0.93% | - |
| XYZ | 44.78 | 67.04 | 36.57 | - |
| YUV | 194.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 143 | 0.43 | 0 | 0.39 | 0.07 | 125.29 | 0.73 | 0.73 |
| Hex | 86 | EC | 8F | 2B | 0 | 27 | 7 | 7D | 49 | 49 |
| Octal | 206 | 354 | 217 | 53 | 0 | 47 | 7 | 175 | 111 | 111 |
| Binary | 10000110 | 11101100 | 10001111 | 101011 | 0 | 100111 | 111 | 1111101 | 1001001 | 1001001 |
Color Harmonies of #86EC8F
Complementary color
Monochromatic Colors of #86EC8F
Black with #86EC8F
Text Example
Text Example
White with #86EC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EC8F; }
p { color: rgb(134,236,143); }
H1.HeaderClassName
{
color: #86EC8F;
}
.AnyTagClassName
{
color: #86EC8F;
}
</style>
background-color css
<style>
a { background-color: #86EC8F; }
a { background-color: rgb(134,236,143); }
div.DivClassName
{
background-color: #86EC8F;
}
.BgClassName
{
background-color: #86EC8F;
}
</style>
border-color css
<style>
span { border-color: #86EC8F; }
span { border-color: rgb(134,236,143); }
td.TdClassName
{
border-color: #86EC8F;
}
.TagClassName
{
border-color: #86EC8F;
}
</style>