Shades of Light Green #86E484
Tints of Light Green #86E484
RGB
CMYK
RGB Variations
Color information
#86E484 (or 0x86E484) is known color: Light Green. HEX triplet: 86, E4 and 84. RGB value is (134,228,132). Sum of RGB (Red+Green+Blue) = 134+228+132=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #86E484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E484 is #791B7B. Grayscale: #BDBDBD. Windows color (decimal): -7936892 or 8709254. OLE color: 8709254.
HSL color Cylindrical-coordinate representation of color #86E484: hue angle of 118.75º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E484 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 228 | 132 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.11 |
| HSL | 118.75º | 0.64% | 0.71% | - |
| HSV(B) | 118.75º | 0.42% | 0.89% | - |
| XYZ | 41.74 | 62.22 | 31.64 | - |
| YUV | 188.95 | 95.86 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 228 | 132 | 0.41 | 0 | 0.42 | 0.11 | 118.75 | 0.64 | 0.71 |
| Hex | 86 | E4 | 84 | 29 | 0 | 2A | B | 77 | 40 | 47 |
| Octal | 206 | 344 | 204 | 51 | 0 | 52 | 13 | 167 | 100 | 107 |
| Binary | 10000110 | 11100100 | 10000100 | 101001 | 0 | 101010 | 1011 | 1110111 | 1000000 | 1000111 |
Color Harmonies of #86E484
Complementary color
Monochromatic Colors of #86E484
Black with #86E484
Text Example
Text Example
White with #86E484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E484; }
p { color: rgb(134,228,132); }
H1.HeaderClassName
{
color: #86E484;
}
.AnyTagClassName
{
color: #86E484;
}
</style>
background-color css
<style>
a { background-color: #86E484; }
a { background-color: rgb(134,228,132); }
div.DivClassName
{
background-color: #86E484;
}
.BgClassName
{
background-color: #86E484;
}
</style>
border-color css
<style>
span { border-color: #86E484; }
span { border-color: rgb(134,228,132); }
td.TdClassName
{
border-color: #86E484;
}
.TagClassName
{
border-color: #86E484;
}
</style>