Shades of Mantis #85BD6D
Tints of Mantis #85BD6D
RGB
CMYK
RGB Variations
Color information
#85BD6D (or 0x85BD6D) is known color: Mantis. HEX triplet: 85, BD and 6D. RGB value is (133,189,109). Sum of RGB (Red+Green+Blue) = 133+189+109=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD6D is #7A4292. Grayscale: #A3A3A3. Windows color (decimal): -8012435 or 7191941. OLE color: 7191941.
HSL color Cylindrical-coordinate representation of color #85BD6D: hue angle of 102º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85BD6D is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 109 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.26 |
| HSL | 102º | 0.38% | 0.58% | - |
| HSV(B) | 102º | 0.42% | 0.74% | - |
| XYZ | 30.63 | 42.49 | 21.05 | - |
| YUV | 163.14 | 97.45 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 109 | 0.30 | 0 | 0.42 | 0.26 | 102 | 0.38 | 0.58 |
| Hex | 85 | BD | 6D | 1E | 0 | 2A | 1A | 66 | 26 | 3A |
| Octal | 205 | 275 | 155 | 36 | 0 | 52 | 32 | 146 | 46 | 72 |
| Binary | 10000101 | 10111101 | 1101101 | 11110 | 0 | 101010 | 11010 | 1100110 | 100110 | 111010 |
Color Harmonies of #85BD6D
Complementary color
Monochromatic Colors of #85BD6D
Black with #85BD6D
Text Example
Text Example
White with #85BD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD6D; }
p { color: rgb(133,189,109); }
H1.HeaderClassName
{
color: #85BD6D;
}
.AnyTagClassName
{
color: #85BD6D;
}
</style>
background-color css
<style>
a { background-color: #85BD6D; }
a { background-color: rgb(133,189,109); }
div.DivClassName
{
background-color: #85BD6D;
}
.BgClassName
{
background-color: #85BD6D;
}
</style>
border-color css
<style>
span { border-color: #85BD6D; }
span { border-color: rgb(133,189,109); }
td.TdClassName
{
border-color: #85BD6D;
}
.TagClassName
{
border-color: #85BD6D;
}
</style>