Shades of Mantis #85BC71
Tints of Mantis #85BC71
RGB
CMYK
RGB Variations
Color information
#85BC71 (or 0x85BC71) is known color: Mantis. HEX triplet: 85, BC and 71. RGB value is (133,188,113). Sum of RGB (Red+Green+Blue) = 133+188+113=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BC71 is #7A438E. Grayscale: #A3A3A3. Windows color (decimal): -8012687 or 7453829. OLE color: 7453829.
HSL color Cylindrical-coordinate representation of color #85BC71: hue angle of 104º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BC71 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 113 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.26 |
| HSL | 104º | 0.36% | 0.59% | - |
| HSV(B) | 104º | 0.4% | 0.74% | - |
| XYZ | 30.64 | 42.15 | 22.14 | - |
| YUV | 163.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 113 | 0.29 | 0 | 0.40 | 0.26 | 104 | 0.36 | 0.59 |
| Hex | 85 | BC | 71 | 1D | 0 | 28 | 1A | 68 | 24 | 3B |
| Octal | 205 | 274 | 161 | 35 | 0 | 50 | 32 | 150 | 44 | 73 |
| Binary | 10000101 | 10111100 | 1110001 | 11101 | 0 | 101000 | 11010 | 1101000 | 100100 | 111011 |
Color Harmonies of #85BC71
Complementary color
Monochromatic Colors of #85BC71
Black with #85BC71
Text Example
Text Example
White with #85BC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC71; }
p { color: rgb(133,188,113); }
H1.HeaderClassName
{
color: #85BC71;
}
.AnyTagClassName
{
color: #85BC71;
}
</style>
background-color css
<style>
a { background-color: #85BC71; }
a { background-color: rgb(133,188,113); }
div.DivClassName
{
background-color: #85BC71;
}
.BgClassName
{
background-color: #85BC71;
}
</style>
border-color css
<style>
span { border-color: #85BC71; }
span { border-color: rgb(133,188,113); }
td.TdClassName
{
border-color: #85BC71;
}
.TagClassName
{
border-color: #85BC71;
}
</style>