Shades of Light Green #86E988
Tints of Light Green #86E988
RGB
CMYK
RGB Variations
Color information
#86E988 (or 0x86E988) is known color: Light Green. HEX triplet: 86, E9 and 88. RGB value is (134,233,136). Sum of RGB (Red+Green+Blue) = 134+233+136=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #86E988 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E988 is #791677. Grayscale: #C0C0C0. Windows color (decimal): -7935608 or 8972678. OLE color: 8972678.
HSL color Cylindrical-coordinate representation of color #86E988: hue angle of 121.21º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E988 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 233 | 136 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.09 |
| HSL | 121.21º | 0.69% | 0.72% | - |
| HSV(B) | 121.21º | 0.42% | 0.91% | - |
| XYZ | 43.41 | 65.12 | 33.57 | - |
| YUV | 192.34 | 96.2 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 136 | 0.42 | 0 | 0.42 | 0.09 | 121.21 | 0.69 | 0.72 |
| Hex | 86 | E9 | 88 | 2A | 0 | 2A | 9 | 79 | 45 | 48 |
| Octal | 206 | 351 | 210 | 52 | 0 | 52 | 11 | 171 | 105 | 110 |
| Binary | 10000110 | 11101001 | 10001000 | 101010 | 0 | 101010 | 1001 | 1111001 | 1000101 | 1001000 |
Color Harmonies of #86E988
Complementary color
Monochromatic Colors of #86E988
Black with #86E988
Text Example
Text Example
White with #86E988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E988; }
p { color: rgb(134,233,136); }
H1.HeaderClassName
{
color: #86E988;
}
.AnyTagClassName
{
color: #86E988;
}
</style>
background-color css
<style>
a { background-color: #86E988; }
a { background-color: rgb(134,233,136); }
div.DivClassName
{
background-color: #86E988;
}
.BgClassName
{
background-color: #86E988;
}
</style>
border-color css
<style>
span { border-color: #86E988; }
span { border-color: rgb(134,233,136); }
td.TdClassName
{
border-color: #86E988;
}
.TagClassName
{
border-color: #86E988;
}
</style>