Shades of Mantis #7DC044
Tints of Mantis #7DC044
RGB
CMYK
RGB Variations
Color information
#7DC044 (or 0x7DC044) is known color: Mantis. HEX triplet: 7D, C0 and 44. RGB value is (125,192,68). Sum of RGB (Red+Green+Blue) = 125+192+68=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC044 is #823FBB. Grayscale: #9E9E9E. Windows color (decimal): -8535996 or 4505725. OLE color: 4505725.
HSL color Cylindrical-coordinate representation of color #7DC044: hue angle of 92.42º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DC044 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 68 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.25 |
| HSL | 92.42º | 0.5% | 0.51% | - |
| HSV(B) | 92.42º | 0.65% | 0.75% | - |
| XYZ | 28.35 | 42.48 | 12.17 | - |
| YUV | 157.83 | 77.3 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 68 | 0.35 | 0 | 0.65 | 0.25 | 92.42 | 0.5 | 0.51 |
| Hex | 7D | C0 | 44 | 23 | 0 | 41 | 19 | 5C | 32 | 33 |
| Octal | 175 | 300 | 104 | 43 | 0 | 101 | 31 | 134 | 62 | 63 |
| Binary | 1111101 | 11000000 | 1000100 | 100011 | 0 | 1000001 | 11001 | 1011100 | 110010 | 110011 |
Color Harmonies of #7DC044
Complementary color
Monochromatic Colors of #7DC044
Black with #7DC044
Text Example
Text Example
White with #7DC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC044; }
p { color: rgb(125,192,68); }
H1.HeaderClassName
{
color: #7DC044;
}
.AnyTagClassName
{
color: #7DC044;
}
</style>
background-color css
<style>
a { background-color: #7DC044; }
a { background-color: rgb(125,192,68); }
div.DivClassName
{
background-color: #7DC044;
}
.BgClassName
{
background-color: #7DC044;
}
</style>
border-color css
<style>
span { border-color: #7DC044; }
span { border-color: rgb(125,192,68); }
td.TdClassName
{
border-color: #7DC044;
}
.TagClassName
{
border-color: #7DC044;
}
</style>