Shades of Mantis #73DA47
Tints of Mantis #73DA47
RGB
CMYK
RGB Variations
Color information
#73DA47 (or 0x73DA47) is known color: Mantis. HEX triplet: 73, DA and 47. RGB value is (115,218,71). Sum of RGB (Red+Green+Blue) = 115+218+71=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #73DA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DA47 is #8C25B8. Grayscale: #AAAAAA. Windows color (decimal): -9184697 or 4708979. OLE color: 4708979.
HSL color Cylindrical-coordinate representation of color #73DA47: hue angle of 102.04º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73DA47 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 71 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.15 |
| HSL | 102.04º | 0.67% | 0.57% | - |
| HSV(B) | 102.04º | 0.67% | 0.85% | - |
| XYZ | 33.28 | 54.24 | 14.68 | - |
| YUV | 170.45 | 71.88 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 71 | 0.47 | 0 | 0.67 | 0.15 | 102.04 | 0.67 | 0.57 |
| Hex | 73 | DA | 47 | 2F | 0 | 43 | F | 66 | 43 | 39 |
| Octal | 163 | 332 | 107 | 57 | 0 | 103 | 17 | 146 | 103 | 71 |
| Binary | 1110011 | 11011010 | 1000111 | 101111 | 0 | 1000011 | 1111 | 1100110 | 1000011 | 111001 |
Color Harmonies of #73DA47
Complementary color
Monochromatic Colors of #73DA47
Black with #73DA47
Text Example
Text Example
White with #73DA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DA47; }
p { color: rgb(115,218,71); }
H1.HeaderClassName
{
color: #73DA47;
}
.AnyTagClassName
{
color: #73DA47;
}
</style>
background-color css
<style>
a { background-color: #73DA47; }
a { background-color: rgb(115,218,71); }
div.DivClassName
{
background-color: #73DA47;
}
.BgClassName
{
background-color: #73DA47;
}
</style>
border-color css
<style>
span { border-color: #73DA47; }
span { border-color: rgb(115,218,71); }
td.TdClassName
{
border-color: #73DA47;
}
.TagClassName
{
border-color: #73DA47;
}
</style>