Shades of Light Green #86EA81
Tints of Light Green #86EA81
RGB
CMYK
RGB Variations
Color information
#86EA81 (or 0x86EA81) is known color: Light Green. HEX triplet: 86, EA and 81. RGB value is (134,234,129). Sum of RGB (Red+Green+Blue) = 134+234+129=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #86EA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EA81 is #79157E. Grayscale: #C0C0C0. Windows color (decimal): -7935359 or 8514182. OLE color: 8514182.
HSL color Cylindrical-coordinate representation of color #86EA81: hue angle of 117.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86EA81 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 234 | 129 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.08 |
| HSL | 117.14º | 0.71% | 0.71% | - |
| HSV(B) | 117.14º | 0.45% | 0.92% | - |
| XYZ | 43.22 | 65.5 | 31.13 | - |
| YUV | 192.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 234 | 129 | 0.43 | 0 | 0.45 | 0.08 | 117.14 | 0.71 | 0.71 |
| Hex | 86 | EA | 81 | 2B | 0 | 2D | 8 | 75 | 47 | 47 |
| Octal | 206 | 352 | 201 | 53 | 0 | 55 | 10 | 165 | 107 | 107 |
| Binary | 10000110 | 11101010 | 10000001 | 101011 | 0 | 101101 | 1000 | 1110101 | 1000111 | 1000111 |
Color Harmonies of #86EA81
Complementary color
Monochromatic Colors of #86EA81
Black with #86EA81
Text Example
Text Example
White with #86EA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EA81; }
p { color: rgb(134,234,129); }
H1.HeaderClassName
{
color: #86EA81;
}
.AnyTagClassName
{
color: #86EA81;
}
</style>
background-color css
<style>
a { background-color: #86EA81; }
a { background-color: rgb(134,234,129); }
div.DivClassName
{
background-color: #86EA81;
}
.BgClassName
{
background-color: #86EA81;
}
</style>
border-color css
<style>
span { border-color: #86EA81; }
span { border-color: rgb(134,234,129); }
td.TdClassName
{
border-color: #86EA81;
}
.TagClassName
{
border-color: #86EA81;
}
</style>