Shades of Mantis #85C357
Tints of Mantis #85C357
RGB
CMYK
RGB Variations
Color information
#85C357 (or 0x85C357) is known color: Mantis. HEX triplet: 85, C3 and 57. RGB value is (133,195,87). Sum of RGB (Red+Green+Blue) = 133+195+87=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #85C357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C357 is #7A3CA8. Grayscale: #A4A4A4. Windows color (decimal): -8010921 or 5751685. OLE color: 5751685.
HSL color Cylindrical-coordinate representation of color #85C357: hue angle of 94.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85C357 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 87 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.24 |
| HSL | 94.44º | 0.47% | 0.55% | - |
| HSV(B) | 94.44º | 0.55% | 0.76% | - |
| XYZ | 30.91 | 44.7 | 16.02 | - |
| YUV | 164.15 | 84.46 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 87 | 0.32 | 0 | 0.55 | 0.24 | 94.44 | 0.47 | 0.55 |
| Hex | 85 | C3 | 57 | 20 | 0 | 37 | 18 | 5E | 2F | 37 |
| Octal | 205 | 303 | 127 | 40 | 0 | 67 | 30 | 136 | 57 | 67 |
| Binary | 10000101 | 11000011 | 1010111 | 100000 | 0 | 110111 | 11000 | 1011110 | 101111 | 110111 |
Color Harmonies of #85C357
Complementary color
Monochromatic Colors of #85C357
Black with #85C357
Text Example
Text Example
White with #85C357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C357; }
p { color: rgb(133,195,87); }
H1.HeaderClassName
{
color: #85C357;
}
.AnyTagClassName
{
color: #85C357;
}
</style>
background-color css
<style>
a { background-color: #85C357; }
a { background-color: rgb(133,195,87); }
div.DivClassName
{
background-color: #85C357;
}
.BgClassName
{
background-color: #85C357;
}
</style>
border-color css
<style>
span { border-color: #85C357; }
span { border-color: rgb(133,195,87); }
td.TdClassName
{
border-color: #85C357;
}
.TagClassName
{
border-color: #85C357;
}
</style>