Shades of Mantis #85C352
Tints of Mantis #85C352
RGB
CMYK
RGB Variations
Color information
#85C352 (or 0x85C352) is known color: Mantis. HEX triplet: 85, C3 and 52. RGB value is (133,195,82). Sum of RGB (Red+Green+Blue) = 133+195+82=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #85C352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C352 is #7A3CAD. Grayscale: #A3A3A3. Windows color (decimal): -8010926 or 5424005. OLE color: 5424005.
HSL color Cylindrical-coordinate representation of color #85C352: hue angle of 92.92º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85C352 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 82 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.24 |
| HSL | 92.92º | 0.48% | 0.54% | - |
| HSV(B) | 92.92º | 0.58% | 0.76% | - |
| XYZ | 30.71 | 44.63 | 14.98 | - |
| YUV | 163.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 82 | 0.32 | 0 | 0.58 | 0.24 | 92.92 | 0.48 | 0.54 |
| Hex | 85 | C3 | 52 | 20 | 0 | 3A | 18 | 5D | 30 | 36 |
| Octal | 205 | 303 | 122 | 40 | 0 | 72 | 30 | 135 | 60 | 66 |
| Binary | 10000101 | 11000011 | 1010010 | 100000 | 0 | 111010 | 11000 | 1011101 | 110000 | 110110 |
Color Harmonies of #85C352
Complementary color
Monochromatic Colors of #85C352
Black with #85C352
Text Example
Text Example
White with #85C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C352; }
p { color: rgb(133,195,82); }
H1.HeaderClassName
{
color: #85C352;
}
.AnyTagClassName
{
color: #85C352;
}
</style>
background-color css
<style>
a { background-color: #85C352; }
a { background-color: rgb(133,195,82); }
div.DivClassName
{
background-color: #85C352;
}
.BgClassName
{
background-color: #85C352;
}
</style>
border-color css
<style>
span { border-color: #85C352; }
span { border-color: rgb(133,195,82); }
td.TdClassName
{
border-color: #85C352;
}
.TagClassName
{
border-color: #85C352;
}
</style>