Shades of Mantis #86C956
Tints of Mantis #86C956
RGB
CMYK
RGB Variations
Color information
#86C956 (or 0x86C956) is known color: Mantis. HEX triplet: 86, C9 and 56. RGB value is (134,201,86). Sum of RGB (Red+Green+Blue) = 134+201+86=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #86C956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C956 is #7936A9. Grayscale: #A8A8A8. Windows color (decimal): -7943850 or 5687686. OLE color: 5687686.
HSL color Cylindrical-coordinate representation of color #86C956: hue angle of 94.96º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86C956 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 201 | 86 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.21 |
| HSL | 94.96º | 0.52% | 0.56% | - |
| HSV(B) | 94.96º | 0.57% | 0.79% | - |
| XYZ | 32.4 | 47.51 | 16.27 | - |
| YUV | 167.86 | 81.8 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 201 | 86 | 0.33 | 0 | 0.57 | 0.21 | 94.96 | 0.52 | 0.56 |
| Hex | 86 | C9 | 56 | 21 | 0 | 39 | 15 | 5F | 34 | 38 |
| Octal | 206 | 311 | 126 | 41 | 0 | 71 | 25 | 137 | 64 | 70 |
| Binary | 10000110 | 11001001 | 1010110 | 100001 | 0 | 111001 | 10101 | 1011111 | 110100 | 111000 |
Color Harmonies of #86C956
Complementary color
Monochromatic Colors of #86C956
Black with #86C956
Text Example
Text Example
White with #86C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C956; }
p { color: rgb(134,201,86); }
H1.HeaderClassName
{
color: #86C956;
}
.AnyTagClassName
{
color: #86C956;
}
</style>
background-color css
<style>
a { background-color: #86C956; }
a { background-color: rgb(134,201,86); }
div.DivClassName
{
background-color: #86C956;
}
.BgClassName
{
background-color: #86C956;
}
</style>
border-color css
<style>
span { border-color: #86C956; }
span { border-color: rgb(134,201,86); }
td.TdClassName
{
border-color: #86C956;
}
.TagClassName
{
border-color: #86C956;
}
</style>