Shades of Mantis #86CB72
Tints of Mantis #86CB72
RGB
CMYK
RGB Variations
Color information
#86CB72 (or 0x86CB72) is known color: Mantis. HEX triplet: 86, CB and 72. RGB value is (134,203,114). Sum of RGB (Red+Green+Blue) = 134+203+114=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB72 is #79348D. Grayscale: #ACACAC. Windows color (decimal): -7943310 or 7523206. OLE color: 7523206.
HSL color Cylindrical-coordinate representation of color #86CB72: hue angle of 106.52º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86CB72 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 114 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.20 |
| HSL | 106.52º | 0.46% | 0.62% | - |
| HSV(B) | 106.52º | 0.44% | 0.8% | - |
| XYZ | 34.22 | 49 | 23.57 | - |
| YUV | 172.22 | 95.14 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 114 | 0.34 | 0 | 0.44 | 0.20 | 106.52 | 0.46 | 0.62 |
| Hex | 86 | CB | 72 | 22 | 0 | 2C | 14 | 6B | 2E | 3E |
| Octal | 206 | 313 | 162 | 42 | 0 | 54 | 24 | 153 | 56 | 76 |
| Binary | 10000110 | 11001011 | 1110010 | 100010 | 0 | 101100 | 10100 | 1101011 | 101110 | 111110 |
Color Harmonies of #86CB72
Complementary color
Monochromatic Colors of #86CB72
Black with #86CB72
Text Example
Text Example
White with #86CB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB72; }
p { color: rgb(134,203,114); }
H1.HeaderClassName
{
color: #86CB72;
}
.AnyTagClassName
{
color: #86CB72;
}
</style>
background-color css
<style>
a { background-color: #86CB72; }
a { background-color: rgb(134,203,114); }
div.DivClassName
{
background-color: #86CB72;
}
.BgClassName
{
background-color: #86CB72;
}
</style>
border-color css
<style>
span { border-color: #86CB72; }
span { border-color: rgb(134,203,114); }
td.TdClassName
{
border-color: #86CB72;
}
.TagClassName
{
border-color: #86CB72;
}
</style>