Shades of Mantis #85B463
Tints of Mantis #85B463
RGB
CMYK
RGB Variations
Color information
#85B463 (or 0x85B463) is known color: Mantis. HEX triplet: 85, B4 and 63. RGB value is (133,180,99). Sum of RGB (Red+Green+Blue) = 133+180+99=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #85B463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B463 is #7A4B9C. Grayscale: #9C9C9C. Windows color (decimal): -8014749 or 6534277. OLE color: 6534277.
HSL color Cylindrical-coordinate representation of color #85B463: hue angle of 94.81º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85B463 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 99 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.29 |
| HSL | 94.81º | 0.35% | 0.55% | - |
| HSV(B) | 94.81º | 0.45% | 0.71% | - |
| XYZ | 28.25 | 38.53 | 17.75 | - |
| YUV | 156.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 99 | 0.26 | 0 | 0.45 | 0.29 | 94.81 | 0.35 | 0.55 |
| Hex | 85 | B4 | 63 | 1A | 0 | 2D | 1D | 5F | 23 | 37 |
| Octal | 205 | 264 | 143 | 32 | 0 | 55 | 35 | 137 | 43 | 67 |
| Binary | 10000101 | 10110100 | 1100011 | 11010 | 0 | 101101 | 11101 | 1011111 | 100011 | 110111 |
Color Harmonies of #85B463
Complementary color
Monochromatic Colors of #85B463
Black with #85B463
Text Example
Text Example
White with #85B463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B463; }
p { color: rgb(133,180,99); }
H1.HeaderClassName
{
color: #85B463;
}
.AnyTagClassName
{
color: #85B463;
}
</style>
background-color css
<style>
a { background-color: #85B463; }
a { background-color: rgb(133,180,99); }
div.DivClassName
{
background-color: #85B463;
}
.BgClassName
{
background-color: #85B463;
}
</style>
border-color css
<style>
span { border-color: #85B463; }
span { border-color: rgb(133,180,99); }
td.TdClassName
{
border-color: #85B463;
}
.TagClassName
{
border-color: #85B463;
}
</style>