Shades of Mantis #85C849
Tints of Mantis #85C849
RGB
CMYK
RGB Variations
Color information
#85C849 (or 0x85C849) is known color: Mantis. HEX triplet: 85, C8 and 49. RGB value is (133,200,73). Sum of RGB (Red+Green+Blue) = 133+200+73=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #85C849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C849 is #7A37B6. Grayscale: #A5A5A5. Windows color (decimal): -8009655 or 4835461. OLE color: 4835461.
HSL color Cylindrical-coordinate representation of color #85C849: hue angle of 91.65º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85C849 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 200 | 73 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.22 |
| HSL | 91.65º | 0.54% | 0.54% | - |
| HSV(B) | 91.65º | 0.64% | 0.78% | - |
| XYZ | 31.53 | 46.78 | 13.67 | - |
| YUV | 165.49 | 75.8 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 73 | 0.34 | 0 | 0.64 | 0.22 | 91.65 | 0.54 | 0.54 |
| Hex | 85 | C8 | 49 | 22 | 0 | 40 | 16 | 5C | 36 | 36 |
| Octal | 205 | 310 | 111 | 42 | 0 | 100 | 26 | 134 | 66 | 66 |
| Binary | 10000101 | 11001000 | 1001001 | 100010 | 0 | 1000000 | 10110 | 1011100 | 110110 | 110110 |
Color Harmonies of #85C849
Complementary color
Monochromatic Colors of #85C849
Black with #85C849
Text Example
Text Example
White with #85C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C849; }
p { color: rgb(133,200,73); }
H1.HeaderClassName
{
color: #85C849;
}
.AnyTagClassName
{
color: #85C849;
}
</style>
background-color css
<style>
a { background-color: #85C849; }
a { background-color: rgb(133,200,73); }
div.DivClassName
{
background-color: #85C849;
}
.BgClassName
{
background-color: #85C849;
}
</style>
border-color css
<style>
span { border-color: #85C849; }
span { border-color: rgb(133,200,73); }
td.TdClassName
{
border-color: #85C849;
}
.TagClassName
{
border-color: #85C849;
}
</style>