Shades of Mantis #85C359
Tints of Mantis #85C359
RGB
CMYK
RGB Variations
Color information
#85C359 (or 0x85C359) is known color: Mantis. HEX triplet: 85, C3 and 59. RGB value is (133,195,89). Sum of RGB (Red+Green+Blue) = 133+195+89=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #85C359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C359 is #7A3CA6. Grayscale: #A4A4A4. Windows color (decimal): -8010919 or 5882757. OLE color: 5882757.
HSL color Cylindrical-coordinate representation of color #85C359: hue angle of 95.09º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85C359 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 89 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.24 |
| HSL | 95.09º | 0.47% | 0.56% | - |
| HSV(B) | 95.09º | 0.54% | 0.76% | - |
| XYZ | 30.99 | 44.74 | 16.45 | - |
| YUV | 164.38 | 85.46 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 89 | 0.32 | 0 | 0.54 | 0.24 | 95.09 | 0.47 | 0.56 |
| Hex | 85 | C3 | 59 | 20 | 0 | 36 | 18 | 5F | 2F | 38 |
| Octal | 205 | 303 | 131 | 40 | 0 | 66 | 30 | 137 | 57 | 70 |
| Binary | 10000101 | 11000011 | 1011001 | 100000 | 0 | 110110 | 11000 | 1011111 | 101111 | 111000 |
Color Harmonies of #85C359
Complementary color
Monochromatic Colors of #85C359
Black with #85C359
Text Example
Text Example
White with #85C359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C359; }
p { color: rgb(133,195,89); }
H1.HeaderClassName
{
color: #85C359;
}
.AnyTagClassName
{
color: #85C359;
}
</style>
background-color css
<style>
a { background-color: #85C359; }
a { background-color: rgb(133,195,89); }
div.DivClassName
{
background-color: #85C359;
}
.BgClassName
{
background-color: #85C359;
}
</style>
border-color css
<style>
span { border-color: #85C359; }
span { border-color: rgb(133,195,89); }
td.TdClassName
{
border-color: #85C359;
}
.TagClassName
{
border-color: #85C359;
}
</style>