Shades of Mantis #85BC5B
Tints of Mantis #85BC5B
RGB
CMYK
RGB Variations
Color information
#85BC5B (or 0x85BC5B) is known color: Mantis. HEX triplet: 85, BC and 5B. RGB value is (133,188,91). Sum of RGB (Red+Green+Blue) = 133+188+91=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BC5B is #7A43A4. Grayscale: #A0A0A0. Windows color (decimal): -8012709 or 6012037. OLE color: 6012037.
HSL color Cylindrical-coordinate representation of color #85BC5B: hue angle of 94.02º 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 #85BC5B is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 91 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.26 |
| HSL | 94.02º | 0.42% | 0.55% | - |
| HSV(B) | 94.02º | 0.52% | 0.74% | - |
| XYZ | 29.54 | 41.71 | 16.39 | - |
| YUV | 160.5 | 88.78 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 91 | 0.29 | 0 | 0.52 | 0.26 | 94.02 | 0.42 | 0.55 |
| Hex | 85 | BC | 5B | 1D | 0 | 34 | 1A | 5E | 2A | 37 |
| Octal | 205 | 274 | 133 | 35 | 0 | 64 | 32 | 136 | 52 | 67 |
| Binary | 10000101 | 10111100 | 1011011 | 11101 | 0 | 110100 | 11010 | 1011110 | 101010 | 110111 |
Color Harmonies of #85BC5B
Complementary color
Monochromatic Colors of #85BC5B
Black with #85BC5B
Text Example
Text Example
White with #85BC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC5B; }
p { color: rgb(133,188,91); }
H1.HeaderClassName
{
color: #85BC5B;
}
.AnyTagClassName
{
color: #85BC5B;
}
</style>
background-color css
<style>
a { background-color: #85BC5B; }
a { background-color: rgb(133,188,91); }
div.DivClassName
{
background-color: #85BC5B;
}
.BgClassName
{
background-color: #85BC5B;
}
</style>
border-color css
<style>
span { border-color: #85BC5B; }
span { border-color: rgb(133,188,91); }
td.TdClassName
{
border-color: #85BC5B;
}
.TagClassName
{
border-color: #85BC5B;
}
</style>