Shades of Mantis #86C372
Tints of Mantis #86C372
RGB
CMYK
RGB Variations
Color information
#86C372 (or 0x86C372) is known color: Mantis. HEX triplet: 86, C3 and 72. RGB value is (134,195,114). Sum of RGB (Red+Green+Blue) = 134+195+114=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #86C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C372 is #793C8D. Grayscale: #A7A7A7. Windows color (decimal): -7945358 or 7521158. OLE color: 7521158.
HSL color Cylindrical-coordinate representation of color #86C372: hue angle of 105.19º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86C372 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 114 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.24 |
| HSL | 105.19º | 0.4% | 0.61% | - |
| HSV(B) | 105.19º | 0.42% | 0.76% | - |
| XYZ | 32.38 | 45.31 | 22.96 | - |
| YUV | 167.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 114 | 0.31 | 0 | 0.42 | 0.24 | 105.19 | 0.4 | 0.61 |
| Hex | 86 | C3 | 72 | 1F | 0 | 2A | 18 | 69 | 28 | 3D |
| Octal | 206 | 303 | 162 | 37 | 0 | 52 | 30 | 151 | 50 | 75 |
| Binary | 10000110 | 11000011 | 1110010 | 11111 | 0 | 101010 | 11000 | 1101001 | 101000 | 111101 |
Color Harmonies of #86C372
Complementary color
Monochromatic Colors of #86C372
Black with #86C372
Text Example
Text Example
White with #86C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C372; }
p { color: rgb(134,195,114); }
H1.HeaderClassName
{
color: #86C372;
}
.AnyTagClassName
{
color: #86C372;
}
</style>
background-color css
<style>
a { background-color: #86C372; }
a { background-color: rgb(134,195,114); }
div.DivClassName
{
background-color: #86C372;
}
.BgClassName
{
background-color: #86C372;
}
</style>
border-color css
<style>
span { border-color: #86C372; }
span { border-color: rgb(134,195,114); }
td.TdClassName
{
border-color: #86C372;
}
.TagClassName
{
border-color: #86C372;
}
</style>