Shades of Light Green #86E397
Tints of Light Green #86E397
RGB
CMYK
RGB Variations
Color information
#86E397 (or 0x86E397) is known color: Light Green. HEX triplet: 86, E3 and 97. RGB value is (134,227,151). Sum of RGB (Red+Green+Blue) = 134+227+151=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #86E397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E397 is #791C68. Grayscale: #BEBEBE. Windows color (decimal): -7937129 or 9954182. OLE color: 9954182.
HSL color Cylindrical-coordinate representation of color #86E397: hue angle of 130.97º degrees, saturation: 0.62, 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 #86E397 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 227 | 151 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.11 |
| HSL | 130.97º | 0.62% | 0.71% | - |
| HSV(B) | 130.97º | 0.41% | 0.89% | - |
| XYZ | 42.89 | 62.24 | 39.03 | - |
| YUV | 190.53 | 105.69 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 227 | 151 | 0.41 | 0 | 0.33 | 0.11 | 130.97 | 0.62 | 0.71 |
| Hex | 86 | E3 | 97 | 29 | 0 | 21 | B | 83 | 3E | 47 |
| Octal | 206 | 343 | 227 | 51 | 0 | 41 | 13 | 203 | 76 | 107 |
| Binary | 10000110 | 11100011 | 10010111 | 101001 | 0 | 100001 | 1011 | 10000011 | 111110 | 1000111 |
Color Harmonies of #86E397
Complementary color
Monochromatic Colors of #86E397
Black with #86E397
Text Example
Text Example
White with #86E397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E397; }
p { color: rgb(134,227,151); }
H1.HeaderClassName
{
color: #86E397;
}
.AnyTagClassName
{
color: #86E397;
}
</style>
background-color css
<style>
a { background-color: #86E397; }
a { background-color: rgb(134,227,151); }
div.DivClassName
{
background-color: #86E397;
}
.BgClassName
{
background-color: #86E397;
}
</style>
border-color css
<style>
span { border-color: #86E397; }
span { border-color: rgb(134,227,151); }
td.TdClassName
{
border-color: #86E397;
}
.TagClassName
{
border-color: #86E397;
}
</style>