Shades of Mantis #85BC5A
Tints of Mantis #85BC5A
RGB
CMYK
RGB Variations
Color information
#85BC5A (or 0x85BC5A) is known color: Mantis. HEX triplet: 85, BC and 5A. RGB value is (133,188,90). Sum of RGB (Red+Green+Blue) = 133+188+90=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BC5A is #7A43A5. Grayscale: #A0A0A0. Windows color (decimal): -8012710 or 5946501. OLE color: 5946501.
HSL color Cylindrical-coordinate representation of color #85BC5A: hue angle of 93.67º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85BC5A is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 90 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.26 |
| HSL | 93.67º | 0.42% | 0.55% | - |
| HSV(B) | 93.67º | 0.52% | 0.74% | - |
| XYZ | 29.5 | 41.69 | 16.17 | - |
| YUV | 160.38 | 88.28 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 90 | 0.29 | 0 | 0.52 | 0.26 | 93.67 | 0.42 | 0.55 |
| Hex | 85 | BC | 5A | 1D | 0 | 34 | 1A | 5E | 2A | 37 |
| Octal | 205 | 274 | 132 | 35 | 0 | 64 | 32 | 136 | 52 | 67 |
| Binary | 10000101 | 10111100 | 1011010 | 11101 | 0 | 110100 | 11010 | 1011110 | 101010 | 110111 |
Color Harmonies of #85BC5A
Complementary color
Monochromatic Colors of #85BC5A
Black with #85BC5A
Text Example
Text Example
White with #85BC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC5A; }
p { color: rgb(133,188,90); }
H1.HeaderClassName
{
color: #85BC5A;
}
.AnyTagClassName
{
color: #85BC5A;
}
</style>
background-color css
<style>
a { background-color: #85BC5A; }
a { background-color: rgb(133,188,90); }
div.DivClassName
{
background-color: #85BC5A;
}
.BgClassName
{
background-color: #85BC5A;
}
</style>
border-color css
<style>
span { border-color: #85BC5A; }
span { border-color: rgb(133,188,90); }
td.TdClassName
{
border-color: #85BC5A;
}
.TagClassName
{
border-color: #85BC5A;
}
</style>