Shades of Light Green #86EA84
Tints of Light Green #86EA84
RGB
CMYK
RGB Variations
Color information
#86EA84 (or 0x86EA84) is known color: Light Green. HEX triplet: 86, EA and 84. RGB value is (134,234,132). Sum of RGB (Red+Green+Blue) = 134+234+132=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #86EA84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EA84 is #79157B. Grayscale: #C0C0C0. Windows color (decimal): -7935356 or 8710790. OLE color: 8710790.
HSL color Cylindrical-coordinate representation of color #86EA84: hue angle of 118.82º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EA84 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 234 | 132 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.08 |
| HSL | 118.82º | 0.71% | 0.72% | - |
| HSV(B) | 118.82º | 0.44% | 0.92% | - |
| XYZ | 43.42 | 65.58 | 32.2 | - |
| YUV | 192.47 | 93.87 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 234 | 132 | 0.43 | 0 | 0.44 | 0.08 | 118.82 | 0.71 | 0.72 |
| Hex | 86 | EA | 84 | 2B | 0 | 2C | 8 | 77 | 47 | 48 |
| Octal | 206 | 352 | 204 | 53 | 0 | 54 | 10 | 167 | 107 | 110 |
| Binary | 10000110 | 11101010 | 10000100 | 101011 | 0 | 101100 | 1000 | 1110111 | 1000111 | 1001000 |
Color Harmonies of #86EA84
Complementary color
Monochromatic Colors of #86EA84
Black with #86EA84
Text Example
Text Example
White with #86EA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EA84; }
p { color: rgb(134,234,132); }
H1.HeaderClassName
{
color: #86EA84;
}
.AnyTagClassName
{
color: #86EA84;
}
</style>
background-color css
<style>
a { background-color: #86EA84; }
a { background-color: rgb(134,234,132); }
div.DivClassName
{
background-color: #86EA84;
}
.BgClassName
{
background-color: #86EA84;
}
</style>
border-color css
<style>
span { border-color: #86EA84; }
span { border-color: rgb(134,234,132); }
td.TdClassName
{
border-color: #86EA84;
}
.TagClassName
{
border-color: #86EA84;
}
</style>