Shades of Mantis #85BD55
Tints of Mantis #85BD55
RGB
CMYK
RGB Variations
Color information
#85BD55 (or 0x85BD55) is known color: Mantis. HEX triplet: 85, BD and 55. RGB value is (133,189,85). Sum of RGB (Red+Green+Blue) = 133+189+85=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD55 is #7A42AA. Grayscale: #A0A0A0. Windows color (decimal): -8012459 or 5619077. OLE color: 5619077.
HSL color Cylindrical-coordinate representation of color #85BD55: hue angle of 92.31º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85BD55 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 85 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.26 |
| HSL | 92.31º | 0.44% | 0.54% | - |
| HSV(B) | 92.31º | 0.55% | 0.74% | - |
| XYZ | 29.51 | 42.04 | 15.15 | - |
| YUV | 160.4 | 85.45 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 85 | 0.30 | 0 | 0.55 | 0.26 | 92.31 | 0.44 | 0.54 |
| Hex | 85 | BD | 55 | 1E | 0 | 37 | 1A | 5C | 2C | 36 |
| Octal | 205 | 275 | 125 | 36 | 0 | 67 | 32 | 134 | 54 | 66 |
| Binary | 10000101 | 10111101 | 1010101 | 11110 | 0 | 110111 | 11010 | 1011100 | 101100 | 110110 |
Color Harmonies of #85BD55
Complementary color
Monochromatic Colors of #85BD55
Black with #85BD55
Text Example
Text Example
White with #85BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD55; }
p { color: rgb(133,189,85); }
H1.HeaderClassName
{
color: #85BD55;
}
.AnyTagClassName
{
color: #85BD55;
}
</style>
background-color css
<style>
a { background-color: #85BD55; }
a { background-color: rgb(133,189,85); }
div.DivClassName
{
background-color: #85BD55;
}
.BgClassName
{
background-color: #85BD55;
}
</style>
border-color css
<style>
span { border-color: #85BD55; }
span { border-color: rgb(133,189,85); }
td.TdClassName
{
border-color: #85BD55;
}
.TagClassName
{
border-color: #85BD55;
}
</style>