Shades of Mantis #85C565
Tints of Mantis #85C565
RGB
CMYK
RGB Variations
Color information
#85C565 (or 0x85C565) is known color: Mantis. HEX triplet: 85, C5 and 65. RGB value is (133,197,101). Sum of RGB (Red+Green+Blue) = 133+197+101=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #85C565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C565 is #7A3A9A. Grayscale: #A7A7A7. Windows color (decimal): -8010395 or 6669701. OLE color: 6669701.
HSL color Cylindrical-coordinate representation of color #85C565: hue angle of 100º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85C565 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 197 | 101 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.23 |
| HSL | 100º | 0.45% | 0.58% | - |
| HSV(B) | 100º | 0.49% | 0.77% | - |
| XYZ | 31.99 | 45.86 | 19.48 | - |
| YUV | 166.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 197 | 101 | 0.32 | 0 | 0.49 | 0.23 | 100 | 0.45 | 0.58 |
| Hex | 85 | C5 | 65 | 20 | 0 | 31 | 17 | 64 | 2D | 3A |
| Octal | 205 | 305 | 145 | 40 | 0 | 61 | 27 | 144 | 55 | 72 |
| Binary | 10000101 | 11000101 | 1100101 | 100000 | 0 | 110001 | 10111 | 1100100 | 101101 | 111010 |
Color Harmonies of #85C565
Complementary color
Monochromatic Colors of #85C565
Black with #85C565
Text Example
Text Example
White with #85C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C565; }
p { color: rgb(133,197,101); }
H1.HeaderClassName
{
color: #85C565;
}
.AnyTagClassName
{
color: #85C565;
}
</style>
background-color css
<style>
a { background-color: #85C565; }
a { background-color: rgb(133,197,101); }
div.DivClassName
{
background-color: #85C565;
}
.BgClassName
{
background-color: #85C565;
}
</style>
border-color css
<style>
span { border-color: #85C565; }
span { border-color: rgb(133,197,101); }
td.TdClassName
{
border-color: #85C565;
}
.TagClassName
{
border-color: #85C565;
}
</style>