Shades of Mantis #73DE42
Tints of Mantis #73DE42
RGB
CMYK
RGB Variations
Color information
#73DE42 (or 0x73DE42) is known color: Mantis. HEX triplet: 73, DE and 42. RGB value is (115,222,66). Sum of RGB (Red+Green+Blue) = 115+222+66=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 222 (87.11% from 255 or 55.09% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 222 - color contains mainly: green. Hex color #73DE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DE42 is #8C21BD. Grayscale: #ACACAC. Windows color (decimal): -9183678 or 4382323. OLE color: 4382323.
HSL color Cylindrical-coordinate representation of color #73DE42: hue angle of 101.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73DE42 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 222 | 66 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.13 |
| HSL | 101.15º | 0.7% | 0.56% | - |
| HSV(B) | 101.15º | 0.7% | 0.87% | - |
| XYZ | 34.17 | 56.28 | 14.22 | - |
| YUV | 172.22 | 68.05 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 222 | 66 | 0.48 | 0 | 0.70 | 0.13 | 101.15 | 0.7 | 0.56 |
| Hex | 73 | DE | 42 | 30 | 0 | 46 | D | 65 | 46 | 38 |
| Octal | 163 | 336 | 102 | 60 | 0 | 106 | 15 | 145 | 106 | 70 |
| Binary | 1110011 | 11011110 | 1000010 | 110000 | 0 | 1000110 | 1101 | 1100101 | 1000110 | 111000 |
Color Harmonies of #73DE42
Complementary color
Monochromatic Colors of #73DE42
Black with #73DE42
Text Example
Text Example
White with #73DE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DE42; }
p { color: rgb(115,222,66); }
H1.HeaderClassName
{
color: #73DE42;
}
.AnyTagClassName
{
color: #73DE42;
}
</style>
background-color css
<style>
a { background-color: #73DE42; }
a { background-color: rgb(115,222,66); }
div.DivClassName
{
background-color: #73DE42;
}
.BgClassName
{
background-color: #73DE42;
}
</style>
border-color css
<style>
span { border-color: #73DE42; }
span { border-color: rgb(115,222,66); }
td.TdClassName
{
border-color: #73DE42;
}
.TagClassName
{
border-color: #73DE42;
}
</style>