Shades of Light Green #86E591
Tints of Light Green #86E591
RGB
CMYK
RGB Variations
Color information
#86E591 (or 0x86E591) is known color: Light Green. HEX triplet: 86, E5 and 91. RGB value is (134,229,145). Sum of RGB (Red+Green+Blue) = 134+229+145=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #86E591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E591 is #791A6E. Grayscale: #BFBFBF. Windows color (decimal): -7936623 or 9561478. OLE color: 9561478.
HSL color Cylindrical-coordinate representation of color #86E591: hue angle of 126.95º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E591 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 229 | 145 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.10 |
| HSL | 126.95º | 0.65% | 0.71% | - |
| HSV(B) | 126.95º | 0.41% | 0.9% | - |
| XYZ | 42.96 | 63.15 | 36.71 | - |
| YUV | 191.02 | 102.03 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 229 | 145 | 0.41 | 0 | 0.37 | 0.10 | 126.95 | 0.65 | 0.71 |
| Hex | 86 | E5 | 91 | 29 | 0 | 25 | A | 7F | 41 | 47 |
| Octal | 206 | 345 | 221 | 51 | 0 | 45 | 12 | 177 | 101 | 107 |
| Binary | 10000110 | 11100101 | 10010001 | 101001 | 0 | 100101 | 1010 | 1111111 | 1000001 | 1000111 |
Color Harmonies of #86E591
Complementary color
Monochromatic Colors of #86E591
Black with #86E591
Text Example
Text Example
White with #86E591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E591; }
p { color: rgb(134,229,145); }
H1.HeaderClassName
{
color: #86E591;
}
.AnyTagClassName
{
color: #86E591;
}
</style>
background-color css
<style>
a { background-color: #86E591; }
a { background-color: rgb(134,229,145); }
div.DivClassName
{
background-color: #86E591;
}
.BgClassName
{
background-color: #86E591;
}
</style>
border-color css
<style>
span { border-color: #86E591; }
span { border-color: rgb(134,229,145); }
td.TdClassName
{
border-color: #86E591;
}
.TagClassName
{
border-color: #86E591;
}
</style>