Shades of Mantis #7DD944
Tints of Mantis #7DD944
RGB
CMYK
RGB Variations
Color information
#7DD944 (or 0x7DD944) is known color: Mantis. HEX triplet: 7D, D9 and 44. RGB value is (125,217,68). Sum of RGB (Red+Green+Blue) = 125+217+68=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 217 (85.16% from 255 or 52.93% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD944 is #8226BB. Grayscale: #ADADAD. Windows color (decimal): -8529596 or 4512125. OLE color: 4512125.
HSL color Cylindrical-coordinate representation of color #7DD944: hue angle of 97.05º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DD944 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 68 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.15 |
| HSL | 97.05º | 0.66% | 0.56% | - |
| HSV(B) | 97.05º | 0.69% | 0.85% | - |
| XYZ | 34.31 | 54.4 | 14.16 | - |
| YUV | 172.51 | 69.02 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 68 | 0.42 | 0 | 0.69 | 0.15 | 97.05 | 0.66 | 0.56 |
| Hex | 7D | D9 | 44 | 2A | 0 | 45 | F | 61 | 42 | 38 |
| Octal | 175 | 331 | 104 | 52 | 0 | 105 | 17 | 141 | 102 | 70 |
| Binary | 1111101 | 11011001 | 1000100 | 101010 | 0 | 1000101 | 1111 | 1100001 | 1000010 | 111000 |
Color Harmonies of #7DD944
Complementary color
Monochromatic Colors of #7DD944
Black with #7DD944
Text Example
Text Example
White with #7DD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD944; }
p { color: rgb(125,217,68); }
H1.HeaderClassName
{
color: #7DD944;
}
.AnyTagClassName
{
color: #7DD944;
}
</style>
background-color css
<style>
a { background-color: #7DD944; }
a { background-color: rgb(125,217,68); }
div.DivClassName
{
background-color: #7DD944;
}
.BgClassName
{
background-color: #7DD944;
}
</style>
border-color css
<style>
span { border-color: #7DD944; }
span { border-color: rgb(125,217,68); }
td.TdClassName
{
border-color: #7DD944;
}
.TagClassName
{
border-color: #7DD944;
}
</style>