Shades of Mantis #85C55D
Tints of Mantis #85C55D
RGB
CMYK
RGB Variations
Color information
#85C55D (or 0x85C55D) is known color: Mantis. HEX triplet: 85, C5 and 5D. RGB value is (133,197,93). Sum of RGB (Red+Green+Blue) = 133+197+93=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #85C55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C55D is #7A3AA2. Grayscale: #A6A6A6. Windows color (decimal): -8010403 or 6145413. OLE color: 6145413.
HSL color Cylindrical-coordinate representation of color #85C55D: hue angle of 96.92º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85C55D is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 197 | 93 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.23 |
| HSL | 96.92º | 0.47% | 0.57% | - |
| HSV(B) | 96.92º | 0.53% | 0.77% | - |
| XYZ | 31.61 | 45.71 | 17.51 | - |
| YUV | 166.01 | 86.8 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 197 | 93 | 0.32 | 0 | 0.53 | 0.23 | 96.92 | 0.47 | 0.57 |
| Hex | 85 | C5 | 5D | 20 | 0 | 35 | 17 | 61 | 2F | 39 |
| Octal | 205 | 305 | 135 | 40 | 0 | 65 | 27 | 141 | 57 | 71 |
| Binary | 10000101 | 11000101 | 1011101 | 100000 | 0 | 110101 | 10111 | 1100001 | 101111 | 111001 |
Color Harmonies of #85C55D
Complementary color
Monochromatic Colors of #85C55D
Black with #85C55D
Text Example
Text Example
White with #85C55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C55D; }
p { color: rgb(133,197,93); }
H1.HeaderClassName
{
color: #85C55D;
}
.AnyTagClassName
{
color: #85C55D;
}
</style>
background-color css
<style>
a { background-color: #85C55D; }
a { background-color: rgb(133,197,93); }
div.DivClassName
{
background-color: #85C55D;
}
.BgClassName
{
background-color: #85C55D;
}
</style>
border-color css
<style>
span { border-color: #85C55D; }
span { border-color: rgb(133,197,93); }
td.TdClassName
{
border-color: #85C55D;
}
.TagClassName
{
border-color: #85C55D;
}
</style>