Shades of Light Green #86E291
Tints of Light Green #86E291
RGB
CMYK
RGB Variations
Color information
#86E291 (or 0x86E291) is known color: Light Green. HEX triplet: 86, E2 and 91. RGB value is (134,226,145). Sum of RGB (Red+Green+Blue) = 134+226+145=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #86E291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E291 is #791D6E. Grayscale: #BDBDBD. Windows color (decimal): -7937391 or 9560710. OLE color: 9560710.
HSL color Cylindrical-coordinate representation of color #86E291: hue angle of 127.17º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E291 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 226 | 145 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.11 |
| HSL | 127.17º | 0.61% | 0.71% | - |
| HSV(B) | 127.17º | 0.41% | 0.89% | - |
| XYZ | 42.14 | 61.51 | 36.44 | - |
| YUV | 189.26 | 103.02 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 226 | 145 | 0.41 | 0 | 0.36 | 0.11 | 127.17 | 0.61 | 0.71 |
| Hex | 86 | E2 | 91 | 29 | 0 | 24 | B | 7F | 3D | 47 |
| Octal | 206 | 342 | 221 | 51 | 0 | 44 | 13 | 177 | 75 | 107 |
| Binary | 10000110 | 11100010 | 10010001 | 101001 | 0 | 100100 | 1011 | 1111111 | 111101 | 1000111 |
Color Harmonies of #86E291
Complementary color
Monochromatic Colors of #86E291
Black with #86E291
Text Example
Text Example
White with #86E291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E291; }
p { color: rgb(134,226,145); }
H1.HeaderClassName
{
color: #86E291;
}
.AnyTagClassName
{
color: #86E291;
}
</style>
background-color css
<style>
a { background-color: #86E291; }
a { background-color: rgb(134,226,145); }
div.DivClassName
{
background-color: #86E291;
}
.BgClassName
{
background-color: #86E291;
}
</style>
border-color css
<style>
span { border-color: #86E291; }
span { border-color: rgb(134,226,145); }
td.TdClassName
{
border-color: #86E291;
}
.TagClassName
{
border-color: #86E291;
}
</style>