Shades of Mantis #73CC48
Tints of Mantis #73CC48
RGB
CMYK
RGB Variations
Color information
#73CC48 (or 0x73CC48) is known color: Mantis. HEX triplet: 73, CC and 48. RGB value is (115,204,72). Sum of RGB (Red+Green+Blue) = 115+204+72=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CC48 is #8C33B7. Grayscale: #A2A2A2. Windows color (decimal): -9188280 or 4770931. OLE color: 4770931.
HSL color Cylindrical-coordinate representation of color #73CC48: hue angle of 100.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73CC48 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 72 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.2 |
| HSL | 100.45º | 0.56% | 0.54% | - |
| HSV(B) | 100.45º | 0.65% | 0.8% | - |
| XYZ | 29.83 | 47.3 | 13.69 | - |
| YUV | 162.34 | 77.01 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 72 | 0.44 | 0 | 0.65 | 0.2 | 100.45 | 0.56 | 0.54 |
| Hex | 73 | CC | 48 | 2C | 0 | 41 | 14 | 64 | 38 | 36 |
| Octal | 163 | 314 | 110 | 54 | 0 | 101 | 24 | 144 | 70 | 66 |
| Binary | 1110011 | 11001100 | 1001000 | 101100 | 0 | 1000001 | 10100 | 1100100 | 111000 | 110110 |
Color Harmonies of #73CC48
Complementary color
Monochromatic Colors of #73CC48
Black with #73CC48
Text Example
Text Example
White with #73CC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC48; }
p { color: rgb(115,204,72); }
H1.HeaderClassName
{
color: #73CC48;
}
.AnyTagClassName
{
color: #73CC48;
}
</style>
background-color css
<style>
a { background-color: #73CC48; }
a { background-color: rgb(115,204,72); }
div.DivClassName
{
background-color: #73CC48;
}
.BgClassName
{
background-color: #73CC48;
}
</style>
border-color css
<style>
span { border-color: #73CC48; }
span { border-color: rgb(115,204,72); }
td.TdClassName
{
border-color: #73CC48;
}
.TagClassName
{
border-color: #73CC48;
}
</style>