Shades of Mantis #85BB73
Tints of Mantis #85BB73
RGB
CMYK
RGB Variations
Color information
#85BB73 (or 0x85BB73) is known color: Mantis. HEX triplet: 85, BB and 73. RGB value is (133,187,115). Sum of RGB (Red+Green+Blue) = 133+187+115=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB73 is #7A448C. Grayscale: #A2A2A2. Windows color (decimal): -8012941 or 7584645. OLE color: 7584645.
HSL color Cylindrical-coordinate representation of color #85BB73: hue angle of 105º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85BB73 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 115 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.27 |
| HSL | 105º | 0.35% | 0.59% | - |
| HSV(B) | 105º | 0.39% | 0.73% | - |
| XYZ | 30.54 | 41.77 | 22.67 | - |
| YUV | 162.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 115 | 0.29 | 0 | 0.39 | 0.27 | 105 | 0.35 | 0.59 |
| Hex | 85 | BB | 73 | 1D | 0 | 27 | 1B | 69 | 23 | 3B |
| Octal | 205 | 273 | 163 | 35 | 0 | 47 | 33 | 151 | 43 | 73 |
| Binary | 10000101 | 10111011 | 1110011 | 11101 | 0 | 100111 | 11011 | 1101001 | 100011 | 111011 |
Color Harmonies of #85BB73
Complementary color
Monochromatic Colors of #85BB73
Black with #85BB73
Text Example
Text Example
White with #85BB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BB73; }
p { color: rgb(133,187,115); }
H1.HeaderClassName
{
color: #85BB73;
}
.AnyTagClassName
{
color: #85BB73;
}
</style>
background-color css
<style>
a { background-color: #85BB73; }
a { background-color: rgb(133,187,115); }
div.DivClassName
{
background-color: #85BB73;
}
.BgClassName
{
background-color: #85BB73;
}
</style>
border-color css
<style>
span { border-color: #85BB73; }
span { border-color: rgb(133,187,115); }
td.TdClassName
{
border-color: #85BB73;
}
.TagClassName
{
border-color: #85BB73;
}
</style>