Shades of Mantis #85BA5F
Tints of Mantis #85BA5F
RGB
CMYK
RGB Variations
Color information
#85BA5F (or 0x85BA5F) is known color: Mantis. HEX triplet: 85, BA and 5F. RGB value is (133,186,95). Sum of RGB (Red+Green+Blue) = 133+186+95=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA5F is #7A45A0. Grayscale: #A0A0A0. Windows color (decimal): -8013217 or 6273669. OLE color: 6273669.
HSL color Cylindrical-coordinate representation of color #85BA5F: hue angle of 94.95º 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 #85BA5F is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 95 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.27 |
| HSL | 94.95º | 0.4% | 0.55% | - |
| HSV(B) | 94.95º | 0.49% | 0.73% | - |
| XYZ | 29.3 | 40.93 | 17.18 | - |
| YUV | 159.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 95 | 0.28 | 0 | 0.49 | 0.27 | 94.95 | 0.4 | 0.55 |
| Hex | 85 | BA | 5F | 1C | 0 | 31 | 1B | 5F | 28 | 37 |
| Octal | 205 | 272 | 137 | 34 | 0 | 61 | 33 | 137 | 50 | 67 |
| Binary | 10000101 | 10111010 | 1011111 | 11100 | 0 | 110001 | 11011 | 1011111 | 101000 | 110111 |
Color Harmonies of #85BA5F
Complementary color
Monochromatic Colors of #85BA5F
Black with #85BA5F
Text Example
Text Example
White with #85BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA5F; }
p { color: rgb(133,186,95); }
H1.HeaderClassName
{
color: #85BA5F;
}
.AnyTagClassName
{
color: #85BA5F;
}
</style>
background-color css
<style>
a { background-color: #85BA5F; }
a { background-color: rgb(133,186,95); }
div.DivClassName
{
background-color: #85BA5F;
}
.BgClassName
{
background-color: #85BA5F;
}
</style>
border-color css
<style>
span { border-color: #85BA5F; }
span { border-color: rgb(133,186,95); }
td.TdClassName
{
border-color: #85BA5F;
}
.TagClassName
{
border-color: #85BA5F;
}
</style>