Shades of Mantis #85B858
Tints of Mantis #85B858
RGB
CMYK
RGB Variations
Color information
#85B858 (or 0x85B858) is known color: Mantis. HEX triplet: 85, B8 and 58. RGB value is (133,184,88). Sum of RGB (Red+Green+Blue) = 133+184+88=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 184 - color contains mainly: green. Hex color #85B858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B858 is #7A47A7. Grayscale: #9E9E9E. Windows color (decimal): -8013736 or 5814405. OLE color: 5814405.
HSL color Cylindrical-coordinate representation of color #85B858: hue angle of 91.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85B858 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 88 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.28 |
| HSL | 91.88º | 0.4% | 0.53% | - |
| HSV(B) | 91.88º | 0.52% | 0.72% | - |
| XYZ | 28.57 | 39.97 | 15.44 | - |
| YUV | 157.81 | 88.6 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 88 | 0.28 | 0 | 0.52 | 0.28 | 91.88 | 0.4 | 0.53 |
| Hex | 85 | B8 | 58 | 1C | 0 | 34 | 1C | 5C | 28 | 35 |
| Octal | 205 | 270 | 130 | 34 | 0 | 64 | 34 | 134 | 50 | 65 |
| Binary | 10000101 | 10111000 | 1011000 | 11100 | 0 | 110100 | 11100 | 1011100 | 101000 | 110101 |
Color Harmonies of #85B858
Complementary color
Monochromatic Colors of #85B858
Black with #85B858
Text Example
Text Example
White with #85B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B858; }
p { color: rgb(133,184,88); }
H1.HeaderClassName
{
color: #85B858;
}
.AnyTagClassName
{
color: #85B858;
}
</style>
background-color css
<style>
a { background-color: #85B858; }
a { background-color: rgb(133,184,88); }
div.DivClassName
{
background-color: #85B858;
}
.BgClassName
{
background-color: #85B858;
}
</style>
border-color css
<style>
span { border-color: #85B858; }
span { border-color: rgb(133,184,88); }
td.TdClassName
{
border-color: #85B858;
}
.TagClassName
{
border-color: #85B858;
}
</style>