Shades of Mantis #85BA50
Tints of Mantis #85BA50
RGB
CMYK
RGB Variations
Color information
#85BA50 (or 0x85BA50) is known color: Mantis. HEX triplet: 85, BA and 50. RGB value is (133,186,80). Sum of RGB (Red+Green+Blue) = 133+186+80=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA50 is #7A45AF. Grayscale: #9E9E9E. Windows color (decimal): -8013232 or 5290629. OLE color: 5290629.
HSL color Cylindrical-coordinate representation of color #85BA50: hue angle of 90º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85BA50 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 80 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.27 |
| HSL | 90º | 0.43% | 0.52% | - |
| HSV(B) | 90º | 0.57% | 0.73% | - |
| XYZ | 28.68 | 40.68 | 13.93 | - |
| YUV | 158.07 | 83.94 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 80 | 0.28 | 0 | 0.57 | 0.27 | 90 | 0.43 | 0.52 |
| Hex | 85 | BA | 50 | 1C | 0 | 39 | 1B | 5A | 2B | 34 |
| Octal | 205 | 272 | 120 | 34 | 0 | 71 | 33 | 132 | 53 | 64 |
| Binary | 10000101 | 10111010 | 1010000 | 11100 | 0 | 111001 | 11011 | 1011010 | 101011 | 110100 |
Color Harmonies of #85BA50
Complementary color
Monochromatic Colors of #85BA50
Black with #85BA50
Text Example
Text Example
White with #85BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA50; }
p { color: rgb(133,186,80); }
H1.HeaderClassName
{
color: #85BA50;
}
.AnyTagClassName
{
color: #85BA50;
}
</style>
background-color css
<style>
a { background-color: #85BA50; }
a { background-color: rgb(133,186,80); }
div.DivClassName
{
background-color: #85BA50;
}
.BgClassName
{
background-color: #85BA50;
}
</style>
border-color css
<style>
span { border-color: #85BA50; }
span { border-color: rgb(133,186,80); }
td.TdClassName
{
border-color: #85BA50;
}
.TagClassName
{
border-color: #85BA50;
}
</style>