Shades of Mantis #85B855
Tints of Mantis #85B855
RGB
CMYK
RGB Variations
Color information
#85B855 (or 0x85B855) is known color: Mantis. HEX triplet: 85, B8 and 55. RGB value is (133,184,85). Sum of RGB (Red+Green+Blue) = 133+184+85=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #85B855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B855 is #7A47AA. Grayscale: #9D9D9D. Windows color (decimal): -8013739 or 5617797. OLE color: 5617797.
HSL color Cylindrical-coordinate representation of color #85B855: hue angle of 90.91º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85B855 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 85 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.28 |
| HSL | 90.91º | 0.41% | 0.53% | - |
| HSV(B) | 90.91º | 0.54% | 0.72% | - |
| XYZ | 28.45 | 39.92 | 14.8 | - |
| YUV | 157.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 85 | 0.28 | 0 | 0.54 | 0.28 | 90.91 | 0.41 | 0.53 |
| Hex | 85 | B8 | 55 | 1C | 0 | 36 | 1C | 5B | 29 | 35 |
| Octal | 205 | 270 | 125 | 34 | 0 | 66 | 34 | 133 | 51 | 65 |
| Binary | 10000101 | 10111000 | 1010101 | 11100 | 0 | 110110 | 11100 | 1011011 | 101001 | 110101 |
Color Harmonies of #85B855
Complementary color
Monochromatic Colors of #85B855
Black with #85B855
Text Example
Text Example
White with #85B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B855; }
p { color: rgb(133,184,85); }
H1.HeaderClassName
{
color: #85B855;
}
.AnyTagClassName
{
color: #85B855;
}
</style>
background-color css
<style>
a { background-color: #85B855; }
a { background-color: rgb(133,184,85); }
div.DivClassName
{
background-color: #85B855;
}
.BgClassName
{
background-color: #85B855;
}
</style>
border-color css
<style>
span { border-color: #85B855; }
span { border-color: rgb(133,184,85); }
td.TdClassName
{
border-color: #85B855;
}
.TagClassName
{
border-color: #85B855;
}
</style>