Shades of Mantis #85BC59
Tints of Mantis #85BC59
RGB
CMYK
RGB Variations
Color information
#85BC59 (or 0x85BC59) is known color: Mantis. HEX triplet: 85, BC and 59. RGB value is (133,188,89). Sum of RGB (Red+Green+Blue) = 133+188+89=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BC59 is #7A43A6. Grayscale: #A0A0A0. Windows color (decimal): -8012711 or 5880965. OLE color: 5880965.
HSL color Cylindrical-coordinate representation of color #85BC59: hue angle of 93.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85BC59 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 89 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.26 |
| HSL | 93.33º | 0.42% | 0.54% | - |
| HSV(B) | 93.33º | 0.53% | 0.74% | - |
| XYZ | 29.46 | 41.67 | 15.94 | - |
| YUV | 160.27 | 87.78 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 89 | 0.29 | 0 | 0.53 | 0.26 | 93.33 | 0.42 | 0.54 |
| Hex | 85 | BC | 59 | 1D | 0 | 35 | 1A | 5D | 2A | 36 |
| Octal | 205 | 274 | 131 | 35 | 0 | 65 | 32 | 135 | 52 | 66 |
| Binary | 10000101 | 10111100 | 1011001 | 11101 | 0 | 110101 | 11010 | 1011101 | 101010 | 110110 |
Color Harmonies of #85BC59
Complementary color
Monochromatic Colors of #85BC59
Black with #85BC59
Text Example
Text Example
White with #85BC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC59; }
p { color: rgb(133,188,89); }
H1.HeaderClassName
{
color: #85BC59;
}
.AnyTagClassName
{
color: #85BC59;
}
</style>
background-color css
<style>
a { background-color: #85BC59; }
a { background-color: rgb(133,188,89); }
div.DivClassName
{
background-color: #85BC59;
}
.BgClassName
{
background-color: #85BC59;
}
</style>
border-color css
<style>
span { border-color: #85BC59; }
span { border-color: rgb(133,188,89); }
td.TdClassName
{
border-color: #85BC59;
}
.TagClassName
{
border-color: #85BC59;
}
</style>