Shades of Mantis #73D949
Tints of Mantis #73D949
RGB
CMYK
RGB Variations
Color information
#73D949 (or 0x73D949) is known color: Mantis. HEX triplet: 73, D9 and 49. RGB value is (115,217,73). Sum of RGB (Red+Green+Blue) = 115+217+73=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #73D949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D949 is #8C26B6. Grayscale: #AAAAAA. Windows color (decimal): -9184951 or 4839795. OLE color: 4839795.
HSL color Cylindrical-coordinate representation of color #73D949: hue angle of 102.5º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73D949 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 73 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.15 |
| HSL | 102.5º | 0.65% | 0.57% | - |
| HSV(B) | 102.5º | 0.66% | 0.85% | - |
| XYZ | 33.09 | 53.75 | 14.93 | - |
| YUV | 170.09 | 73.21 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 73 | 0.47 | 0 | 0.66 | 0.15 | 102.5 | 0.65 | 0.57 |
| Hex | 73 | D9 | 49 | 2F | 0 | 42 | F | 66 | 41 | 39 |
| Octal | 163 | 331 | 111 | 57 | 0 | 102 | 17 | 146 | 101 | 71 |
| Binary | 1110011 | 11011001 | 1001001 | 101111 | 0 | 1000010 | 1111 | 1100110 | 1000001 | 111001 |
Color Harmonies of #73D949
Complementary color
Monochromatic Colors of #73D949
Black with #73D949
Text Example
Text Example
White with #73D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D949; }
p { color: rgb(115,217,73); }
H1.HeaderClassName
{
color: #73D949;
}
.AnyTagClassName
{
color: #73D949;
}
</style>
background-color css
<style>
a { background-color: #73D949; }
a { background-color: rgb(115,217,73); }
div.DivClassName
{
background-color: #73D949;
}
.BgClassName
{
background-color: #73D949;
}
</style>
border-color css
<style>
span { border-color: #73D949; }
span { border-color: rgb(115,217,73); }
td.TdClassName
{
border-color: #73D949;
}
.TagClassName
{
border-color: #73D949;
}
</style>