Shades of Mantis #86C955
Tints of Mantis #86C955
RGB
CMYK
RGB Variations
Color information
#86C955 (or 0x86C955) is known color: Mantis. HEX triplet: 86, C9 and 55. RGB value is (134,201,85). Sum of RGB (Red+Green+Blue) = 134+201+85=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #86C955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C955 is #7936AA. Grayscale: #A8A8A8. Windows color (decimal): -7943851 or 5622150. OLE color: 5622150.
HSL color Cylindrical-coordinate representation of color #86C955: hue angle of 94.66º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86C955 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 201 | 85 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.21 |
| HSL | 94.66º | 0.52% | 0.56% | - |
| HSV(B) | 94.66º | 0.58% | 0.79% | - |
| XYZ | 32.36 | 47.5 | 16.06 | - |
| YUV | 167.74 | 81.3 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 201 | 85 | 0.33 | 0 | 0.58 | 0.21 | 94.66 | 0.52 | 0.56 |
| Hex | 86 | C9 | 55 | 21 | 0 | 3A | 15 | 5F | 34 | 38 |
| Octal | 206 | 311 | 125 | 41 | 0 | 72 | 25 | 137 | 64 | 70 |
| Binary | 10000110 | 11001001 | 1010101 | 100001 | 0 | 111010 | 10101 | 1011111 | 110100 | 111000 |
Color Harmonies of #86C955
Complementary color
Monochromatic Colors of #86C955
Black with #86C955
Text Example
Text Example
White with #86C955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C955; }
p { color: rgb(134,201,85); }
H1.HeaderClassName
{
color: #86C955;
}
.AnyTagClassName
{
color: #86C955;
}
</style>
background-color css
<style>
a { background-color: #86C955; }
a { background-color: rgb(134,201,85); }
div.DivClassName
{
background-color: #86C955;
}
.BgClassName
{
background-color: #86C955;
}
</style>
border-color css
<style>
span { border-color: #86C955; }
span { border-color: rgb(134,201,85); }
td.TdClassName
{
border-color: #86C955;
}
.TagClassName
{
border-color: #86C955;
}
</style>