Shades of Mantis #85BC6B
Tints of Mantis #85BC6B
RGB
CMYK
RGB Variations
Color information
#85BC6B (or 0x85BC6B) is known color: Mantis. HEX triplet: 85, BC and 6B. RGB value is (133,188,107). Sum of RGB (Red+Green+Blue) = 133+188+107=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BC6B is #7A4394. Grayscale: #A2A2A2. Windows color (decimal): -8012693 or 7060613. OLE color: 7060613.
HSL color Cylindrical-coordinate representation of color #85BC6B: hue angle of 100.74º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85BC6B is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 107 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.26 |
| HSL | 100.74º | 0.38% | 0.58% | - |
| HSV(B) | 100.74º | 0.43% | 0.74% | - |
| XYZ | 30.31 | 42.01 | 20.42 | - |
| YUV | 162.32 | 96.78 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 107 | 0.29 | 0 | 0.43 | 0.26 | 100.74 | 0.38 | 0.58 |
| Hex | 85 | BC | 6B | 1D | 0 | 2B | 1A | 65 | 26 | 3A |
| Octal | 205 | 274 | 153 | 35 | 0 | 53 | 32 | 145 | 46 | 72 |
| Binary | 10000101 | 10111100 | 1101011 | 11101 | 0 | 101011 | 11010 | 1100101 | 100110 | 111010 |
Color Harmonies of #85BC6B
Complementary color
Monochromatic Colors of #85BC6B
Black with #85BC6B
Text Example
Text Example
White with #85BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC6B; }
p { color: rgb(133,188,107); }
H1.HeaderClassName
{
color: #85BC6B;
}
.AnyTagClassName
{
color: #85BC6B;
}
</style>
background-color css
<style>
a { background-color: #85BC6B; }
a { background-color: rgb(133,188,107); }
div.DivClassName
{
background-color: #85BC6B;
}
.BgClassName
{
background-color: #85BC6B;
}
</style>
border-color css
<style>
span { border-color: #85BC6B; }
span { border-color: rgb(133,188,107); }
td.TdClassName
{
border-color: #85BC6B;
}
.TagClassName
{
border-color: #85BC6B;
}
</style>