Shades of Mantis #85C048
Tints of Mantis #85C048
RGB
CMYK
RGB Variations
Color information
#85C048 (or 0x85C048) is known color: Mantis. HEX triplet: 85, C0 and 48. RGB value is (133,192,72). Sum of RGB (Red+Green+Blue) = 133+192+72=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #85C048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C048 is #7A3FB7. Grayscale: #A1A1A1. Windows color (decimal): -8011704 or 4767877. OLE color: 4767877.
HSL color Cylindrical-coordinate representation of color #85C048: hue angle of 89.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85C048 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 72 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.25 |
| HSL | 89.5º | 0.49% | 0.52% | - |
| HSV(B) | 89.5º | 0.63% | 0.75% | - |
| XYZ | 29.69 | 43.15 | 12.9 | - |
| YUV | 160.68 | 77.95 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 72 | 0.31 | 0 | 0.63 | 0.25 | 89.5 | 0.49 | 0.52 |
| Hex | 85 | C0 | 48 | 1F | 0 | 3F | 19 | 5A | 31 | 34 |
| Octal | 205 | 300 | 110 | 37 | 0 | 77 | 31 | 132 | 61 | 64 |
| Binary | 10000101 | 11000000 | 1001000 | 11111 | 0 | 111111 | 11001 | 1011010 | 110001 | 110100 |
Color Harmonies of #85C048
Complementary color
Monochromatic Colors of #85C048
Black with #85C048
Text Example
Text Example
White with #85C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C048; }
p { color: rgb(133,192,72); }
H1.HeaderClassName
{
color: #85C048;
}
.AnyTagClassName
{
color: #85C048;
}
</style>
background-color css
<style>
a { background-color: #85C048; }
a { background-color: rgb(133,192,72); }
div.DivClassName
{
background-color: #85C048;
}
.BgClassName
{
background-color: #85C048;
}
</style>
border-color css
<style>
span { border-color: #85C048; }
span { border-color: rgb(133,192,72); }
td.TdClassName
{
border-color: #85C048;
}
.TagClassName
{
border-color: #85C048;
}
</style>