Shades of Mantis #7DD949
Tints of Mantis #7DD949
RGB
CMYK
RGB Variations
Color information
#7DD949 (or 0x7DD949) is known color: Mantis. HEX triplet: 7D, D9 and 49. RGB value is (125,217,73). Sum of RGB (Red+Green+Blue) = 125+217+73=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 217 (85.16% from 255 or 52.29% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD949 is #8226B6. Grayscale: #ADADAD. Windows color (decimal): -8529591 or 4839805. OLE color: 4839805.
HSL color Cylindrical-coordinate representation of color #7DD949: hue angle of 98.33º 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 #7DD949 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 73 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.15 |
| HSL | 98.33º | 0.65% | 0.57% | - |
| HSV(B) | 98.33º | 0.66% | 0.85% | - |
| XYZ | 34.47 | 54.47 | 15 | - |
| YUV | 173.08 | 71.52 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 73 | 0.42 | 0 | 0.66 | 0.15 | 98.33 | 0.65 | 0.57 |
| Hex | 7D | D9 | 49 | 2A | 0 | 42 | F | 62 | 41 | 39 |
| Octal | 175 | 331 | 111 | 52 | 0 | 102 | 17 | 142 | 101 | 71 |
| Binary | 1111101 | 11011001 | 1001001 | 101010 | 0 | 1000010 | 1111 | 1100010 | 1000001 | 111001 |
Color Harmonies of #7DD949
Complementary color
Monochromatic Colors of #7DD949
Black with #7DD949
Text Example
Text Example
White with #7DD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD949; }
p { color: rgb(125,217,73); }
H1.HeaderClassName
{
color: #7DD949;
}
.AnyTagClassName
{
color: #7DD949;
}
</style>
background-color css
<style>
a { background-color: #7DD949; }
a { background-color: rgb(125,217,73); }
div.DivClassName
{
background-color: #7DD949;
}
.BgClassName
{
background-color: #7DD949;
}
</style>
border-color css
<style>
span { border-color: #7DD949; }
span { border-color: rgb(125,217,73); }
td.TdClassName
{
border-color: #7DD949;
}
.TagClassName
{
border-color: #7DD949;
}
</style>