Shades of Light Green #86EE80
Tints of Light Green #86EE80
RGB
CMYK
RGB Variations
Color information
#86EE80 (or 0x86EE80) is known color: Light Green. HEX triplet: 86, EE and 80. RGB value is (134,238,128). Sum of RGB (Red+Green+Blue) = 134+238+128=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EE80 is #79117F. Grayscale: #C2C2C2. Windows color (decimal): -7934336 or 8449670. OLE color: 8449670.
HSL color Cylindrical-coordinate representation of color #86EE80: hue angle of 116.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86EE80 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 128 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.07 |
| HSL | 116.73º | 0.76% | 0.72% | - |
| HSV(B) | 116.73º | 0.46% | 0.93% | - |
| XYZ | 44.3 | 67.78 | 31.17 | - |
| YUV | 194.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 128 | 0.44 | 0 | 0.46 | 0.07 | 116.73 | 0.76 | 0.72 |
| Hex | 86 | EE | 80 | 2C | 0 | 2E | 7 | 75 | 4C | 48 |
| Octal | 206 | 356 | 200 | 54 | 0 | 56 | 7 | 165 | 114 | 110 |
| Binary | 10000110 | 11101110 | 10000000 | 101100 | 0 | 101110 | 111 | 1110101 | 1001100 | 1001000 |
Color Harmonies of #86EE80
Complementary color
Monochromatic Colors of #86EE80
Black with #86EE80
Text Example
Text Example
White with #86EE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EE80; }
p { color: rgb(134,238,128); }
H1.HeaderClassName
{
color: #86EE80;
}
.AnyTagClassName
{
color: #86EE80;
}
</style>
background-color css
<style>
a { background-color: #86EE80; }
a { background-color: rgb(134,238,128); }
div.DivClassName
{
background-color: #86EE80;
}
.BgClassName
{
background-color: #86EE80;
}
</style>
border-color css
<style>
span { border-color: #86EE80; }
span { border-color: rgb(134,238,128); }
td.TdClassName
{
border-color: #86EE80;
}
.TagClassName
{
border-color: #86EE80;
}
</style>