Shades of Mantis #73DC44
Tints of Mantis #73DC44
RGB
CMYK
RGB Variations
Color information
#73DC44 (or 0x73DC44) is known color: Mantis. HEX triplet: 73, DC and 44. RGB value is (115,220,68). Sum of RGB (Red+Green+Blue) = 115+220+68=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DC44 is #8C23BB. Grayscale: #ABABAB. Windows color (decimal): -9184188 or 4512883. OLE color: 4512883.
HSL color Cylindrical-coordinate representation of color #73DC44: hue angle of 101.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73DC44 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 68 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.14 |
| HSL | 101.45º | 0.68% | 0.56% | - |
| HSV(B) | 101.45º | 0.69% | 0.86% | - |
| XYZ | 33.71 | 55.25 | 14.36 | - |
| YUV | 171.28 | 69.71 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 68 | 0.48 | 0 | 0.69 | 0.14 | 101.45 | 0.68 | 0.56 |
| Hex | 73 | DC | 44 | 30 | 0 | 45 | E | 65 | 44 | 38 |
| Octal | 163 | 334 | 104 | 60 | 0 | 105 | 16 | 145 | 104 | 70 |
| Binary | 1110011 | 11011100 | 1000100 | 110000 | 0 | 1000101 | 1110 | 1100101 | 1000100 | 111000 |
Color Harmonies of #73DC44
Complementary color
Monochromatic Colors of #73DC44
Black with #73DC44
Text Example
Text Example
White with #73DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC44; }
p { color: rgb(115,220,68); }
H1.HeaderClassName
{
color: #73DC44;
}
.AnyTagClassName
{
color: #73DC44;
}
</style>
background-color css
<style>
a { background-color: #73DC44; }
a { background-color: rgb(115,220,68); }
div.DivClassName
{
background-color: #73DC44;
}
.BgClassName
{
background-color: #73DC44;
}
</style>
border-color css
<style>
span { border-color: #73DC44; }
span { border-color: rgb(115,220,68); }
td.TdClassName
{
border-color: #73DC44;
}
.TagClassName
{
border-color: #73DC44;
}
</style>