Shades of Mantis #7DC944
Tints of Mantis #7DC944
RGB
CMYK
RGB Variations
Color information
#7DC944 (or 0x7DC944) is known color: Mantis. HEX triplet: 7D, C9 and 44. RGB value is (125,201,68). Sum of RGB (Red+Green+Blue) = 125+201+68=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC944 is #8236BB. Grayscale: #A3A3A3. Windows color (decimal): -8533692 or 4508029. OLE color: 4508029.
HSL color Cylindrical-coordinate representation of color #7DC944: hue angle of 94.29º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DC944 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 68 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.21 |
| HSL | 94.29º | 0.55% | 0.53% | - |
| HSV(B) | 94.29º | 0.66% | 0.79% | - |
| XYZ | 30.39 | 46.55 | 12.85 | - |
| YUV | 163.11 | 74.32 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 68 | 0.38 | 0 | 0.66 | 0.21 | 94.29 | 0.55 | 0.53 |
| Hex | 7D | C9 | 44 | 26 | 0 | 42 | 15 | 5E | 37 | 35 |
| Octal | 175 | 311 | 104 | 46 | 0 | 102 | 25 | 136 | 67 | 65 |
| Binary | 1111101 | 11001001 | 1000100 | 100110 | 0 | 1000010 | 10101 | 1011110 | 110111 | 110101 |
Color Harmonies of #7DC944
Complementary color
Monochromatic Colors of #7DC944
Black with #7DC944
Text Example
Text Example
White with #7DC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC944; }
p { color: rgb(125,201,68); }
H1.HeaderClassName
{
color: #7DC944;
}
.AnyTagClassName
{
color: #7DC944;
}
</style>
background-color css
<style>
a { background-color: #7DC944; }
a { background-color: rgb(125,201,68); }
div.DivClassName
{
background-color: #7DC944;
}
.BgClassName
{
background-color: #7DC944;
}
</style>
border-color css
<style>
span { border-color: #7DC944; }
span { border-color: rgb(125,201,68); }
td.TdClassName
{
border-color: #7DC944;
}
.TagClassName
{
border-color: #7DC944;
}
</style>