Shades of Mantis #85BB65
Tints of Mantis #85BB65
RGB
CMYK
RGB Variations
Color information
#85BB65 (or 0x85BB65) is known color: Mantis. HEX triplet: 85, BB and 65. RGB value is (133,187,101). Sum of RGB (Red+Green+Blue) = 133+187+101=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB65 is #7A449A. Grayscale: #A1A1A1. Windows color (decimal): -8012955 or 6667141. OLE color: 6667141.
HSL color Cylindrical-coordinate representation of color #85BB65: hue angle of 97.67º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85BB65 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 101 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.27 |
| HSL | 97.67º | 0.39% | 0.56% | - |
| HSV(B) | 97.67º | 0.46% | 0.73% | - |
| XYZ | 29.79 | 41.47 | 18.75 | - |
| YUV | 161.05 | 94.11 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 101 | 0.29 | 0 | 0.46 | 0.27 | 97.67 | 0.39 | 0.56 |
| Hex | 85 | BB | 65 | 1D | 0 | 2E | 1B | 62 | 27 | 38 |
| Octal | 205 | 273 | 145 | 35 | 0 | 56 | 33 | 142 | 47 | 70 |
| Binary | 10000101 | 10111011 | 1100101 | 11101 | 0 | 101110 | 11011 | 1100010 | 100111 | 111000 |
Color Harmonies of #85BB65
Complementary color
Monochromatic Colors of #85BB65
Black with #85BB65
Text Example
Text Example
White with #85BB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BB65; }
p { color: rgb(133,187,101); }
H1.HeaderClassName
{
color: #85BB65;
}
.AnyTagClassName
{
color: #85BB65;
}
</style>
background-color css
<style>
a { background-color: #85BB65; }
a { background-color: rgb(133,187,101); }
div.DivClassName
{
background-color: #85BB65;
}
.BgClassName
{
background-color: #85BB65;
}
</style>
border-color css
<style>
span { border-color: #85BB65; }
span { border-color: rgb(133,187,101); }
td.TdClassName
{
border-color: #85BB65;
}
.TagClassName
{
border-color: #85BB65;
}
</style>