Shades of Mantis #85D46A
Tints of Mantis #85D46A
RGB
CMYK
RGB Variations
Color information
#85D46A (or 0x85D46A) is known color: Mantis. HEX triplet: 85, D4 and 6A. RGB value is (133,212,106). Sum of RGB (Red+Green+Blue) = 133+212+106=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #85D46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D46A is #7A2B95. Grayscale: #B0B0B0. Windows color (decimal): -8006550 or 7001221. OLE color: 7001221.
HSL color Cylindrical-coordinate representation of color #85D46A: hue angle of 104.72º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85D46A is Cyan = 0.37, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 212 | 106 | - |
| CMYK | 0.37 | 0 | 0.5 | 0.17 |
| HSL | 104.72º | 0.55% | 0.62% | - |
| HSV(B) | 104.72º | 0.5% | 0.83% | - |
| XYZ | 35.82 | 53.11 | 22 | - |
| YUV | 176.3 | 88.33 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 212 | 106 | 0.37 | 0 | 0.5 | 0.17 | 104.72 | 0.55 | 0.62 |
| Hex | 85 | D4 | 6A | 25 | 0 | 32 | 11 | 69 | 37 | 3E |
| Octal | 205 | 324 | 152 | 45 | 0 | 62 | 21 | 151 | 67 | 76 |
| Binary | 10000101 | 11010100 | 1101010 | 100101 | 0 | 110010 | 10001 | 1101001 | 110111 | 111110 |
Color Harmonies of #85D46A
Complementary color
Monochromatic Colors of #85D46A
Black with #85D46A
Text Example
Text Example
White with #85D46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D46A; }
p { color: rgb(133,212,106); }
H1.HeaderClassName
{
color: #85D46A;
}
.AnyTagClassName
{
color: #85D46A;
}
</style>
background-color css
<style>
a { background-color: #85D46A; }
a { background-color: rgb(133,212,106); }
div.DivClassName
{
background-color: #85D46A;
}
.BgClassName
{
background-color: #85D46A;
}
</style>
border-color css
<style>
span { border-color: #85D46A; }
span { border-color: rgb(133,212,106); }
td.TdClassName
{
border-color: #85D46A;
}
.TagClassName
{
border-color: #85D46A;
}
</style>