Shades of Mantis #85C66E
Tints of Mantis #85C66E
RGB
CMYK
RGB Variations
Color information
#85C66E (or 0x85C66E) is known color: Mantis. HEX triplet: 85, C6 and 6E. RGB value is (133,198,110). Sum of RGB (Red+Green+Blue) = 133+198+110=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #85C66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C66E is #7A3991. Grayscale: #A8A8A8. Windows color (decimal): -8010130 or 7259781. OLE color: 7259781.
HSL color Cylindrical-coordinate representation of color #85C66E: hue angle of 104.32º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C66E is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 198 | 110 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.22 |
| HSL | 104.32º | 0.44% | 0.6% | - |
| HSV(B) | 104.32º | 0.44% | 0.78% | - |
| XYZ | 32.68 | 46.5 | 22 | - |
| YUV | 168.53 | 94.97 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 110 | 0.33 | 0 | 0.44 | 0.22 | 104.32 | 0.44 | 0.6 |
| Hex | 85 | C6 | 6E | 21 | 0 | 2C | 16 | 68 | 2C | 3C |
| Octal | 205 | 306 | 156 | 41 | 0 | 54 | 26 | 150 | 54 | 74 |
| Binary | 10000101 | 11000110 | 1101110 | 100001 | 0 | 101100 | 10110 | 1101000 | 101100 | 111100 |
Color Harmonies of #85C66E
Complementary color
Monochromatic Colors of #85C66E
Black with #85C66E
Text Example
Text Example
White with #85C66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C66E; }
p { color: rgb(133,198,110); }
H1.HeaderClassName
{
color: #85C66E;
}
.AnyTagClassName
{
color: #85C66E;
}
</style>
background-color css
<style>
a { background-color: #85C66E; }
a { background-color: rgb(133,198,110); }
div.DivClassName
{
background-color: #85C66E;
}
.BgClassName
{
background-color: #85C66E;
}
</style>
border-color css
<style>
span { border-color: #85C66E; }
span { border-color: rgb(133,198,110); }
td.TdClassName
{
border-color: #85C66E;
}
.TagClassName
{
border-color: #85C66E;
}
</style>