Shades of Light Green #86E498
Tints of Light Green #86E498
RGB
CMYK
RGB Variations
Color information
#86E498 (or 0x86E498) is known color: Light Green. HEX triplet: 86, E4 and 98. RGB value is (134,228,152). Sum of RGB (Red+Green+Blue) = 134+228+152=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #86E498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E498 is #791B67. Grayscale: #BFBFBF. Windows color (decimal): -7936872 or 10019974. OLE color: 10019974.
HSL color Cylindrical-coordinate representation of color #86E498: hue angle of 131.49º 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 #86E498 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 228 | 152 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.11 |
| HSL | 131.49º | 0.64% | 0.71% | - |
| HSV(B) | 131.49º | 0.41% | 0.89% | - |
| XYZ | 43.24 | 62.82 | 39.55 | - |
| YUV | 191.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 228 | 152 | 0.41 | 0 | 0.33 | 0.11 | 131.49 | 0.64 | 0.71 |
| Hex | 86 | E4 | 98 | 29 | 0 | 21 | B | 83 | 40 | 47 |
| Octal | 206 | 344 | 230 | 51 | 0 | 41 | 13 | 203 | 100 | 107 |
| Binary | 10000110 | 11100100 | 10011000 | 101001 | 0 | 100001 | 1011 | 10000011 | 1000000 | 1000111 |
Color Harmonies of #86E498
Complementary color
Monochromatic Colors of #86E498
Black with #86E498
Text Example
Text Example
White with #86E498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E498; }
p { color: rgb(134,228,152); }
H1.HeaderClassName
{
color: #86E498;
}
.AnyTagClassName
{
color: #86E498;
}
</style>
background-color css
<style>
a { background-color: #86E498; }
a { background-color: rgb(134,228,152); }
div.DivClassName
{
background-color: #86E498;
}
.BgClassName
{
background-color: #86E498;
}
</style>
border-color css
<style>
span { border-color: #86E498; }
span { border-color: rgb(134,228,152); }
td.TdClassName
{
border-color: #86E498;
}
.TagClassName
{
border-color: #86E498;
}
</style>