Shades of Mantis #85BD5B
Tints of Mantis #85BD5B
RGB
CMYK
RGB Variations
Color information
#85BD5B (or 0x85BD5B) is known color: Mantis. HEX triplet: 85, BD and 5B. RGB value is (133,189,91). Sum of RGB (Red+Green+Blue) = 133+189+91=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD5B is #7A42A4. Grayscale: #A1A1A1. Windows color (decimal): -8012453 or 6012293. OLE color: 6012293.
HSL color Cylindrical-coordinate representation of color #85BD5B: hue angle of 94.29º degrees, saturation: 0.43, 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 #85BD5B is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 91 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.26 |
| HSL | 94.29º | 0.43% | 0.55% | - |
| HSV(B) | 94.29º | 0.52% | 0.74% | - |
| XYZ | 29.76 | 42.14 | 16.46 | - |
| YUV | 161.08 | 88.45 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 91 | 0.30 | 0 | 0.52 | 0.26 | 94.29 | 0.43 | 0.55 |
| Hex | 85 | BD | 5B | 1E | 0 | 34 | 1A | 5E | 2B | 37 |
| Octal | 205 | 275 | 133 | 36 | 0 | 64 | 32 | 136 | 53 | 67 |
| Binary | 10000101 | 10111101 | 1011011 | 11110 | 0 | 110100 | 11010 | 1011110 | 101011 | 110111 |
Color Harmonies of #85BD5B
Complementary color
Monochromatic Colors of #85BD5B
Black with #85BD5B
Text Example
Text Example
White with #85BD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD5B; }
p { color: rgb(133,189,91); }
H1.HeaderClassName
{
color: #85BD5B;
}
.AnyTagClassName
{
color: #85BD5B;
}
</style>
background-color css
<style>
a { background-color: #85BD5B; }
a { background-color: rgb(133,189,91); }
div.DivClassName
{
background-color: #85BD5B;
}
.BgClassName
{
background-color: #85BD5B;
}
</style>
border-color css
<style>
span { border-color: #85BD5B; }
span { border-color: rgb(133,189,91); }
td.TdClassName
{
border-color: #85BD5B;
}
.TagClassName
{
border-color: #85BD5B;
}
</style>