Shades of Mantis #73C649
Tints of Mantis #73C649
RGB
CMYK
RGB Variations
Color information
#73C649 (or 0x73C649) is known color: Mantis. HEX triplet: 73, C6 and 49. RGB value is (115,198,73). Sum of RGB (Red+Green+Blue) = 115+198+73=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #73C649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C649 is #8C39B6. Grayscale: #9F9F9F. Windows color (decimal): -9189815 or 4834931. OLE color: 4834931.
HSL color Cylindrical-coordinate representation of color #73C649: hue angle of 99.84º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73C649 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 73 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.22 |
| HSL | 99.84º | 0.52% | 0.53% | - |
| HSV(B) | 99.84º | 0.63% | 0.78% | - |
| XYZ | 28.47 | 44.51 | 13.4 | - |
| YUV | 158.93 | 79.5 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 73 | 0.42 | 0 | 0.63 | 0.22 | 99.84 | 0.52 | 0.53 |
| Hex | 73 | C6 | 49 | 2A | 0 | 3F | 16 | 64 | 34 | 35 |
| Octal | 163 | 306 | 111 | 52 | 0 | 77 | 26 | 144 | 64 | 65 |
| Binary | 1110011 | 11000110 | 1001001 | 101010 | 0 | 111111 | 10110 | 1100100 | 110100 | 110101 |
Color Harmonies of #73C649
Complementary color
Monochromatic Colors of #73C649
Black with #73C649
Text Example
Text Example
White with #73C649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C649; }
p { color: rgb(115,198,73); }
H1.HeaderClassName
{
color: #73C649;
}
.AnyTagClassName
{
color: #73C649;
}
</style>
background-color css
<style>
a { background-color: #73C649; }
a { background-color: rgb(115,198,73); }
div.DivClassName
{
background-color: #73C649;
}
.BgClassName
{
background-color: #73C649;
}
</style>
border-color css
<style>
span { border-color: #73C649; }
span { border-color: rgb(115,198,73); }
td.TdClassName
{
border-color: #73C649;
}
.TagClassName
{
border-color: #73C649;
}
</style>