Shades of Mantis #85C356
Tints of Mantis #85C356
RGB
CMYK
RGB Variations
Color information
#85C356 (or 0x85C356) is known color: Mantis. HEX triplet: 85, C3 and 56. RGB value is (133,195,86). Sum of RGB (Red+Green+Blue) = 133+195+86=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #85C356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C356 is #7A3CA9. Grayscale: #A4A4A4. Windows color (decimal): -8010922 or 5686149. OLE color: 5686149.
HSL color Cylindrical-coordinate representation of color #85C356: hue angle of 94.13º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85C356 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 86 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.24 |
| HSL | 94.13º | 0.48% | 0.55% | - |
| HSV(B) | 94.13º | 0.56% | 0.76% | - |
| XYZ | 30.87 | 44.69 | 15.8 | - |
| YUV | 164.04 | 83.96 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 86 | 0.32 | 0 | 0.56 | 0.24 | 94.13 | 0.48 | 0.55 |
| Hex | 85 | C3 | 56 | 20 | 0 | 38 | 18 | 5E | 30 | 37 |
| Octal | 205 | 303 | 126 | 40 | 0 | 70 | 30 | 136 | 60 | 67 |
| Binary | 10000101 | 11000011 | 1010110 | 100000 | 0 | 111000 | 11000 | 1011110 | 110000 | 110111 |
Color Harmonies of #85C356
Complementary color
Monochromatic Colors of #85C356
Black with #85C356
Text Example
Text Example
White with #85C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C356; }
p { color: rgb(133,195,86); }
H1.HeaderClassName
{
color: #85C356;
}
.AnyTagClassName
{
color: #85C356;
}
</style>
background-color css
<style>
a { background-color: #85C356; }
a { background-color: rgb(133,195,86); }
div.DivClassName
{
background-color: #85C356;
}
.BgClassName
{
background-color: #85C356;
}
</style>
border-color css
<style>
span { border-color: #85C356; }
span { border-color: rgb(133,195,86); }
td.TdClassName
{
border-color: #85C356;
}
.TagClassName
{
border-color: #85C356;
}
</style>