Shades of Mantis #85C454
Tints of Mantis #85C454
RGB
CMYK
RGB Variations
Color information
#85C454 (or 0x85C454) is known color: Mantis. HEX triplet: 85, C4 and 54. RGB value is (133,196,84). Sum of RGB (Red+Green+Blue) = 133+196+84=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #85C454 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C454 is #7A3BAB. Grayscale: #A4A4A4. Windows color (decimal): -8010668 or 5555333. OLE color: 5555333.
HSL color Cylindrical-coordinate representation of color #85C454: hue angle of 93.75º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85C454 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 196 | 84 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.23 |
| HSL | 93.75º | 0.49% | 0.55% | - |
| HSV(B) | 93.75º | 0.57% | 0.77% | - |
| XYZ | 31.01 | 45.11 | 15.46 | - |
| YUV | 164.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 196 | 84 | 0.32 | 0 | 0.57 | 0.23 | 93.75 | 0.49 | 0.55 |
| Hex | 85 | C4 | 54 | 20 | 0 | 39 | 17 | 5E | 31 | 37 |
| Octal | 205 | 304 | 124 | 40 | 0 | 71 | 27 | 136 | 61 | 67 |
| Binary | 10000101 | 11000100 | 1010100 | 100000 | 0 | 111001 | 10111 | 1011110 | 110001 | 110111 |
Color Harmonies of #85C454
Complementary color
Monochromatic Colors of #85C454
Black with #85C454
Text Example
Text Example
White with #85C454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C454; }
p { color: rgb(133,196,84); }
H1.HeaderClassName
{
color: #85C454;
}
.AnyTagClassName
{
color: #85C454;
}
</style>
background-color css
<style>
a { background-color: #85C454; }
a { background-color: rgb(133,196,84); }
div.DivClassName
{
background-color: #85C454;
}
.BgClassName
{
background-color: #85C454;
}
</style>
border-color css
<style>
span { border-color: #85C454; }
span { border-color: rgb(133,196,84); }
td.TdClassName
{
border-color: #85C454;
}
.TagClassName
{
border-color: #85C454;
}
</style>