Shades of Light Green #86E195
Tints of Light Green #86E195
RGB
CMYK
RGB Variations
Color information
#86E195 (or 0x86E195) is known color: Light Green. HEX triplet: 86, E1 and 95. RGB value is (134,225,149). Sum of RGB (Red+Green+Blue) = 134+225+149=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #86E195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E195 is #791E6A. Grayscale: #BDBDBD. Windows color (decimal): -7937643 or 9822598. OLE color: 9822598.
HSL color Cylindrical-coordinate representation of color #86E195: hue angle of 129.89º degrees, saturation: 0.6, 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 #86E195 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 225 | 149 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.12 |
| HSL | 129.89º | 0.6% | 0.7% | - |
| HSV(B) | 129.89º | 0.4% | 0.88% | - |
| XYZ | 42.18 | 61.09 | 38 | - |
| YUV | 189.13 | 105.35 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 225 | 149 | 0.40 | 0 | 0.34 | 0.12 | 129.89 | 0.6 | 0.7 |
| Hex | 86 | E1 | 95 | 28 | 0 | 22 | C | 82 | 3C | 46 |
| Octal | 206 | 341 | 225 | 50 | 0 | 42 | 14 | 202 | 74 | 106 |
| Binary | 10000110 | 11100001 | 10010101 | 101000 | 0 | 100010 | 1100 | 10000010 | 111100 | 1000110 |
Color Harmonies of #86E195
Complementary color
Monochromatic Colors of #86E195
Black with #86E195
Text Example
Text Example
White with #86E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E195; }
p { color: rgb(134,225,149); }
H1.HeaderClassName
{
color: #86E195;
}
.AnyTagClassName
{
color: #86E195;
}
</style>
background-color css
<style>
a { background-color: #86E195; }
a { background-color: rgb(134,225,149); }
div.DivClassName
{
background-color: #86E195;
}
.BgClassName
{
background-color: #86E195;
}
</style>
border-color css
<style>
span { border-color: #86E195; }
span { border-color: rgb(134,225,149); }
td.TdClassName
{
border-color: #86E195;
}
.TagClassName
{
border-color: #86E195;
}
</style>