Shades of Mantis #73BA55
Tints of Mantis #73BA55
RGB
CMYK
RGB Variations
Color information
#73BA55 (or 0x73BA55) is known color: Mantis. HEX triplet: 73, BA and 55. RGB value is (115,186,85). Sum of RGB (Red+Green+Blue) = 115+186+85=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA55 is #8C45AA. Grayscale: #999999. Windows color (decimal): -9192875 or 5618291. OLE color: 5618291.
HSL color Cylindrical-coordinate representation of color #73BA55: hue angle of 102.18º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73BA55 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 85 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.27 |
| HSL | 102.18º | 0.42% | 0.53% | - |
| HSV(B) | 102.18º | 0.54% | 0.73% | - |
| XYZ | 26.27 | 39.42 | 14.82 | - |
| YUV | 153.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 85 | 0.38 | 0 | 0.54 | 0.27 | 102.18 | 0.42 | 0.53 |
| Hex | 73 | BA | 55 | 26 | 0 | 36 | 1B | 66 | 2A | 35 |
| Octal | 163 | 272 | 125 | 46 | 0 | 66 | 33 | 146 | 52 | 65 |
| Binary | 1110011 | 10111010 | 1010101 | 100110 | 0 | 110110 | 11011 | 1100110 | 101010 | 110101 |
Color Harmonies of #73BA55
Complementary color
Monochromatic Colors of #73BA55
Black with #73BA55
Text Example
Text Example
White with #73BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA55; }
p { color: rgb(115,186,85); }
H1.HeaderClassName
{
color: #73BA55;
}
.AnyTagClassName
{
color: #73BA55;
}
</style>
background-color css
<style>
a { background-color: #73BA55; }
a { background-color: rgb(115,186,85); }
div.DivClassName
{
background-color: #73BA55;
}
.BgClassName
{
background-color: #73BA55;
}
</style>
border-color css
<style>
span { border-color: #73BA55; }
span { border-color: rgb(115,186,85); }
td.TdClassName
{
border-color: #73BA55;
}
.TagClassName
{
border-color: #73BA55;
}
</style>