Shades of Mantis #85D85B
Tints of Mantis #85D85B
RGB
CMYK
RGB Variations
Color information
#85D85B (or 0x85D85B) is known color: Mantis. HEX triplet: 85, D8 and 5B. RGB value is (133,216,91). Sum of RGB (Red+Green+Blue) = 133+216+91=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #85D85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D85B is #7A27A4. Grayscale: #B1B1B1. Windows color (decimal): -8005541 or 6019205. OLE color: 6019205.
HSL color Cylindrical-coordinate representation of color #85D85B: hue angle of 99.84º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85D85B is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 91 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.15 |
| HSL | 99.84º | 0.62% | 0.6% | - |
| HSV(B) | 99.84º | 0.58% | 0.85% | - |
| XYZ | 36.12 | 54.85 | 18.58 | - |
| YUV | 176.93 | 79.5 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 91 | 0.38 | 0 | 0.58 | 0.15 | 99.84 | 0.62 | 0.6 |
| Hex | 85 | D8 | 5B | 26 | 0 | 3A | F | 64 | 3E | 3C |
| Octal | 205 | 330 | 133 | 46 | 0 | 72 | 17 | 144 | 76 | 74 |
| Binary | 10000101 | 11011000 | 1011011 | 100110 | 0 | 111010 | 1111 | 1100100 | 111110 | 111100 |
Color Harmonies of #85D85B
Complementary color
Monochromatic Colors of #85D85B
Black with #85D85B
Text Example
Text Example
White with #85D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D85B; }
p { color: rgb(133,216,91); }
H1.HeaderClassName
{
color: #85D85B;
}
.AnyTagClassName
{
color: #85D85B;
}
</style>
background-color css
<style>
a { background-color: #85D85B; }
a { background-color: rgb(133,216,91); }
div.DivClassName
{
background-color: #85D85B;
}
.BgClassName
{
background-color: #85D85B;
}
</style>
border-color css
<style>
span { border-color: #85D85B; }
span { border-color: rgb(133,216,91); }
td.TdClassName
{
border-color: #85D85B;
}
.TagClassName
{
border-color: #85D85B;
}
</style>