Shades of Mantis #86C566
Tints of Mantis #86C566
RGB
CMYK
RGB Variations
Color information
#86C566 (or 0x86C566) is known color: Mantis. HEX triplet: 86, C5 and 66. RGB value is (134,197,102). Sum of RGB (Red+Green+Blue) = 134+197+102=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #86C566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C566 is #793A99. Grayscale: #A7A7A7. Windows color (decimal): -7944858 or 6735238. OLE color: 6735238.
HSL color Cylindrical-coordinate representation of color #86C566: hue angle of 99.79º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86C566 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 197 | 102 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.23 |
| HSL | 99.79º | 0.45% | 0.59% | - |
| HSV(B) | 99.79º | 0.48% | 0.77% | - |
| XYZ | 32.2 | 45.96 | 19.74 | - |
| YUV | 167.33 | 91.13 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 197 | 102 | 0.32 | 0 | 0.48 | 0.23 | 99.79 | 0.45 | 0.59 |
| Hex | 86 | C5 | 66 | 20 | 0 | 30 | 17 | 64 | 2D | 3B |
| Octal | 206 | 305 | 146 | 40 | 0 | 60 | 27 | 144 | 55 | 73 |
| Binary | 10000110 | 11000101 | 1100110 | 100000 | 0 | 110000 | 10111 | 1100100 | 101101 | 111011 |
Color Harmonies of #86C566
Complementary color
Monochromatic Colors of #86C566
Black with #86C566
Text Example
Text Example
White with #86C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C566; }
p { color: rgb(134,197,102); }
H1.HeaderClassName
{
color: #86C566;
}
.AnyTagClassName
{
color: #86C566;
}
</style>
background-color css
<style>
a { background-color: #86C566; }
a { background-color: rgb(134,197,102); }
div.DivClassName
{
background-color: #86C566;
}
.BgClassName
{
background-color: #86C566;
}
</style>
border-color css
<style>
span { border-color: #86C566; }
span { border-color: rgb(134,197,102); }
td.TdClassName
{
border-color: #86C566;
}
.TagClassName
{
border-color: #86C566;
}
</style>