Shades of Mantis #86C36C
Tints of Mantis #86C36C
RGB
CMYK
RGB Variations
Color information
#86C36C (or 0x86C36C) is known color: Mantis. HEX triplet: 86, C3 and 6C. RGB value is (134,195,108). Sum of RGB (Red+Green+Blue) = 134+195+108=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #86C36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C36C is #793C93. Grayscale: #A7A7A7. Windows color (decimal): -7945364 or 7127942. OLE color: 7127942.
HSL color Cylindrical-coordinate representation of color #86C36C: hue angle of 102.07º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86C36C is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 108 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.24 |
| HSL | 102.07º | 0.42% | 0.59% | - |
| HSV(B) | 102.07º | 0.45% | 0.76% | - |
| XYZ | 32.05 | 45.18 | 21.22 | - |
| YUV | 166.84 | 94.79 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 108 | 0.31 | 0 | 0.45 | 0.24 | 102.07 | 0.42 | 0.59 |
| Hex | 86 | C3 | 6C | 1F | 0 | 2D | 18 | 66 | 2A | 3B |
| Octal | 206 | 303 | 154 | 37 | 0 | 55 | 30 | 146 | 52 | 73 |
| Binary | 10000110 | 11000011 | 1101100 | 11111 | 0 | 101101 | 11000 | 1100110 | 101010 | 111011 |
Color Harmonies of #86C36C
Complementary color
Monochromatic Colors of #86C36C
Black with #86C36C
Text Example
Text Example
White with #86C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C36C; }
p { color: rgb(134,195,108); }
H1.HeaderClassName
{
color: #86C36C;
}
.AnyTagClassName
{
color: #86C36C;
}
</style>
background-color css
<style>
a { background-color: #86C36C; }
a { background-color: rgb(134,195,108); }
div.DivClassName
{
background-color: #86C36C;
}
.BgClassName
{
background-color: #86C36C;
}
</style>
border-color css
<style>
span { border-color: #86C36C; }
span { border-color: rgb(134,195,108); }
td.TdClassName
{
border-color: #86C36C;
}
.TagClassName
{
border-color: #86C36C;
}
</style>