Shades of Mantis #85B866
Tints of Mantis #85B866
RGB
CMYK
RGB Variations
Color information
#85B866 (or 0x85B866) is known color: Mantis. HEX triplet: 85, B8 and 66. RGB value is (133,184,102). Sum of RGB (Red+Green+Blue) = 133+184+102=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 184 - color contains mainly: green. Hex color #85B866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B866 is #7A4799. Grayscale: #9F9F9F. Windows color (decimal): -8013722 or 6731909. OLE color: 6731909.
HSL color Cylindrical-coordinate representation of color #85B866: hue angle of 97.32º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85B866 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 102 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.28 |
| HSL | 97.32º | 0.37% | 0.56% | - |
| HSV(B) | 97.32º | 0.45% | 0.72% | - |
| XYZ | 29.21 | 40.23 | 18.8 | - |
| YUV | 159.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 102 | 0.28 | 0 | 0.45 | 0.28 | 97.32 | 0.37 | 0.56 |
| Hex | 85 | B8 | 66 | 1C | 0 | 2D | 1C | 61 | 25 | 38 |
| Octal | 205 | 270 | 146 | 34 | 0 | 55 | 34 | 141 | 45 | 70 |
| Binary | 10000101 | 10111000 | 1100110 | 11100 | 0 | 101101 | 11100 | 1100001 | 100101 | 111000 |
Color Harmonies of #85B866
Complementary color
Monochromatic Colors of #85B866
Black with #85B866
Text Example
Text Example
White with #85B866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B866; }
p { color: rgb(133,184,102); }
H1.HeaderClassName
{
color: #85B866;
}
.AnyTagClassName
{
color: #85B866;
}
</style>
background-color css
<style>
a { background-color: #85B866; }
a { background-color: rgb(133,184,102); }
div.DivClassName
{
background-color: #85B866;
}
.BgClassName
{
background-color: #85B866;
}
</style>
border-color css
<style>
span { border-color: #85B866; }
span { border-color: rgb(133,184,102); }
td.TdClassName
{
border-color: #85B866;
}
.TagClassName
{
border-color: #85B866;
}
</style>