Shades of Mantis #7ED949
Tints of Mantis #7ED949
RGB
CMYK
RGB Variations
Color information
#7ED949 (or 0x7ED949) is known color: Mantis. HEX triplet: 7E, D9 and 49. RGB value is (126,217,73). Sum of RGB (Red+Green+Blue) = 126+217+73=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED949 is #8126B6. Grayscale: #ADADAD. Windows color (decimal): -8464055 or 4839806. OLE color: 4839806.
HSL color Cylindrical-coordinate representation of color #7ED949: hue angle of 97.92º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ED949 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 73 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.15 |
| HSL | 97.92º | 0.65% | 0.57% | - |
| HSV(B) | 97.92º | 0.66% | 0.85% | - |
| XYZ | 34.62 | 54.54 | 15.01 | - |
| YUV | 173.38 | 71.35 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 73 | 0.42 | 0 | 0.66 | 0.15 | 97.92 | 0.65 | 0.57 |
| Hex | 7E | D9 | 49 | 2A | 0 | 42 | F | 62 | 41 | 39 |
| Octal | 176 | 331 | 111 | 52 | 0 | 102 | 17 | 142 | 101 | 71 |
| Binary | 1111110 | 11011001 | 1001001 | 101010 | 0 | 1000010 | 1111 | 1100010 | 1000001 | 111001 |
Color Harmonies of #7ED949
Complementary color
Monochromatic Colors of #7ED949
Black with #7ED949
Text Example
Text Example
White with #7ED949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED949; }
p { color: rgb(126,217,73); }
H1.HeaderClassName
{
color: #7ED949;
}
.AnyTagClassName
{
color: #7ED949;
}
</style>
background-color css
<style>
a { background-color: #7ED949; }
a { background-color: rgb(126,217,73); }
div.DivClassName
{
background-color: #7ED949;
}
.BgClassName
{
background-color: #7ED949;
}
</style>
border-color css
<style>
span { border-color: #7ED949; }
span { border-color: rgb(126,217,73); }
td.TdClassName
{
border-color: #7ED949;
}
.TagClassName
{
border-color: #7ED949;
}
</style>