Shades of Mantis #85BA63
Tints of Mantis #85BA63
RGB
CMYK
RGB Variations
Color information
#85BA63 (or 0x85BA63) is known color: Mantis. HEX triplet: 85, BA and 63. RGB value is (133,186,99). Sum of RGB (Red+Green+Blue) = 133+186+99=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA63 is #7A459C. Grayscale: #A0A0A0. Windows color (decimal): -8013213 or 6535813. OLE color: 6535813.
HSL color Cylindrical-coordinate representation of color #85BA63: hue angle of 96.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BA63 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 99 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.27 |
| HSL | 96.55º | 0.39% | 0.56% | - |
| HSV(B) | 96.55º | 0.47% | 0.73% | - |
| XYZ | 29.48 | 41.01 | 18.17 | - |
| YUV | 160.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 99 | 0.28 | 0 | 0.47 | 0.27 | 96.55 | 0.39 | 0.56 |
| Hex | 85 | BA | 63 | 1C | 0 | 2F | 1B | 61 | 27 | 38 |
| Octal | 205 | 272 | 143 | 34 | 0 | 57 | 33 | 141 | 47 | 70 |
| Binary | 10000101 | 10111010 | 1100011 | 11100 | 0 | 101111 | 11011 | 1100001 | 100111 | 111000 |
Color Harmonies of #85BA63
Complementary color
Monochromatic Colors of #85BA63
Black with #85BA63
Text Example
Text Example
White with #85BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA63; }
p { color: rgb(133,186,99); }
H1.HeaderClassName
{
color: #85BA63;
}
.AnyTagClassName
{
color: #85BA63;
}
</style>
background-color css
<style>
a { background-color: #85BA63; }
a { background-color: rgb(133,186,99); }
div.DivClassName
{
background-color: #85BA63;
}
.BgClassName
{
background-color: #85BA63;
}
</style>
border-color css
<style>
span { border-color: #85BA63; }
span { border-color: rgb(133,186,99); }
td.TdClassName
{
border-color: #85BA63;
}
.TagClassName
{
border-color: #85BA63;
}
</style>