Shades of Mantis #86C267
Tints of Mantis #86C267
RGB
CMYK
RGB Variations
Color information
#86C267 (or 0x86C267) is known color: Mantis. HEX triplet: 86, C2 and 67. RGB value is (134,194,103). Sum of RGB (Red+Green+Blue) = 134+194+103=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #86C267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C267 is #793D98. Grayscale: #A5A5A5. Windows color (decimal): -7945625 or 6800006. OLE color: 6800006.
HSL color Cylindrical-coordinate representation of color #86C267: hue angle of 99.56º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86C267 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 194 | 103 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.24 |
| HSL | 99.56º | 0.43% | 0.58% | - |
| HSV(B) | 99.56º | 0.47% | 0.76% | - |
| XYZ | 31.57 | 44.63 | 19.78 | - |
| YUV | 165.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 103 | 0.31 | 0 | 0.47 | 0.24 | 99.56 | 0.43 | 0.58 |
| Hex | 86 | C2 | 67 | 1F | 0 | 2F | 18 | 64 | 2B | 3A |
| Octal | 206 | 302 | 147 | 37 | 0 | 57 | 30 | 144 | 53 | 72 |
| Binary | 10000110 | 11000010 | 1100111 | 11111 | 0 | 101111 | 11000 | 1100100 | 101011 | 111010 |
Color Harmonies of #86C267
Complementary color
Monochromatic Colors of #86C267
Black with #86C267
Text Example
Text Example
White with #86C267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C267; }
p { color: rgb(134,194,103); }
H1.HeaderClassName
{
color: #86C267;
}
.AnyTagClassName
{
color: #86C267;
}
</style>
background-color css
<style>
a { background-color: #86C267; }
a { background-color: rgb(134,194,103); }
div.DivClassName
{
background-color: #86C267;
}
.BgClassName
{
background-color: #86C267;
}
</style>
border-color css
<style>
span { border-color: #86C267; }
span { border-color: rgb(134,194,103); }
td.TdClassName
{
border-color: #86C267;
}
.TagClassName
{
border-color: #86C267;
}
</style>