Shades of Mantis #86BC5E
Tints of Mantis #86BC5E
RGB
CMYK
RGB Variations
Color information
#86BC5E (or 0x86BC5E) is known color: Mantis. HEX triplet: 86, BC and 5E. RGB value is (134,188,94). Sum of RGB (Red+Green+Blue) = 134+188+94=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC5E is #7943A1. Grayscale: #A1A1A1. Windows color (decimal): -7947170 or 6208646. OLE color: 6208646.
HSL color Cylindrical-coordinate representation of color #86BC5E: hue angle of 94.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86BC5E is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 94 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.26 |
| HSL | 94.47º | 0.41% | 0.55% | - |
| HSV(B) | 94.47º | 0.5% | 0.74% | - |
| XYZ | 29.84 | 41.84 | 17.09 | - |
| YUV | 161.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 94 | 0.29 | 0 | 0.50 | 0.26 | 94.47 | 0.41 | 0.55 |
| Hex | 86 | BC | 5E | 1D | 0 | 32 | 1A | 5E | 29 | 37 |
| Octal | 206 | 274 | 136 | 35 | 0 | 62 | 32 | 136 | 51 | 67 |
| Binary | 10000110 | 10111100 | 1011110 | 11101 | 0 | 110010 | 11010 | 1011110 | 101001 | 110111 |
Color Harmonies of #86BC5E
Complementary color
Monochromatic Colors of #86BC5E
Black with #86BC5E
Text Example
Text Example
White with #86BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC5E; }
p { color: rgb(134,188,94); }
H1.HeaderClassName
{
color: #86BC5E;
}
.AnyTagClassName
{
color: #86BC5E;
}
</style>
background-color css
<style>
a { background-color: #86BC5E; }
a { background-color: rgb(134,188,94); }
div.DivClassName
{
background-color: #86BC5E;
}
.BgClassName
{
background-color: #86BC5E;
}
</style>
border-color css
<style>
span { border-color: #86BC5E; }
span { border-color: rgb(134,188,94); }
td.TdClassName
{
border-color: #86BC5E;
}
.TagClassName
{
border-color: #86BC5E;
}
</style>