Shades of Mantis #86C664
Tints of Mantis #86C664
RGB
CMYK
RGB Variations
Color information
#86C664 (or 0x86C664) is known color: Mantis. HEX triplet: 86, C6 and 64. RGB value is (134,198,100). Sum of RGB (Red+Green+Blue) = 134+198+100=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #86C664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C664 is #79399B. Grayscale: #A8A8A8. Windows color (decimal): -7944604 or 6604422. OLE color: 6604422.
HSL color Cylindrical-coordinate representation of color #86C664: hue angle of 99.18º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86C664 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 198 | 100 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.22 |
| HSL | 99.18º | 0.46% | 0.58% | - |
| HSV(B) | 99.18º | 0.49% | 0.78% | - |
| XYZ | 32.33 | 46.38 | 19.3 | - |
| YUV | 167.69 | 89.8 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 198 | 100 | 0.32 | 0 | 0.49 | 0.22 | 99.18 | 0.46 | 0.58 |
| Hex | 86 | C6 | 64 | 20 | 0 | 31 | 16 | 63 | 2E | 3A |
| Octal | 206 | 306 | 144 | 40 | 0 | 61 | 26 | 143 | 56 | 72 |
| Binary | 10000110 | 11000110 | 1100100 | 100000 | 0 | 110001 | 10110 | 1100011 | 101110 | 111010 |
Color Harmonies of #86C664
Complementary color
Monochromatic Colors of #86C664
Black with #86C664
Text Example
Text Example
White with #86C664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C664; }
p { color: rgb(134,198,100); }
H1.HeaderClassName
{
color: #86C664;
}
.AnyTagClassName
{
color: #86C664;
}
</style>
background-color css
<style>
a { background-color: #86C664; }
a { background-color: rgb(134,198,100); }
div.DivClassName
{
background-color: #86C664;
}
.BgClassName
{
background-color: #86C664;
}
</style>
border-color css
<style>
span { border-color: #86C664; }
span { border-color: rgb(134,198,100); }
td.TdClassName
{
border-color: #86C664;
}
.TagClassName
{
border-color: #86C664;
}
</style>