Shades of Mantis #85C16C
Tints of Mantis #85C16C
RGB
CMYK
RGB Variations
Color information
#85C16C (or 0x85C16C) is known color: Mantis. HEX triplet: 85, C1 and 6C. RGB value is (133,193,108). Sum of RGB (Red+Green+Blue) = 133+193+108=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #85C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C16C is #7A3E93. Grayscale: #A5A5A5. Windows color (decimal): -8011412 or 7127429. OLE color: 7127429.
HSL color Cylindrical-coordinate representation of color #85C16C: hue angle of 102.35º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C16C is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 108 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.24 |
| HSL | 102.35º | 0.41% | 0.59% | - |
| HSV(B) | 102.35º | 0.44% | 0.76% | - |
| XYZ | 31.45 | 44.21 | 21.06 | - |
| YUV | 165.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 108 | 0.31 | 0 | 0.44 | 0.24 | 102.35 | 0.41 | 0.59 |
| Hex | 85 | C1 | 6C | 1F | 0 | 2C | 18 | 66 | 29 | 3B |
| Octal | 205 | 301 | 154 | 37 | 0 | 54 | 30 | 146 | 51 | 73 |
| Binary | 10000101 | 11000001 | 1101100 | 11111 | 0 | 101100 | 11000 | 1100110 | 101001 | 111011 |
Color Harmonies of #85C16C
Complementary color
Monochromatic Colors of #85C16C
Black with #85C16C
Text Example
Text Example
White with #85C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C16C; }
p { color: rgb(133,193,108); }
H1.HeaderClassName
{
color: #85C16C;
}
.AnyTagClassName
{
color: #85C16C;
}
</style>
background-color css
<style>
a { background-color: #85C16C; }
a { background-color: rgb(133,193,108); }
div.DivClassName
{
background-color: #85C16C;
}
.BgClassName
{
background-color: #85C16C;
}
</style>
border-color css
<style>
span { border-color: #85C16C; }
span { border-color: rgb(133,193,108); }
td.TdClassName
{
border-color: #85C16C;
}
.TagClassName
{
border-color: #85C16C;
}
</style>