Shades of Mantis #7DC04F
Tints of Mantis #7DC04F
RGB
CMYK
RGB Variations
Color information
#7DC04F (or 0x7DC04F) is known color: Mantis. HEX triplet: 7D, C0 and 4F. RGB value is (125,192,79). Sum of RGB (Red+Green+Blue) = 125+192+79=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC04F is #823FB0. Grayscale: #9F9F9F. Windows color (decimal): -8535985 or 5226621. OLE color: 5226621.
HSL color Cylindrical-coordinate representation of color #7DC04F: hue angle of 95.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DC04F is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 79 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.25 |
| HSL | 95.58º | 0.47% | 0.53% | - |
| HSV(B) | 95.58º | 0.59% | 0.75% | - |
| XYZ | 28.72 | 42.62 | 14.11 | - |
| YUV | 159.09 | 82.8 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 79 | 0.35 | 0 | 0.59 | 0.25 | 95.58 | 0.47 | 0.53 |
| Hex | 7D | C0 | 4F | 23 | 0 | 3B | 19 | 60 | 2F | 35 |
| Octal | 175 | 300 | 117 | 43 | 0 | 73 | 31 | 140 | 57 | 65 |
| Binary | 1111101 | 11000000 | 1001111 | 100011 | 0 | 111011 | 11001 | 1100000 | 101111 | 110101 |
Color Harmonies of #7DC04F
Complementary color
Monochromatic Colors of #7DC04F
Black with #7DC04F
Text Example
Text Example
White with #7DC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC04F; }
p { color: rgb(125,192,79); }
H1.HeaderClassName
{
color: #7DC04F;
}
.AnyTagClassName
{
color: #7DC04F;
}
</style>
background-color css
<style>
a { background-color: #7DC04F; }
a { background-color: rgb(125,192,79); }
div.DivClassName
{
background-color: #7DC04F;
}
.BgClassName
{
background-color: #7DC04F;
}
</style>
border-color css
<style>
span { border-color: #7DC04F; }
span { border-color: rgb(125,192,79); }
td.TdClassName
{
border-color: #7DC04F;
}
.TagClassName
{
border-color: #7DC04F;
}
</style>