Shades of Mantis #85BA64
Tints of Mantis #85BA64
RGB
CMYK
RGB Variations
Color information
#85BA64 (or 0x85BA64) is known color: Mantis. HEX triplet: 85, BA and 64. RGB value is (133,186,100). Sum of RGB (Red+Green+Blue) = 133+186+100=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA64 is #7A459B. Grayscale: #A0A0A0. Windows color (decimal): -8013212 or 6601349. OLE color: 6601349.
HSL color Cylindrical-coordinate representation of color #85BA64: hue angle of 96.98º degrees, saturation: 0.38, 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 #85BA64 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 100 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.27 |
| HSL | 96.98º | 0.38% | 0.56% | - |
| HSV(B) | 96.98º | 0.46% | 0.73% | - |
| XYZ | 29.53 | 41.02 | 18.42 | - |
| YUV | 160.35 | 93.94 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 100 | 0.28 | 0 | 0.46 | 0.27 | 96.98 | 0.38 | 0.56 |
| Hex | 85 | BA | 64 | 1C | 0 | 2E | 1B | 61 | 26 | 38 |
| Octal | 205 | 272 | 144 | 34 | 0 | 56 | 33 | 141 | 46 | 70 |
| Binary | 10000101 | 10111010 | 1100100 | 11100 | 0 | 101110 | 11011 | 1100001 | 100110 | 111000 |
Color Harmonies of #85BA64
Complementary color
Monochromatic Colors of #85BA64
Black with #85BA64
Text Example
Text Example
White with #85BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA64; }
p { color: rgb(133,186,100); }
H1.HeaderClassName
{
color: #85BA64;
}
.AnyTagClassName
{
color: #85BA64;
}
</style>
background-color css
<style>
a { background-color: #85BA64; }
a { background-color: rgb(133,186,100); }
div.DivClassName
{
background-color: #85BA64;
}
.BgClassName
{
background-color: #85BA64;
}
</style>
border-color css
<style>
span { border-color: #85BA64; }
span { border-color: rgb(133,186,100); }
td.TdClassName
{
border-color: #85BA64;
}
.TagClassName
{
border-color: #85BA64;
}
</style>