Shades of Mantis #73CD44
Tints of Mantis #73CD44
RGB
CMYK
RGB Variations
Color information
#73CD44 (or 0x73CD44) is known color: Mantis. HEX triplet: 73, CD and 44. RGB value is (115,205,68). Sum of RGB (Red+Green+Blue) = 115+205+68=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #73CD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CD44 is #8C32BB. Grayscale: #A2A2A2. Windows color (decimal): -9188028 or 4509043. OLE color: 4509043.
HSL color Cylindrical-coordinate representation of color #73CD44: hue angle of 99.42º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73CD44 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 68 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.20 |
| HSL | 99.42º | 0.58% | 0.54% | - |
| HSV(B) | 99.42º | 0.67% | 0.8% | - |
| XYZ | 29.94 | 47.72 | 13.1 | - |
| YUV | 162.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 68 | 0.44 | 0 | 0.67 | 0.20 | 99.42 | 0.58 | 0.54 |
| Hex | 73 | CD | 44 | 2C | 0 | 43 | 14 | 63 | 3A | 36 |
| Octal | 163 | 315 | 104 | 54 | 0 | 103 | 24 | 143 | 72 | 66 |
| Binary | 1110011 | 11001101 | 1000100 | 101100 | 0 | 1000011 | 10100 | 1100011 | 111010 | 110110 |
Color Harmonies of #73CD44
Complementary color
Monochromatic Colors of #73CD44
Black with #73CD44
Text Example
Text Example
White with #73CD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CD44; }
p { color: rgb(115,205,68); }
H1.HeaderClassName
{
color: #73CD44;
}
.AnyTagClassName
{
color: #73CD44;
}
</style>
background-color css
<style>
a { background-color: #73CD44; }
a { background-color: rgb(115,205,68); }
div.DivClassName
{
background-color: #73CD44;
}
.BgClassName
{
background-color: #73CD44;
}
</style>
border-color css
<style>
span { border-color: #73CD44; }
span { border-color: rgb(115,205,68); }
td.TdClassName
{
border-color: #73CD44;
}
.TagClassName
{
border-color: #73CD44;
}
</style>