Shades of Mantis #86C56A
Tints of Mantis #86C56A
RGB
CMYK
RGB Variations
Color information
#86C56A (or 0x86C56A) is known color: Mantis. HEX triplet: 86, C5 and 6A. RGB value is (134,197,106). Sum of RGB (Red+Green+Blue) = 134+197+106=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #86C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C56A is #793A95. Grayscale: #A8A8A8. Windows color (decimal): -7944854 or 6997382. OLE color: 6997382.
HSL color Cylindrical-coordinate representation of color #86C56A: hue angle of 101.54º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86C56A is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 197 | 106 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.23 |
| HSL | 101.54º | 0.44% | 0.59% | - |
| HSV(B) | 101.54º | 0.46% | 0.77% | - |
| XYZ | 32.4 | 46.04 | 20.81 | - |
| YUV | 167.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 197 | 106 | 0.32 | 0 | 0.46 | 0.23 | 101.54 | 0.44 | 0.59 |
| Hex | 86 | C5 | 6A | 20 | 0 | 2E | 17 | 66 | 2C | 3B |
| Octal | 206 | 305 | 152 | 40 | 0 | 56 | 27 | 146 | 54 | 73 |
| Binary | 10000110 | 11000101 | 1101010 | 100000 | 0 | 101110 | 10111 | 1100110 | 101100 | 111011 |
Color Harmonies of #86C56A
Complementary color
Monochromatic Colors of #86C56A
Black with #86C56A
Text Example
Text Example
White with #86C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C56A; }
p { color: rgb(134,197,106); }
H1.HeaderClassName
{
color: #86C56A;
}
.AnyTagClassName
{
color: #86C56A;
}
</style>
background-color css
<style>
a { background-color: #86C56A; }
a { background-color: rgb(134,197,106); }
div.DivClassName
{
background-color: #86C56A;
}
.BgClassName
{
background-color: #86C56A;
}
</style>
border-color css
<style>
span { border-color: #86C56A; }
span { border-color: rgb(134,197,106); }
td.TdClassName
{
border-color: #86C56A;
}
.TagClassName
{
border-color: #86C56A;
}
</style>