Shades of Mantis #85BB60
Tints of Mantis #85BB60
RGB
CMYK
RGB Variations
Color information
#85BB60 (or 0x85BB60) is known color: Mantis. HEX triplet: 85, BB and 60. RGB value is (133,187,96). Sum of RGB (Red+Green+Blue) = 133+187+96=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB60 is #7A449F. Grayscale: #A0A0A0. Windows color (decimal): -8012960 or 6339461. OLE color: 6339461.
HSL color Cylindrical-coordinate representation of color #85BB60: hue angle of 95.6º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85BB60 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 96 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.27 |
| HSL | 95.6º | 0.4% | 0.55% | - |
| HSV(B) | 95.6º | 0.49% | 0.73% | - |
| XYZ | 29.55 | 41.37 | 17.49 | - |
| YUV | 160.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 96 | 0.29 | 0 | 0.49 | 0.27 | 95.6 | 0.4 | 0.55 |
| Hex | 85 | BB | 60 | 1D | 0 | 31 | 1B | 60 | 28 | 37 |
| Octal | 205 | 273 | 140 | 35 | 0 | 61 | 33 | 140 | 50 | 67 |
| Binary | 10000101 | 10111011 | 1100000 | 11101 | 0 | 110001 | 11011 | 1100000 | 101000 | 110111 |
Color Harmonies of #85BB60
Complementary color
Monochromatic Colors of #85BB60
Black with #85BB60
Text Example
Text Example
White with #85BB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BB60; }
p { color: rgb(133,187,96); }
H1.HeaderClassName
{
color: #85BB60;
}
.AnyTagClassName
{
color: #85BB60;
}
</style>
background-color css
<style>
a { background-color: #85BB60; }
a { background-color: rgb(133,187,96); }
div.DivClassName
{
background-color: #85BB60;
}
.BgClassName
{
background-color: #85BB60;
}
</style>
border-color css
<style>
span { border-color: #85BB60; }
span { border-color: rgb(133,187,96); }
td.TdClassName
{
border-color: #85BB60;
}
.TagClassName
{
border-color: #85BB60;
}
</style>