Shades of Mantis #85C044
Tints of Mantis #85C044
RGB
CMYK
RGB Variations
Color information
#85C044 (or 0x85C044) is known color: Mantis. HEX triplet: 85, C0 and 44. RGB value is (133,192,68). Sum of RGB (Red+Green+Blue) = 133+192+68=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #85C044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C044 is #7A3FBB. Grayscale: #A0A0A0. Windows color (decimal): -8011708 or 4505733. OLE color: 4505733.
HSL color Cylindrical-coordinate representation of color #85C044: hue angle of 88.55º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85C044 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 68 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.25 |
| HSL | 88.55º | 0.5% | 0.51% | - |
| HSV(B) | 88.55º | 0.65% | 0.75% | - |
| XYZ | 29.57 | 43.1 | 12.23 | - |
| YUV | 160.22 | 75.95 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 68 | 0.31 | 0 | 0.65 | 0.25 | 88.55 | 0.5 | 0.51 |
| Hex | 85 | C0 | 44 | 1F | 0 | 41 | 19 | 59 | 32 | 33 |
| Octal | 205 | 300 | 104 | 37 | 0 | 101 | 31 | 131 | 62 | 63 |
| Binary | 10000101 | 11000000 | 1000100 | 11111 | 0 | 1000001 | 11001 | 1011001 | 110010 | 110011 |
Color Harmonies of #85C044
Complementary color
Monochromatic Colors of #85C044
Black with #85C044
Text Example
Text Example
White with #85C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C044; }
p { color: rgb(133,192,68); }
H1.HeaderClassName
{
color: #85C044;
}
.AnyTagClassName
{
color: #85C044;
}
</style>
background-color css
<style>
a { background-color: #85C044; }
a { background-color: rgb(133,192,68); }
div.DivClassName
{
background-color: #85C044;
}
.BgClassName
{
background-color: #85C044;
}
</style>
border-color css
<style>
span { border-color: #85C044; }
span { border-color: rgb(133,192,68); }
td.TdClassName
{
border-color: #85C044;
}
.TagClassName
{
border-color: #85C044;
}
</style>