Shades of Mantis #86C46C
Tints of Mantis #86C46C
RGB
CMYK
RGB Variations
Color information
#86C46C (or 0x86C46C) is known color: Mantis. HEX triplet: 86, C4 and 6C. RGB value is (134,196,108). Sum of RGB (Red+Green+Blue) = 134+196+108=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #86C46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C46C is #793B93. Grayscale: #A7A7A7. Windows color (decimal): -7945108 or 7128198. OLE color: 7128198.
HSL color Cylindrical-coordinate representation of color #86C46C: hue angle of 102.27º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86C46C is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 196 | 108 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.23 |
| HSL | 102.27º | 0.43% | 0.6% | - |
| HSV(B) | 102.27º | 0.45% | 0.77% | - |
| XYZ | 32.28 | 45.63 | 21.29 | - |
| YUV | 167.43 | 94.46 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 196 | 108 | 0.32 | 0 | 0.45 | 0.23 | 102.27 | 0.43 | 0.6 |
| Hex | 86 | C4 | 6C | 20 | 0 | 2D | 17 | 66 | 2B | 3C |
| Octal | 206 | 304 | 154 | 40 | 0 | 55 | 27 | 146 | 53 | 74 |
| Binary | 10000110 | 11000100 | 1101100 | 100000 | 0 | 101101 | 10111 | 1100110 | 101011 | 111100 |
Color Harmonies of #86C46C
Complementary color
Monochromatic Colors of #86C46C
Black with #86C46C
Text Example
Text Example
White with #86C46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C46C; }
p { color: rgb(134,196,108); }
H1.HeaderClassName
{
color: #86C46C;
}
.AnyTagClassName
{
color: #86C46C;
}
</style>
background-color css
<style>
a { background-color: #86C46C; }
a { background-color: rgb(134,196,108); }
div.DivClassName
{
background-color: #86C46C;
}
.BgClassName
{
background-color: #86C46C;
}
</style>
border-color css
<style>
span { border-color: #86C46C; }
span { border-color: rgb(134,196,108); }
td.TdClassName
{
border-color: #86C46C;
}
.TagClassName
{
border-color: #86C46C;
}
</style>