Shades of Mantis #85B85D
Tints of Mantis #85B85D
RGB
CMYK
RGB Variations
Color information
#85B85D (or 0x85B85D) is known color: Mantis. HEX triplet: 85, B8 and 5D. RGB value is (133,184,93). Sum of RGB (Red+Green+Blue) = 133+184+93=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #85B85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B85D is #7A47A2. Grayscale: #9E9E9E. Windows color (decimal): -8013731 or 6142085. OLE color: 6142085.
HSL color Cylindrical-coordinate representation of color #85B85D: hue angle of 93.63º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85B85D is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 93 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.28 |
| HSL | 93.63º | 0.39% | 0.54% | - |
| HSV(B) | 93.63º | 0.49% | 0.72% | - |
| XYZ | 28.79 | 40.06 | 16.57 | - |
| YUV | 158.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 93 | 0.28 | 0 | 0.49 | 0.28 | 93.63 | 0.39 | 0.54 |
| Hex | 85 | B8 | 5D | 1C | 0 | 31 | 1C | 5E | 27 | 36 |
| Octal | 205 | 270 | 135 | 34 | 0 | 61 | 34 | 136 | 47 | 66 |
| Binary | 10000101 | 10111000 | 1011101 | 11100 | 0 | 110001 | 11100 | 1011110 | 100111 | 110110 |
Color Harmonies of #85B85D
Complementary color
Monochromatic Colors of #85B85D
Black with #85B85D
Text Example
Text Example
White with #85B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B85D; }
p { color: rgb(133,184,93); }
H1.HeaderClassName
{
color: #85B85D;
}
.AnyTagClassName
{
color: #85B85D;
}
</style>
background-color css
<style>
a { background-color: #85B85D; }
a { background-color: rgb(133,184,93); }
div.DivClassName
{
background-color: #85B85D;
}
.BgClassName
{
background-color: #85B85D;
}
</style>
border-color css
<style>
span { border-color: #85B85D; }
span { border-color: rgb(133,184,93); }
td.TdClassName
{
border-color: #85B85D;
}
.TagClassName
{
border-color: #85B85D;
}
</style>