Shades of Mantis #86E157
Tints of Mantis #86E157
RGB
CMYK
RGB Variations
Color information
#86E157 (or 0x86E157) is known color: Mantis. HEX triplet: 86, E1 and 57. RGB value is (134,225,87). Sum of RGB (Red+Green+Blue) = 134+225+87=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #86E157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E157 is #791EA8. Grayscale: #B6B6B6. Windows color (decimal): -7937705 or 5759366. OLE color: 5759366.
HSL color Cylindrical-coordinate representation of color #86E157: hue angle of 99.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86E157 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 225 | 87 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.12 |
| HSL | 99.57º | 0.7% | 0.61% | - |
| HSV(B) | 99.57º | 0.61% | 0.88% | - |
| XYZ | 38.48 | 59.61 | 18.49 | - |
| YUV | 182.06 | 74.35 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 225 | 87 | 0.40 | 0 | 0.61 | 0.12 | 99.57 | 0.7 | 0.61 |
| Hex | 86 | E1 | 57 | 28 | 0 | 3D | C | 64 | 46 | 3D |
| Octal | 206 | 341 | 127 | 50 | 0 | 75 | 14 | 144 | 106 | 75 |
| Binary | 10000110 | 11100001 | 1010111 | 101000 | 0 | 111101 | 1100 | 1100100 | 1000110 | 111101 |
Color Harmonies of #86E157
Complementary color
Monochromatic Colors of #86E157
Black with #86E157
Text Example
Text Example
White with #86E157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E157; }
p { color: rgb(134,225,87); }
H1.HeaderClassName
{
color: #86E157;
}
.AnyTagClassName
{
color: #86E157;
}
</style>
background-color css
<style>
a { background-color: #86E157; }
a { background-color: rgb(134,225,87); }
div.DivClassName
{
background-color: #86E157;
}
.BgClassName
{
background-color: #86E157;
}
</style>
border-color css
<style>
span { border-color: #86E157; }
span { border-color: rgb(134,225,87); }
td.TdClassName
{
border-color: #86E157;
}
.TagClassName
{
border-color: #86E157;
}
</style>