Shades of Mantis #7DC24D
Tints of Mantis #7DC24D
RGB
CMYK
RGB Variations
Color information
#7DC24D (or 0x7DC24D) is known color: Mantis. HEX triplet: 7D, C2 and 4D. RGB value is (125,194,77). Sum of RGB (Red+Green+Blue) = 125+194+77=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC24D is #823DB2. Grayscale: #A0A0A0. Windows color (decimal): -8535475 or 5096061. OLE color: 5096061.
HSL color Cylindrical-coordinate representation of color #7DC24D: hue angle of 95.38º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DC24D is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 194 | 77 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.24 |
| HSL | 95.38º | 0.49% | 0.53% | - |
| HSV(B) | 95.38º | 0.6% | 0.76% | - |
| XYZ | 29.09 | 43.48 | 13.88 | - |
| YUV | 160.03 | 81.14 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 194 | 77 | 0.36 | 0 | 0.60 | 0.24 | 95.38 | 0.49 | 0.53 |
| Hex | 7D | C2 | 4D | 24 | 0 | 3C | 18 | 5F | 31 | 35 |
| Octal | 175 | 302 | 115 | 44 | 0 | 74 | 30 | 137 | 61 | 65 |
| Binary | 1111101 | 11000010 | 1001101 | 100100 | 0 | 111100 | 11000 | 1011111 | 110001 | 110101 |
Color Harmonies of #7DC24D
Complementary color
Monochromatic Colors of #7DC24D
Black with #7DC24D
Text Example
Text Example
White with #7DC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC24D; }
p { color: rgb(125,194,77); }
H1.HeaderClassName
{
color: #7DC24D;
}
.AnyTagClassName
{
color: #7DC24D;
}
</style>
background-color css
<style>
a { background-color: #7DC24D; }
a { background-color: rgb(125,194,77); }
div.DivClassName
{
background-color: #7DC24D;
}
.BgClassName
{
background-color: #7DC24D;
}
</style>
border-color css
<style>
span { border-color: #7DC24D; }
span { border-color: rgb(125,194,77); }
td.TdClassName
{
border-color: #7DC24D;
}
.TagClassName
{
border-color: #7DC24D;
}
</style>