Shades of Mantis #73E04D
Tints of Mantis #73E04D
RGB
CMYK
RGB Variations
Color information
#73E04D (or 0x73E04D) is known color: Mantis. HEX triplet: 73, E0 and 4D. RGB value is (115,224,77). Sum of RGB (Red+Green+Blue) = 115+224+77=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #73E04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73E04D is #8C1FB2. Grayscale: #AFAFAF. Windows color (decimal): -9183155 or 5103731. OLE color: 5103731.
HSL color Cylindrical-coordinate representation of color #73E04D: hue angle of 104.49º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73E04D is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 224 | 77 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.12 |
| HSL | 104.49º | 0.7% | 0.59% | - |
| HSV(B) | 104.49º | 0.66% | 0.88% | - |
| XYZ | 35.07 | 57.49 | 16.27 | - |
| YUV | 174.65 | 72.89 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 224 | 77 | 0.49 | 0 | 0.66 | 0.12 | 104.49 | 0.7 | 0.59 |
| Hex | 73 | E0 | 4D | 31 | 0 | 42 | C | 68 | 46 | 3B |
| Octal | 163 | 340 | 115 | 61 | 0 | 102 | 14 | 150 | 106 | 73 |
| Binary | 1110011 | 11100000 | 1001101 | 110001 | 0 | 1000010 | 1100 | 1101000 | 1000110 | 111011 |
Color Harmonies of #73E04D
Complementary color
Monochromatic Colors of #73E04D
Black with #73E04D
Text Example
Text Example
White with #73E04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E04D; }
p { color: rgb(115,224,77); }
H1.HeaderClassName
{
color: #73E04D;
}
.AnyTagClassName
{
color: #73E04D;
}
</style>
background-color css
<style>
a { background-color: #73E04D; }
a { background-color: rgb(115,224,77); }
div.DivClassName
{
background-color: #73E04D;
}
.BgClassName
{
background-color: #73E04D;
}
</style>
border-color css
<style>
span { border-color: #73E04D; }
span { border-color: rgb(115,224,77); }
td.TdClassName
{
border-color: #73E04D;
}
.TagClassName
{
border-color: #73E04D;
}
</style>