Shades of Mantis #85B856
Tints of Mantis #85B856
RGB
CMYK
RGB Variations
Color information
#85B856 (or 0x85B856) is known color: Mantis. HEX triplet: 85, B8 and 56. RGB value is (133,184,86). Sum of RGB (Red+Green+Blue) = 133+184+86=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #85B856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B856 is #7A47A9. Grayscale: #9D9D9D. Windows color (decimal): -8013738 or 5683333. OLE color: 5683333.
HSL color Cylindrical-coordinate representation of color #85B856: hue angle of 91.22º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85B856 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 86 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.28 |
| HSL | 91.22º | 0.41% | 0.53% | - |
| HSV(B) | 91.22º | 0.53% | 0.72% | - |
| XYZ | 28.49 | 39.94 | 15.01 | - |
| YUV | 157.58 | 87.6 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 86 | 0.28 | 0 | 0.53 | 0.28 | 91.22 | 0.41 | 0.53 |
| Hex | 85 | B8 | 56 | 1C | 0 | 35 | 1C | 5B | 29 | 35 |
| Octal | 205 | 270 | 126 | 34 | 0 | 65 | 34 | 133 | 51 | 65 |
| Binary | 10000101 | 10111000 | 1010110 | 11100 | 0 | 110101 | 11100 | 1011011 | 101001 | 110101 |
Color Harmonies of #85B856
Complementary color
Monochromatic Colors of #85B856
Black with #85B856
Text Example
Text Example
White with #85B856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B856; }
p { color: rgb(133,184,86); }
H1.HeaderClassName
{
color: #85B856;
}
.AnyTagClassName
{
color: #85B856;
}
</style>
background-color css
<style>
a { background-color: #85B856; }
a { background-color: rgb(133,184,86); }
div.DivClassName
{
background-color: #85B856;
}
.BgClassName
{
background-color: #85B856;
}
</style>
border-color css
<style>
span { border-color: #85B856; }
span { border-color: rgb(133,184,86); }
td.TdClassName
{
border-color: #85B856;
}
.TagClassName
{
border-color: #85B856;
}
</style>