Shades of Mantis #7EDD4C
Tints of Mantis #7EDD4C
RGB
CMYK
RGB Variations
Color information
#7EDD4C (or 0x7EDD4C) is known color: Mantis. HEX triplet: 7E, DD and 4C. RGB value is (126,221,76). Sum of RGB (Red+Green+Blue) = 126+221+76=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDD4C is #8122B3. Grayscale: #B0B0B0. Windows color (decimal): -8463028 or 5037438. OLE color: 5037438.
HSL color Cylindrical-coordinate representation of color #7EDD4C: hue angle of 99.31º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7EDD4C is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 76 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.13 |
| HSL | 99.31º | 0.68% | 0.58% | - |
| HSV(B) | 99.31º | 0.66% | 0.87% | - |
| XYZ | 35.77 | 56.67 | 15.89 | - |
| YUV | 176.07 | 71.53 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 76 | 0.43 | 0 | 0.66 | 0.13 | 99.31 | 0.68 | 0.58 |
| Hex | 7E | DD | 4C | 2B | 0 | 42 | D | 63 | 44 | 3A |
| Octal | 176 | 335 | 114 | 53 | 0 | 102 | 15 | 143 | 104 | 72 |
| Binary | 1111110 | 11011101 | 1001100 | 101011 | 0 | 1000010 | 1101 | 1100011 | 1000100 | 111010 |
Color Harmonies of #7EDD4C
Complementary color
Monochromatic Colors of #7EDD4C
Black with #7EDD4C
Text Example
Text Example
White with #7EDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD4C; }
p { color: rgb(126,221,76); }
H1.HeaderClassName
{
color: #7EDD4C;
}
.AnyTagClassName
{
color: #7EDD4C;
}
</style>
background-color css
<style>
a { background-color: #7EDD4C; }
a { background-color: rgb(126,221,76); }
div.DivClassName
{
background-color: #7EDD4C;
}
.BgClassName
{
background-color: #7EDD4C;
}
</style>
border-color css
<style>
span { border-color: #7EDD4C; }
span { border-color: rgb(126,221,76); }
td.TdClassName
{
border-color: #7EDD4C;
}
.TagClassName
{
border-color: #7EDD4C;
}
</style>