Shades of Mantis #85D56C
Tints of Mantis #85D56C
RGB
CMYK
RGB Variations
Color information
#85D56C (or 0x85D56C) is known color: Mantis. HEX triplet: 85, D5 and 6C. RGB value is (133,213,108). Sum of RGB (Red+Green+Blue) = 133+213+108=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #85D56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D56C is #7A2A93. Grayscale: #B1B1B1. Windows color (decimal): -8006292 or 7132549. OLE color: 7132549.
HSL color Cylindrical-coordinate representation of color #85D56C: hue angle of 105.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85D56C is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 213 | 108 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.16 |
| HSL | 105.71º | 0.56% | 0.63% | - |
| HSV(B) | 105.71º | 0.49% | 0.84% | - |
| XYZ | 36.17 | 53.66 | 22.64 | - |
| YUV | 177.11 | 89 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 213 | 108 | 0.38 | 0 | 0.49 | 0.16 | 105.71 | 0.56 | 0.63 |
| Hex | 85 | D5 | 6C | 26 | 0 | 31 | 10 | 6A | 38 | 3F |
| Octal | 205 | 325 | 154 | 46 | 0 | 61 | 20 | 152 | 70 | 77 |
| Binary | 10000101 | 11010101 | 1101100 | 100110 | 0 | 110001 | 10000 | 1101010 | 111000 | 111111 |
Color Harmonies of #85D56C
Complementary color
Monochromatic Colors of #85D56C
Black with #85D56C
Text Example
Text Example
White with #85D56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D56C; }
p { color: rgb(133,213,108); }
H1.HeaderClassName
{
color: #85D56C;
}
.AnyTagClassName
{
color: #85D56C;
}
</style>
background-color css
<style>
a { background-color: #85D56C; }
a { background-color: rgb(133,213,108); }
div.DivClassName
{
background-color: #85D56C;
}
.BgClassName
{
background-color: #85D56C;
}
</style>
border-color css
<style>
span { border-color: #85D56C; }
span { border-color: rgb(133,213,108); }
td.TdClassName
{
border-color: #85D56C;
}
.TagClassName
{
border-color: #85D56C;
}
</style>