Shades of Light Green #86E980
Tints of Light Green #86E980
RGB
CMYK
RGB Variations
Color information
#86E980 (or 0x86E980) is known color: Light Green. HEX triplet: 86, E9 and 80. RGB value is (134,233,128). Sum of RGB (Red+Green+Blue) = 134+233+128=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #86E980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E980 is #79167F. Grayscale: #BFBFBF. Windows color (decimal): -7935616 or 8448390. OLE color: 8448390.
HSL color Cylindrical-coordinate representation of color #86E980: hue angle of 116.57º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86E980 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 233 | 128 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.09 |
| HSL | 116.57º | 0.7% | 0.71% | - |
| HSV(B) | 116.57º | 0.45% | 0.91% | - |
| XYZ | 42.87 | 64.9 | 30.69 | - |
| YUV | 191.43 | 92.2 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 128 | 0.42 | 0 | 0.45 | 0.09 | 116.57 | 0.7 | 0.71 |
| Hex | 86 | E9 | 80 | 2A | 0 | 2D | 9 | 75 | 46 | 47 |
| Octal | 206 | 351 | 200 | 52 | 0 | 55 | 11 | 165 | 106 | 107 |
| Binary | 10000110 | 11101001 | 10000000 | 101010 | 0 | 101101 | 1001 | 1110101 | 1000110 | 1000111 |
Color Harmonies of #86E980
Complementary color
Monochromatic Colors of #86E980
Black with #86E980
Text Example
Text Example
White with #86E980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E980; }
p { color: rgb(134,233,128); }
H1.HeaderClassName
{
color: #86E980;
}
.AnyTagClassName
{
color: #86E980;
}
</style>
background-color css
<style>
a { background-color: #86E980; }
a { background-color: rgb(134,233,128); }
div.DivClassName
{
background-color: #86E980;
}
.BgClassName
{
background-color: #86E980;
}
</style>
border-color css
<style>
span { border-color: #86E980; }
span { border-color: rgb(134,233,128); }
td.TdClassName
{
border-color: #86E980;
}
.TagClassName
{
border-color: #86E980;
}
</style>