Shades of Mantis #86D75E
Tints of Mantis #86D75E
RGB
CMYK
RGB Variations
Color information
#86D75E (or 0x86D75E) is known color: Mantis. HEX triplet: 86, D7 and 5E. RGB value is (134,215,94). Sum of RGB (Red+Green+Blue) = 134+215+94=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #86D75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D75E is #7928A1. Grayscale: #B1B1B1. Windows color (decimal): -7940258 or 6215558. OLE color: 6215558.
HSL color Cylindrical-coordinate representation of color #86D75E: hue angle of 100.17º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86D75E is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 215 | 94 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.16 |
| HSL | 100.17º | 0.6% | 0.61% | - |
| HSV(B) | 100.17º | 0.56% | 0.84% | - |
| XYZ | 36.15 | 54.48 | 19.2 | - |
| YUV | 176.99 | 81.16 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 215 | 94 | 0.38 | 0 | 0.56 | 0.16 | 100.17 | 0.6 | 0.61 |
| Hex | 86 | D7 | 5E | 26 | 0 | 38 | 10 | 64 | 3C | 3D |
| Octal | 206 | 327 | 136 | 46 | 0 | 70 | 20 | 144 | 74 | 75 |
| Binary | 10000110 | 11010111 | 1011110 | 100110 | 0 | 111000 | 10000 | 1100100 | 111100 | 111101 |
Color Harmonies of #86D75E
Complementary color
Monochromatic Colors of #86D75E
Black with #86D75E
Text Example
Text Example
White with #86D75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D75E; }
p { color: rgb(134,215,94); }
H1.HeaderClassName
{
color: #86D75E;
}
.AnyTagClassName
{
color: #86D75E;
}
</style>
background-color css
<style>
a { background-color: #86D75E; }
a { background-color: rgb(134,215,94); }
div.DivClassName
{
background-color: #86D75E;
}
.BgClassName
{
background-color: #86D75E;
}
</style>
border-color css
<style>
span { border-color: #86D75E; }
span { border-color: rgb(134,215,94); }
td.TdClassName
{
border-color: #86D75E;
}
.TagClassName
{
border-color: #86D75E;
}
</style>