Shades of Mantis #85B363
Tints of Mantis #85B363
RGB
CMYK
RGB Variations
Color information
#85B363 (or 0x85B363) is known color: Mantis. HEX triplet: 85, B3 and 63. RGB value is (133,179,99). Sum of RGB (Red+Green+Blue) = 133+179+99=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 179 - color contains mainly: green. Hex color #85B363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B363 is #7A4C9C. Grayscale: #9C9C9C. Windows color (decimal): -8015005 or 6534021. OLE color: 6534021.
HSL color Cylindrical-coordinate representation of color #85B363: hue angle of 94.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85B363 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 99 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.30 |
| HSL | 94.5º | 0.34% | 0.55% | - |
| HSV(B) | 94.5º | 0.45% | 0.7% | - |
| XYZ | 28.05 | 38.13 | 17.69 | - |
| YUV | 156.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 99 | 0.26 | 0 | 0.45 | 0.30 | 94.5 | 0.34 | 0.55 |
| Hex | 85 | B3 | 63 | 1A | 0 | 2D | 1E | 5E | 22 | 37 |
| Octal | 205 | 263 | 143 | 32 | 0 | 55 | 36 | 136 | 42 | 67 |
| Binary | 10000101 | 10110011 | 1100011 | 11010 | 0 | 101101 | 11110 | 1011110 | 100010 | 110111 |
Color Harmonies of #85B363
Complementary color
Monochromatic Colors of #85B363
Black with #85B363
Text Example
Text Example
White with #85B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B363; }
p { color: rgb(133,179,99); }
H1.HeaderClassName
{
color: #85B363;
}
.AnyTagClassName
{
color: #85B363;
}
</style>
background-color css
<style>
a { background-color: #85B363; }
a { background-color: rgb(133,179,99); }
div.DivClassName
{
background-color: #85B363;
}
.BgClassName
{
background-color: #85B363;
}
</style>
border-color css
<style>
span { border-color: #85B363; }
span { border-color: rgb(133,179,99); }
td.TdClassName
{
border-color: #85B363;
}
.TagClassName
{
border-color: #85B363;
}
</style>