Shades of Mantis #85BD57
Tints of Mantis #85BD57
RGB
CMYK
RGB Variations
Color information
#85BD57 (or 0x85BD57) is known color: Mantis. HEX triplet: 85, BD and 57. RGB value is (133,189,87). Sum of RGB (Red+Green+Blue) = 133+189+87=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD57 is #7A42A8. Grayscale: #A0A0A0. Windows color (decimal): -8012457 or 5750149. OLE color: 5750149.
HSL color Cylindrical-coordinate representation of color #85BD57: hue angle of 92.94º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85BD57 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 87 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.26 |
| HSL | 92.94º | 0.44% | 0.54% | - |
| HSV(B) | 92.94º | 0.54% | 0.74% | - |
| XYZ | 29.59 | 42.07 | 15.58 | - |
| YUV | 160.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 87 | 0.30 | 0 | 0.54 | 0.26 | 92.94 | 0.44 | 0.54 |
| Hex | 85 | BD | 57 | 1E | 0 | 36 | 1A | 5D | 2C | 36 |
| Octal | 205 | 275 | 127 | 36 | 0 | 66 | 32 | 135 | 54 | 66 |
| Binary | 10000101 | 10111101 | 1010111 | 11110 | 0 | 110110 | 11010 | 1011101 | 101100 | 110110 |
Color Harmonies of #85BD57
Complementary color
Monochromatic Colors of #85BD57
Black with #85BD57
Text Example
Text Example
White with #85BD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD57; }
p { color: rgb(133,189,87); }
H1.HeaderClassName
{
color: #85BD57;
}
.AnyTagClassName
{
color: #85BD57;
}
</style>
background-color css
<style>
a { background-color: #85BD57; }
a { background-color: rgb(133,189,87); }
div.DivClassName
{
background-color: #85BD57;
}
.BgClassName
{
background-color: #85BD57;
}
</style>
border-color css
<style>
span { border-color: #85BD57; }
span { border-color: rgb(133,189,87); }
td.TdClassName
{
border-color: #85BD57;
}
.TagClassName
{
border-color: #85BD57;
}
</style>