Shades of Light Green #86E088
Tints of Light Green #86E088
RGB
CMYK
RGB Variations
Color information
#86E088 (or 0x86E088) is known color: Light Green. HEX triplet: 86, E0 and 88. RGB value is (134,224,136). Sum of RGB (Red+Green+Blue) = 134+224+136=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #86E088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E088 is #791F77. Grayscale: #BBBBBB. Windows color (decimal): -7937912 or 8970374. OLE color: 8970374.
HSL color Cylindrical-coordinate representation of color #86E088: hue angle of 121.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86E088 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 224 | 136 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.12 |
| HSL | 121.33º | 0.59% | 0.7% | - |
| HSV(B) | 121.33º | 0.4% | 0.88% | - |
| XYZ | 40.93 | 60.16 | 32.75 | - |
| YUV | 187.06 | 99.18 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 224 | 136 | 0.40 | 0 | 0.39 | 0.12 | 121.33 | 0.59 | 0.7 |
| Hex | 86 | E0 | 88 | 28 | 0 | 27 | C | 79 | 3B | 46 |
| Octal | 206 | 340 | 210 | 50 | 0 | 47 | 14 | 171 | 73 | 106 |
| Binary | 10000110 | 11100000 | 10001000 | 101000 | 0 | 100111 | 1100 | 1111001 | 111011 | 1000110 |
Color Harmonies of #86E088
Complementary color
Monochromatic Colors of #86E088
Black with #86E088
Text Example
Text Example
White with #86E088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E088; }
p { color: rgb(134,224,136); }
H1.HeaderClassName
{
color: #86E088;
}
.AnyTagClassName
{
color: #86E088;
}
</style>
background-color css
<style>
a { background-color: #86E088; }
a { background-color: rgb(134,224,136); }
div.DivClassName
{
background-color: #86E088;
}
.BgClassName
{
background-color: #86E088;
}
</style>
border-color css
<style>
span { border-color: #86E088; }
span { border-color: rgb(134,224,136); }
td.TdClassName
{
border-color: #86E088;
}
.TagClassName
{
border-color: #86E088;
}
</style>