Shades of Mantis #85C161
Tints of Mantis #85C161
RGB
CMYK
RGB Variations
Color information
#85C161 (or 0x85C161) is known color: Mantis. HEX triplet: 85, C1 and 61. RGB value is (133,193,97). Sum of RGB (Red+Green+Blue) = 133+193+97=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #85C161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C161 is #7A3E9E. Grayscale: #A4A4A4. Windows color (decimal): -8011423 or 6406533. OLE color: 6406533.
HSL color Cylindrical-coordinate representation of color #85C161: hue angle of 97.5º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85C161 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 97 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.24 |
| HSL | 97.5º | 0.44% | 0.57% | - |
| HSV(B) | 97.5º | 0.5% | 0.76% | - |
| XYZ | 30.9 | 43.99 | 18.17 | - |
| YUV | 164.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 97 | 0.31 | 0 | 0.50 | 0.24 | 97.5 | 0.44 | 0.57 |
| Hex | 85 | C1 | 61 | 1F | 0 | 32 | 18 | 62 | 2C | 39 |
| Octal | 205 | 301 | 141 | 37 | 0 | 62 | 30 | 142 | 54 | 71 |
| Binary | 10000101 | 11000001 | 1100001 | 11111 | 0 | 110010 | 11000 | 1100010 | 101100 | 111001 |
Color Harmonies of #85C161
Complementary color
Monochromatic Colors of #85C161
Black with #85C161
Text Example
Text Example
White with #85C161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C161; }
p { color: rgb(133,193,97); }
H1.HeaderClassName
{
color: #85C161;
}
.AnyTagClassName
{
color: #85C161;
}
</style>
background-color css
<style>
a { background-color: #85C161; }
a { background-color: rgb(133,193,97); }
div.DivClassName
{
background-color: #85C161;
}
.BgClassName
{
background-color: #85C161;
}
</style>
border-color css
<style>
span { border-color: #85C161; }
span { border-color: rgb(133,193,97); }
td.TdClassName
{
border-color: #85C161;
}
.TagClassName
{
border-color: #85C161;
}
</style>