Shades of Mantis #85BD65
Tints of Mantis #85BD65
RGB
CMYK
RGB Variations
Color information
#85BD65 (or 0x85BD65) is known color: Mantis. HEX triplet: 85, BD and 65. RGB value is (133,189,101). Sum of RGB (Red+Green+Blue) = 133+189+101=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD65 is #7A429A. Grayscale: #A2A2A2. Windows color (decimal): -8012443 or 6667653. OLE color: 6667653.
HSL color Cylindrical-coordinate representation of color #85BD65: hue angle of 98.18º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BD65 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 101 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.26 |
| HSL | 98.18º | 0.4% | 0.57% | - |
| HSV(B) | 98.18º | 0.47% | 0.74% | - |
| XYZ | 30.22 | 42.32 | 18.89 | - |
| YUV | 162.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 101 | 0.30 | 0 | 0.47 | 0.26 | 98.18 | 0.4 | 0.57 |
| Hex | 85 | BD | 65 | 1E | 0 | 2F | 1A | 62 | 28 | 39 |
| Octal | 205 | 275 | 145 | 36 | 0 | 57 | 32 | 142 | 50 | 71 |
| Binary | 10000101 | 10111101 | 1100101 | 11110 | 0 | 101111 | 11010 | 1100010 | 101000 | 111001 |
Color Harmonies of #85BD65
Complementary color
Monochromatic Colors of #85BD65
Black with #85BD65
Text Example
Text Example
White with #85BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD65; }
p { color: rgb(133,189,101); }
H1.HeaderClassName
{
color: #85BD65;
}
.AnyTagClassName
{
color: #85BD65;
}
</style>
background-color css
<style>
a { background-color: #85BD65; }
a { background-color: rgb(133,189,101); }
div.DivClassName
{
background-color: #85BD65;
}
.BgClassName
{
background-color: #85BD65;
}
</style>
border-color css
<style>
span { border-color: #85BD65; }
span { border-color: rgb(133,189,101); }
td.TdClassName
{
border-color: #85BD65;
}
.TagClassName
{
border-color: #85BD65;
}
</style>