Shades of Mantis #85BD52
Tints of Mantis #85BD52
RGB
CMYK
RGB Variations
Color information
#85BD52 (or 0x85BD52) is known color: Mantis. HEX triplet: 85, BD and 52. RGB value is (133,189,82). Sum of RGB (Red+Green+Blue) = 133+189+82=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD52 is #7A42AD. Grayscale: #A0A0A0. Windows color (decimal): -8012462 or 5422469. OLE color: 5422469.
HSL color Cylindrical-coordinate representation of color #85BD52: hue angle of 91.4º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85BD52 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 82 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.26 |
| HSL | 91.4º | 0.45% | 0.53% | - |
| HSV(B) | 91.4º | 0.57% | 0.74% | - |
| XYZ | 29.39 | 41.99 | 14.54 | - |
| YUV | 160.06 | 83.95 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 82 | 0.30 | 0 | 0.57 | 0.26 | 91.4 | 0.45 | 0.53 |
| Hex | 85 | BD | 52 | 1E | 0 | 39 | 1A | 5B | 2D | 35 |
| Octal | 205 | 275 | 122 | 36 | 0 | 71 | 32 | 133 | 55 | 65 |
| Binary | 10000101 | 10111101 | 1010010 | 11110 | 0 | 111001 | 11010 | 1011011 | 101101 | 110101 |
Color Harmonies of #85BD52
Complementary color
Monochromatic Colors of #85BD52
Black with #85BD52
Text Example
Text Example
White with #85BD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD52; }
p { color: rgb(133,189,82); }
H1.HeaderClassName
{
color: #85BD52;
}
.AnyTagClassName
{
color: #85BD52;
}
</style>
background-color css
<style>
a { background-color: #85BD52; }
a { background-color: rgb(133,189,82); }
div.DivClassName
{
background-color: #85BD52;
}
.BgClassName
{
background-color: #85BD52;
}
</style>
border-color css
<style>
span { border-color: #85BD52; }
span { border-color: rgb(133,189,82); }
td.TdClassName
{
border-color: #85BD52;
}
.TagClassName
{
border-color: #85BD52;
}
</style>