Shades of Light Green #86E485
Tints of Light Green #86E485
RGB
CMYK
RGB Variations
Color information
#86E485 (or 0x86E485) is known color: Light Green. HEX triplet: 86, E4 and 85. RGB value is (134,228,133). Sum of RGB (Red+Green+Blue) = 134+228+133=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #86E485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E485 is #791B7A. Grayscale: #BDBDBD. Windows color (decimal): -7936891 or 8774790. OLE color: 8774790.
HSL color Cylindrical-coordinate representation of color #86E485: hue angle of 119.37º 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 #86E485 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 228 | 133 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.11 |
| HSL | 119.37º | 0.64% | 0.71% | - |
| HSV(B) | 119.37º | 0.42% | 0.89% | - |
| XYZ | 41.81 | 62.25 | 32 | - |
| YUV | 189.06 | 96.36 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 228 | 133 | 0.41 | 0 | 0.42 | 0.11 | 119.37 | 0.64 | 0.71 |
| Hex | 86 | E4 | 85 | 29 | 0 | 2A | B | 77 | 40 | 47 |
| Octal | 206 | 344 | 205 | 51 | 0 | 52 | 13 | 167 | 100 | 107 |
| Binary | 10000110 | 11100100 | 10000101 | 101001 | 0 | 101010 | 1011 | 1110111 | 1000000 | 1000111 |
Color Harmonies of #86E485
Complementary color
Monochromatic Colors of #86E485
Black with #86E485
Text Example
Text Example
White with #86E485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E485; }
p { color: rgb(134,228,133); }
H1.HeaderClassName
{
color: #86E485;
}
.AnyTagClassName
{
color: #86E485;
}
</style>
background-color css
<style>
a { background-color: #86E485; }
a { background-color: rgb(134,228,133); }
div.DivClassName
{
background-color: #86E485;
}
.BgClassName
{
background-color: #86E485;
}
</style>
border-color css
<style>
span { border-color: #86E485; }
span { border-color: rgb(134,228,133); }
td.TdClassName
{
border-color: #86E485;
}
.TagClassName
{
border-color: #86E485;
}
</style>