Shades of Mantis #85BC67
Tints of Mantis #85BC67
RGB
CMYK
RGB Variations
Color information
#85BC67 (or 0x85BC67) is known color: Mantis. HEX triplet: 85, BC and 67. RGB value is (133,188,103). Sum of RGB (Red+Green+Blue) = 133+188+103=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BC67 is #7A4398. Grayscale: #A2A2A2. Windows color (decimal): -8012697 or 6798469. OLE color: 6798469.
HSL color Cylindrical-coordinate representation of color #85BC67: hue angle of 98.82º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85BC67 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 103 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.26 |
| HSL | 98.82º | 0.39% | 0.57% | - |
| HSV(B) | 98.82º | 0.45% | 0.74% | - |
| XYZ | 30.1 | 41.93 | 19.34 | - |
| YUV | 161.87 | 94.78 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 103 | 0.29 | 0 | 0.45 | 0.26 | 98.82 | 0.39 | 0.57 |
| Hex | 85 | BC | 67 | 1D | 0 | 2D | 1A | 63 | 27 | 39 |
| Octal | 205 | 274 | 147 | 35 | 0 | 55 | 32 | 143 | 47 | 71 |
| Binary | 10000101 | 10111100 | 1100111 | 11101 | 0 | 101101 | 11010 | 1100011 | 100111 | 111001 |
Color Harmonies of #85BC67
Complementary color
Monochromatic Colors of #85BC67
Black with #85BC67
Text Example
Text Example
White with #85BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC67; }
p { color: rgb(133,188,103); }
H1.HeaderClassName
{
color: #85BC67;
}
.AnyTagClassName
{
color: #85BC67;
}
</style>
background-color css
<style>
a { background-color: #85BC67; }
a { background-color: rgb(133,188,103); }
div.DivClassName
{
background-color: #85BC67;
}
.BgClassName
{
background-color: #85BC67;
}
</style>
border-color css
<style>
span { border-color: #85BC67; }
span { border-color: rgb(133,188,103); }
td.TdClassName
{
border-color: #85BC67;
}
.TagClassName
{
border-color: #85BC67;
}
</style>