Shades of Mantis #85BA54
Tints of Mantis #85BA54
RGB
CMYK
RGB Variations
Color information
#85BA54 (or 0x85BA54) is known color: Mantis. HEX triplet: 85, BA and 54. RGB value is (133,186,84). Sum of RGB (Red+Green+Blue) = 133+186+84=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA54 is #7A45AB. Grayscale: #9E9E9E. Windows color (decimal): -8013228 or 5552773. OLE color: 5552773.
HSL color Cylindrical-coordinate representation of color #85BA54: hue angle of 91.18º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85BA54 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 84 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.27 |
| HSL | 91.18º | 0.43% | 0.53% | - |
| HSV(B) | 91.18º | 0.55% | 0.73% | - |
| XYZ | 28.83 | 40.74 | 14.73 | - |
| YUV | 158.53 | 85.94 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 84 | 0.28 | 0 | 0.55 | 0.27 | 91.18 | 0.43 | 0.53 |
| Hex | 85 | BA | 54 | 1C | 0 | 37 | 1B | 5B | 2A | 35 |
| Octal | 205 | 272 | 124 | 34 | 0 | 67 | 33 | 133 | 52 | 65 |
| Binary | 10000101 | 10111010 | 1010100 | 11100 | 0 | 110111 | 11011 | 1011011 | 101010 | 110101 |
Color Harmonies of #85BA54
Complementary color
Monochromatic Colors of #85BA54
Black with #85BA54
Text Example
Text Example
White with #85BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA54; }
p { color: rgb(133,186,84); }
H1.HeaderClassName
{
color: #85BA54;
}
.AnyTagClassName
{
color: #85BA54;
}
</style>
background-color css
<style>
a { background-color: #85BA54; }
a { background-color: rgb(133,186,84); }
div.DivClassName
{
background-color: #85BA54;
}
.BgClassName
{
background-color: #85BA54;
}
</style>
border-color css
<style>
span { border-color: #85BA54; }
span { border-color: rgb(133,186,84); }
td.TdClassName
{
border-color: #85BA54;
}
.TagClassName
{
border-color: #85BA54;
}
</style>