Shades of Mantis #7DC94D
Tints of Mantis #7DC94D
RGB
CMYK
RGB Variations
Color information
#7DC94D (or 0x7DC94D) is known color: Mantis. HEX triplet: 7D, C9 and 4D. RGB value is (125,201,77). Sum of RGB (Red+Green+Blue) = 125+201+77=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC94D is #8236B2. Grayscale: #A4A4A4. Windows color (decimal): -8533683 or 5097853. OLE color: 5097853.
HSL color Cylindrical-coordinate representation of color #7DC94D: hue angle of 96.77º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DC94D is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 77 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.21 |
| HSL | 96.77º | 0.53% | 0.55% | - |
| HSV(B) | 96.77º | 0.62% | 0.79% | - |
| XYZ | 30.68 | 46.67 | 14.41 | - |
| YUV | 164.14 | 78.82 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 77 | 0.38 | 0 | 0.62 | 0.21 | 96.77 | 0.53 | 0.55 |
| Hex | 7D | C9 | 4D | 26 | 0 | 3E | 15 | 61 | 35 | 37 |
| Octal | 175 | 311 | 115 | 46 | 0 | 76 | 25 | 141 | 65 | 67 |
| Binary | 1111101 | 11001001 | 1001101 | 100110 | 0 | 111110 | 10101 | 1100001 | 110101 | 110111 |
Color Harmonies of #7DC94D
Complementary color
Monochromatic Colors of #7DC94D
Black with #7DC94D
Text Example
Text Example
White with #7DC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC94D; }
p { color: rgb(125,201,77); }
H1.HeaderClassName
{
color: #7DC94D;
}
.AnyTagClassName
{
color: #7DC94D;
}
</style>
background-color css
<style>
a { background-color: #7DC94D; }
a { background-color: rgb(125,201,77); }
div.DivClassName
{
background-color: #7DC94D;
}
.BgClassName
{
background-color: #7DC94D;
}
</style>
border-color css
<style>
span { border-color: #7DC94D; }
span { border-color: rgb(125,201,77); }
td.TdClassName
{
border-color: #7DC94D;
}
.TagClassName
{
border-color: #7DC94D;
}
</style>