Shades of Mantis #85DA5B
Tints of Mantis #85DA5B
RGB
CMYK
RGB Variations
Color information
#85DA5B (or 0x85DA5B) is known color: Mantis. HEX triplet: 85, DA and 5B. RGB value is (133,218,91). Sum of RGB (Red+Green+Blue) = 133+218+91=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DA5B is #7A25A4. Grayscale: #B2B2B2. Windows color (decimal): -8005029 or 6019717. OLE color: 6019717.
HSL color Cylindrical-coordinate representation of color #85DA5B: hue angle of 100.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85DA5B is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 218 | 91 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.15 |
| HSL | 100.16º | 0.63% | 0.61% | - |
| HSV(B) | 100.16º | 0.58% | 0.85% | - |
| XYZ | 36.63 | 55.88 | 18.75 | - |
| YUV | 178.11 | 78.84 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 218 | 91 | 0.39 | 0 | 0.58 | 0.15 | 100.16 | 0.63 | 0.61 |
| Hex | 85 | DA | 5B | 27 | 0 | 3A | F | 64 | 3F | 3D |
| Octal | 205 | 332 | 133 | 47 | 0 | 72 | 17 | 144 | 77 | 75 |
| Binary | 10000101 | 11011010 | 1011011 | 100111 | 0 | 111010 | 1111 | 1100100 | 111111 | 111101 |
Color Harmonies of #85DA5B
Complementary color
Monochromatic Colors of #85DA5B
Black with #85DA5B
Text Example
Text Example
White with #85DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DA5B; }
p { color: rgb(133,218,91); }
H1.HeaderClassName
{
color: #85DA5B;
}
.AnyTagClassName
{
color: #85DA5B;
}
</style>
background-color css
<style>
a { background-color: #85DA5B; }
a { background-color: rgb(133,218,91); }
div.DivClassName
{
background-color: #85DA5B;
}
.BgClassName
{
background-color: #85DA5B;
}
</style>
border-color css
<style>
span { border-color: #85DA5B; }
span { border-color: rgb(133,218,91); }
td.TdClassName
{
border-color: #85DA5B;
}
.TagClassName
{
border-color: #85DA5B;
}
</style>