Shades of Mantis #85BB71
Tints of Mantis #85BB71
RGB
CMYK
RGB Variations
Color information
#85BB71 (or 0x85BB71) is known color: Mantis. HEX triplet: 85, BB and 71. RGB value is (133,187,113). Sum of RGB (Red+Green+Blue) = 133+187+113=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB71 is #7A448E. Grayscale: #A2A2A2. Windows color (decimal): -8012943 or 7453573. OLE color: 7453573.
HSL color Cylindrical-coordinate representation of color #85BB71: hue angle of 103.78º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BB71 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 113 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.27 |
| HSL | 103.78º | 0.35% | 0.59% | - |
| HSV(B) | 103.78º | 0.4% | 0.73% | - |
| XYZ | 30.42 | 41.72 | 22.07 | - |
| YUV | 162.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 113 | 0.29 | 0 | 0.40 | 0.27 | 103.78 | 0.35 | 0.59 |
| Hex | 85 | BB | 71 | 1D | 0 | 28 | 1B | 68 | 23 | 3B |
| Octal | 205 | 273 | 161 | 35 | 0 | 50 | 33 | 150 | 43 | 73 |
| Binary | 10000101 | 10111011 | 1110001 | 11101 | 0 | 101000 | 11011 | 1101000 | 100011 | 111011 |
Color Harmonies of #85BB71
Complementary color
Monochromatic Colors of #85BB71
Black with #85BB71
Text Example
Text Example
White with #85BB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BB71; }
p { color: rgb(133,187,113); }
H1.HeaderClassName
{
color: #85BB71;
}
.AnyTagClassName
{
color: #85BB71;
}
</style>
background-color css
<style>
a { background-color: #85BB71; }
a { background-color: rgb(133,187,113); }
div.DivClassName
{
background-color: #85BB71;
}
.BgClassName
{
background-color: #85BB71;
}
</style>
border-color css
<style>
span { border-color: #85BB71; }
span { border-color: rgb(133,187,113); }
td.TdClassName
{
border-color: #85BB71;
}
.TagClassName
{
border-color: #85BB71;
}
</style>