Shades of Light Green #86E490
Tints of Light Green #86E490
RGB
CMYK
RGB Variations
Color information
#86E490 (or 0x86E490) is known color: Light Green. HEX triplet: 86, E4 and 90. RGB value is (134,228,144). Sum of RGB (Red+Green+Blue) = 134+228+144=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #86E490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E490 is #791B6F. Grayscale: #BEBEBE. Windows color (decimal): -7936880 or 9495686. OLE color: 9495686.
HSL color Cylindrical-coordinate representation of color #86E490: hue angle of 126.38º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E490 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 228 | 144 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.11 |
| HSL | 126.38º | 0.64% | 0.71% | - |
| HSV(B) | 126.38º | 0.41% | 0.89% | - |
| XYZ | 42.61 | 62.57 | 36.22 | - |
| YUV | 190.32 | 101.86 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 228 | 144 | 0.41 | 0 | 0.37 | 0.11 | 126.38 | 0.64 | 0.71 |
| Hex | 86 | E4 | 90 | 29 | 0 | 25 | B | 7E | 40 | 47 |
| Octal | 206 | 344 | 220 | 51 | 0 | 45 | 13 | 176 | 100 | 107 |
| Binary | 10000110 | 11100100 | 10010000 | 101001 | 0 | 100101 | 1011 | 1111110 | 1000000 | 1000111 |
Color Harmonies of #86E490
Complementary color
Monochromatic Colors of #86E490
Black with #86E490
Text Example
Text Example
White with #86E490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E490; }
p { color: rgb(134,228,144); }
H1.HeaderClassName
{
color: #86E490;
}
.AnyTagClassName
{
color: #86E490;
}
</style>
background-color css
<style>
a { background-color: #86E490; }
a { background-color: rgb(134,228,144); }
div.DivClassName
{
background-color: #86E490;
}
.BgClassName
{
background-color: #86E490;
}
</style>
border-color css
<style>
span { border-color: #86E490; }
span { border-color: rgb(134,228,144); }
td.TdClassName
{
border-color: #86E490;
}
.TagClassName
{
border-color: #86E490;
}
</style>