Shades of Mantis #73B955
Tints of Mantis #73B955
RGB
CMYK
RGB Variations
Color information
#73B955 (or 0x73B955) is known color: Mantis. HEX triplet: 73, B9 and 55. RGB value is (115,185,85). Sum of RGB (Red+Green+Blue) = 115+185+85=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #73B955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B955 is #8C46AA. Grayscale: #989898. Windows color (decimal): -9193131 or 5618035. OLE color: 5618035.
HSL color Cylindrical-coordinate representation of color #73B955: hue angle of 102º 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 #73B955 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 185 | 85 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.27 |
| HSL | 102º | 0.42% | 0.53% | - |
| HSV(B) | 102º | 0.54% | 0.73% | - |
| XYZ | 26.06 | 39 | 14.75 | - |
| YUV | 152.67 | 89.81 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 185 | 85 | 0.38 | 0 | 0.54 | 0.27 | 102 | 0.42 | 0.53 |
| Hex | 73 | B9 | 55 | 26 | 0 | 36 | 1B | 66 | 2A | 35 |
| Octal | 163 | 271 | 125 | 46 | 0 | 66 | 33 | 146 | 52 | 65 |
| Binary | 1110011 | 10111001 | 1010101 | 100110 | 0 | 110110 | 11011 | 1100110 | 101010 | 110101 |
Color Harmonies of #73B955
Complementary color
Monochromatic Colors of #73B955
Black with #73B955
Text Example
Text Example
White with #73B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B955; }
p { color: rgb(115,185,85); }
H1.HeaderClassName
{
color: #73B955;
}
.AnyTagClassName
{
color: #73B955;
}
</style>
background-color css
<style>
a { background-color: #73B955; }
a { background-color: rgb(115,185,85); }
div.DivClassName
{
background-color: #73B955;
}
.BgClassName
{
background-color: #73B955;
}
</style>
border-color css
<style>
span { border-color: #73B955; }
span { border-color: rgb(115,185,85); }
td.TdClassName
{
border-color: #73B955;
}
.TagClassName
{
border-color: #73B955;
}
</style>