Shades of Mantis #85BC56
Tints of Mantis #85BC56
RGB
CMYK
RGB Variations
Color information
#85BC56 (or 0x85BC56) is known color: Mantis. HEX triplet: 85, BC and 56. RGB value is (133,188,86). Sum of RGB (Red+Green+Blue) = 133+188+86=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BC56 is #7A43A9. Grayscale: #A0A0A0. Windows color (decimal): -8012714 or 5684357. OLE color: 5684357.
HSL color Cylindrical-coordinate representation of color #85BC56: hue angle of 92.35º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85BC56 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 86 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.26 |
| HSL | 92.35º | 0.43% | 0.54% | - |
| HSV(B) | 92.35º | 0.54% | 0.74% | - |
| XYZ | 29.34 | 41.62 | 15.29 | - |
| YUV | 159.93 | 86.28 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 86 | 0.29 | 0 | 0.54 | 0.26 | 92.35 | 0.43 | 0.54 |
| Hex | 85 | BC | 56 | 1D | 0 | 36 | 1A | 5C | 2B | 36 |
| Octal | 205 | 274 | 126 | 35 | 0 | 66 | 32 | 134 | 53 | 66 |
| Binary | 10000101 | 10111100 | 1010110 | 11101 | 0 | 110110 | 11010 | 1011100 | 101011 | 110110 |
Color Harmonies of #85BC56
Complementary color
Monochromatic Colors of #85BC56
Black with #85BC56
Text Example
Text Example
White with #85BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC56; }
p { color: rgb(133,188,86); }
H1.HeaderClassName
{
color: #85BC56;
}
.AnyTagClassName
{
color: #85BC56;
}
</style>
background-color css
<style>
a { background-color: #85BC56; }
a { background-color: rgb(133,188,86); }
div.DivClassName
{
background-color: #85BC56;
}
.BgClassName
{
background-color: #85BC56;
}
</style>
border-color css
<style>
span { border-color: #85BC56; }
span { border-color: rgb(133,188,86); }
td.TdClassName
{
border-color: #85BC56;
}
.TagClassName
{
border-color: #85BC56;
}
</style>