Shades of Mantis #85C06C
Tints of Mantis #85C06C
RGB
CMYK
RGB Variations
Color information
#85C06C (or 0x85C06C) is known color: Mantis. HEX triplet: 85, C0 and 6C. RGB value is (133,192,108). Sum of RGB (Red+Green+Blue) = 133+192+108=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #85C06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C06C is #7A3F93. Grayscale: #A5A5A5. Windows color (decimal): -8011668 or 7127173. OLE color: 7127173.
HSL color Cylindrical-coordinate representation of color #85C06C: hue angle of 102.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C06C is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 108 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.25 |
| HSL | 102.14º | 0.4% | 0.59% | - |
| HSV(B) | 102.14º | 0.44% | 0.75% | - |
| XYZ | 31.23 | 43.77 | 20.99 | - |
| YUV | 164.78 | 95.95 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 108 | 0.31 | 0 | 0.44 | 0.25 | 102.14 | 0.4 | 0.59 |
| Hex | 85 | C0 | 6C | 1F | 0 | 2C | 19 | 66 | 28 | 3B |
| Octal | 205 | 300 | 154 | 37 | 0 | 54 | 31 | 146 | 50 | 73 |
| Binary | 10000101 | 11000000 | 1101100 | 11111 | 0 | 101100 | 11001 | 1100110 | 101000 | 111011 |
Color Harmonies of #85C06C
Complementary color
Monochromatic Colors of #85C06C
Black with #85C06C
Text Example
Text Example
White with #85C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C06C; }
p { color: rgb(133,192,108); }
H1.HeaderClassName
{
color: #85C06C;
}
.AnyTagClassName
{
color: #85C06C;
}
</style>
background-color css
<style>
a { background-color: #85C06C; }
a { background-color: rgb(133,192,108); }
div.DivClassName
{
background-color: #85C06C;
}
.BgClassName
{
background-color: #85C06C;
}
</style>
border-color css
<style>
span { border-color: #85C06C; }
span { border-color: rgb(133,192,108); }
td.TdClassName
{
border-color: #85C06C;
}
.TagClassName
{
border-color: #85C06C;
}
</style>