Shades of Mantis #85BD4E
Tints of Mantis #85BD4E
RGB
CMYK
RGB Variations
Color information
#85BD4E (or 0x85BD4E) is known color: Mantis. HEX triplet: 85, BD and 4E. RGB value is (133,189,78). Sum of RGB (Red+Green+Blue) = 133+189+78=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD4E is #7A42B1. Grayscale: #9F9F9F. Windows color (decimal): -8012466 or 5160325. OLE color: 5160325.
HSL color Cylindrical-coordinate representation of color #85BD4E: hue angle of 90.27º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85BD4E is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 78 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.26 |
| HSL | 90.27º | 0.46% | 0.52% | - |
| HSV(B) | 90.27º | 0.59% | 0.74% | - |
| XYZ | 29.25 | 41.93 | 13.76 | - |
| YUV | 159.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 78 | 0.30 | 0 | 0.59 | 0.26 | 90.27 | 0.46 | 0.52 |
| Hex | 85 | BD | 4E | 1E | 0 | 3B | 1A | 5A | 2E | 34 |
| Octal | 205 | 275 | 116 | 36 | 0 | 73 | 32 | 132 | 56 | 64 |
| Binary | 10000101 | 10111101 | 1001110 | 11110 | 0 | 111011 | 11010 | 1011010 | 101110 | 110100 |
Color Harmonies of #85BD4E
Complementary color
Monochromatic Colors of #85BD4E
Black with #85BD4E
Text Example
Text Example
White with #85BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD4E; }
p { color: rgb(133,189,78); }
H1.HeaderClassName
{
color: #85BD4E;
}
.AnyTagClassName
{
color: #85BD4E;
}
</style>
background-color css
<style>
a { background-color: #85BD4E; }
a { background-color: rgb(133,189,78); }
div.DivClassName
{
background-color: #85BD4E;
}
.BgClassName
{
background-color: #85BD4E;
}
</style>
border-color css
<style>
span { border-color: #85BD4E; }
span { border-color: rgb(133,189,78); }
td.TdClassName
{
border-color: #85BD4E;
}
.TagClassName
{
border-color: #85BD4E;
}
</style>