Shades of Mantis #73CD49
Tints of Mantis #73CD49
RGB
CMYK
RGB Variations
Color information
#73CD49 (or 0x73CD49) is known color: Mantis. HEX triplet: 73, CD and 49. RGB value is (115,205,73). Sum of RGB (Red+Green+Blue) = 115+205+73=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CD49 is #8C32B6. Grayscale: #A3A3A3. Windows color (decimal): -9188023 or 4836723. OLE color: 4836723.
HSL color Cylindrical-coordinate representation of color #73CD49: hue angle of 100.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73CD49 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 73 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.20 |
| HSL | 100.91º | 0.57% | 0.55% | - |
| HSV(B) | 100.91º | 0.64% | 0.8% | - |
| XYZ | 30.1 | 47.79 | 13.94 | - |
| YUV | 163.04 | 77.18 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 73 | 0.44 | 0 | 0.64 | 0.20 | 100.91 | 0.57 | 0.55 |
| Hex | 73 | CD | 49 | 2C | 0 | 40 | 14 | 65 | 39 | 37 |
| Octal | 163 | 315 | 111 | 54 | 0 | 100 | 24 | 145 | 71 | 67 |
| Binary | 1110011 | 11001101 | 1001001 | 101100 | 0 | 1000000 | 10100 | 1100101 | 111001 | 110111 |
Color Harmonies of #73CD49
Complementary color
Monochromatic Colors of #73CD49
Black with #73CD49
Text Example
Text Example
White with #73CD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CD49; }
p { color: rgb(115,205,73); }
H1.HeaderClassName
{
color: #73CD49;
}
.AnyTagClassName
{
color: #73CD49;
}
</style>
background-color css
<style>
a { background-color: #73CD49; }
a { background-color: rgb(115,205,73); }
div.DivClassName
{
background-color: #73CD49;
}
.BgClassName
{
background-color: #73CD49;
}
</style>
border-color css
<style>
span { border-color: #73CD49; }
span { border-color: rgb(115,205,73); }
td.TdClassName
{
border-color: #73CD49;
}
.TagClassName
{
border-color: #73CD49;
}
</style>