Shades of Mantis #85BA60
Tints of Mantis #85BA60
RGB
CMYK
RGB Variations
Color information
#85BA60 (or 0x85BA60) is known color: Mantis. HEX triplet: 85, BA and 60. RGB value is (133,186,96). Sum of RGB (Red+Green+Blue) = 133+186+96=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA60 is #7A459F. Grayscale: #A0A0A0. Windows color (decimal): -8013216 or 6339205. OLE color: 6339205.
HSL color Cylindrical-coordinate representation of color #85BA60: hue angle of 95.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85BA60 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 96 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.27 |
| HSL | 95.33º | 0.39% | 0.55% | - |
| HSV(B) | 95.33º | 0.48% | 0.73% | - |
| XYZ | 29.34 | 40.95 | 17.42 | - |
| YUV | 159.89 | 91.94 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 96 | 0.28 | 0 | 0.48 | 0.27 | 95.33 | 0.39 | 0.55 |
| Hex | 85 | BA | 60 | 1C | 0 | 30 | 1B | 5F | 27 | 37 |
| Octal | 205 | 272 | 140 | 34 | 0 | 60 | 33 | 137 | 47 | 67 |
| Binary | 10000101 | 10111010 | 1100000 | 11100 | 0 | 110000 | 11011 | 1011111 | 100111 | 110111 |
Color Harmonies of #85BA60
Complementary color
Monochromatic Colors of #85BA60
Black with #85BA60
Text Example
Text Example
White with #85BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA60; }
p { color: rgb(133,186,96); }
H1.HeaderClassName
{
color: #85BA60;
}
.AnyTagClassName
{
color: #85BA60;
}
</style>
background-color css
<style>
a { background-color: #85BA60; }
a { background-color: rgb(133,186,96); }
div.DivClassName
{
background-color: #85BA60;
}
.BgClassName
{
background-color: #85BA60;
}
</style>
border-color css
<style>
span { border-color: #85BA60; }
span { border-color: rgb(133,186,96); }
td.TdClassName
{
border-color: #85BA60;
}
.TagClassName
{
border-color: #85BA60;
}
</style>