Shades of Mantis #85C456
Tints of Mantis #85C456
RGB
CMYK
RGB Variations
Color information
#85C456 (or 0x85C456) is known color: Mantis. HEX triplet: 85, C4 and 56. RGB value is (133,196,86). Sum of RGB (Red+Green+Blue) = 133+196+86=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #85C456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C456 is #7A3BA9. Grayscale: #A5A5A5. Windows color (decimal): -8010666 or 5686405. OLE color: 5686405.
HSL color Cylindrical-coordinate representation of color #85C456: hue angle of 94.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85C456 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 196 | 86 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.23 |
| HSL | 94.36º | 0.48% | 0.55% | - |
| HSV(B) | 94.36º | 0.56% | 0.77% | - |
| XYZ | 31.09 | 45.14 | 15.88 | - |
| YUV | 164.62 | 83.63 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 196 | 86 | 0.32 | 0 | 0.56 | 0.23 | 94.36 | 0.48 | 0.55 |
| Hex | 85 | C4 | 56 | 20 | 0 | 38 | 17 | 5E | 30 | 37 |
| Octal | 205 | 304 | 126 | 40 | 0 | 70 | 27 | 136 | 60 | 67 |
| Binary | 10000101 | 11000100 | 1010110 | 100000 | 0 | 111000 | 10111 | 1011110 | 110000 | 110111 |
Color Harmonies of #85C456
Complementary color
Monochromatic Colors of #85C456
Black with #85C456
Text Example
Text Example
White with #85C456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C456; }
p { color: rgb(133,196,86); }
H1.HeaderClassName
{
color: #85C456;
}
.AnyTagClassName
{
color: #85C456;
}
</style>
background-color css
<style>
a { background-color: #85C456; }
a { background-color: rgb(133,196,86); }
div.DivClassName
{
background-color: #85C456;
}
.BgClassName
{
background-color: #85C456;
}
</style>
border-color css
<style>
span { border-color: #85C456; }
span { border-color: rgb(133,196,86); }
td.TdClassName
{
border-color: #85C456;
}
.TagClassName
{
border-color: #85C456;
}
</style>