Shades of Mantis #85C54A
Tints of Mantis #85C54A
RGB
CMYK
RGB Variations
Color information
#85C54A (or 0x85C54A) is known color: Mantis. HEX triplet: 85, C5 and 4A. RGB value is (133,197,74). Sum of RGB (Red+Green+Blue) = 133+197+74=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #85C54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C54A is #7A3AB5. Grayscale: #A4A4A4. Windows color (decimal): -8010422 or 4900229. OLE color: 4900229.
HSL color Cylindrical-coordinate representation of color #85C54A: hue angle of 91.22º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85C54A is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 197 | 74 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.23 |
| HSL | 91.22º | 0.51% | 0.53% | - |
| HSV(B) | 91.22º | 0.62% | 0.77% | - |
| XYZ | 30.88 | 45.41 | 13.62 | - |
| YUV | 163.84 | 77.3 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 197 | 74 | 0.32 | 0 | 0.62 | 0.23 | 91.22 | 0.51 | 0.53 |
| Hex | 85 | C5 | 4A | 20 | 0 | 3E | 17 | 5B | 33 | 35 |
| Octal | 205 | 305 | 112 | 40 | 0 | 76 | 27 | 133 | 63 | 65 |
| Binary | 10000101 | 11000101 | 1001010 | 100000 | 0 | 111110 | 10111 | 1011011 | 110011 | 110101 |
Color Harmonies of #85C54A
Complementary color
Monochromatic Colors of #85C54A
Black with #85C54A
Text Example
Text Example
White with #85C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C54A; }
p { color: rgb(133,197,74); }
H1.HeaderClassName
{
color: #85C54A;
}
.AnyTagClassName
{
color: #85C54A;
}
</style>
background-color css
<style>
a { background-color: #85C54A; }
a { background-color: rgb(133,197,74); }
div.DivClassName
{
background-color: #85C54A;
}
.BgClassName
{
background-color: #85C54A;
}
</style>
border-color css
<style>
span { border-color: #85C54A; }
span { border-color: rgb(133,197,74); }
td.TdClassName
{
border-color: #85C54A;
}
.TagClassName
{
border-color: #85C54A;
}
</style>