Shades of Mantis #85B951
Tints of Mantis #85B951
RGB
CMYK
RGB Variations
Color information
#85B951 (or 0x85B951) is known color: Mantis. HEX triplet: 85, B9 and 51. RGB value is (133,185,81). Sum of RGB (Red+Green+Blue) = 133+185+81=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #85B951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B951 is #7A46AE. Grayscale: #9D9D9D. Windows color (decimal): -8013487 or 5355909. OLE color: 5355909.
HSL color Cylindrical-coordinate representation of color #85B951: hue angle of 90º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85B951 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 81 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.27 |
| HSL | 90º | 0.43% | 0.52% | - |
| HSV(B) | 90º | 0.56% | 0.73% | - |
| XYZ | 28.51 | 40.28 | 14.06 | - |
| YUV | 157.6 | 84.77 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 81 | 0.28 | 0 | 0.56 | 0.27 | 90 | 0.43 | 0.52 |
| Hex | 85 | B9 | 51 | 1C | 0 | 38 | 1B | 5A | 2B | 34 |
| Octal | 205 | 271 | 121 | 34 | 0 | 70 | 33 | 132 | 53 | 64 |
| Binary | 10000101 | 10111001 | 1010001 | 11100 | 0 | 111000 | 11011 | 1011010 | 101011 | 110100 |
Color Harmonies of #85B951
Complementary color
Monochromatic Colors of #85B951
Black with #85B951
Text Example
Text Example
White with #85B951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B951; }
p { color: rgb(133,185,81); }
H1.HeaderClassName
{
color: #85B951;
}
.AnyTagClassName
{
color: #85B951;
}
</style>
background-color css
<style>
a { background-color: #85B951; }
a { background-color: rgb(133,185,81); }
div.DivClassName
{
background-color: #85B951;
}
.BgClassName
{
background-color: #85B951;
}
</style>
border-color css
<style>
span { border-color: #85B951; }
span { border-color: rgb(133,185,81); }
td.TdClassName
{
border-color: #85B951;
}
.TagClassName
{
border-color: #85B951;
}
</style>