Shades of Mantis #7EDD43
Tints of Mantis #7EDD43
RGB
CMYK
RGB Variations
Color information
#7EDD43 (or 0x7EDD43) is known color: Mantis. HEX triplet: 7E, DD and 43. RGB value is (126,221,67). Sum of RGB (Red+Green+Blue) = 126+221+67=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDD43 is #8122BC. Grayscale: #AFAFAF. Windows color (decimal): -8463037 or 4447614. OLE color: 4447614.
HSL color Cylindrical-coordinate representation of color #7EDD43: hue angle of 97.01º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7EDD43 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 67 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.13 |
| HSL | 97.01º | 0.69% | 0.56% | - |
| HSV(B) | 97.01º | 0.7% | 0.87% | - |
| XYZ | 35.47 | 56.55 | 14.36 | - |
| YUV | 175.04 | 67.03 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 67 | 0.43 | 0 | 0.70 | 0.13 | 97.01 | 0.69 | 0.56 |
| Hex | 7E | DD | 43 | 2B | 0 | 46 | D | 61 | 45 | 38 |
| Octal | 176 | 335 | 103 | 53 | 0 | 106 | 15 | 141 | 105 | 70 |
| Binary | 1111110 | 11011101 | 1000011 | 101011 | 0 | 1000110 | 1101 | 1100001 | 1000101 | 111000 |
Color Harmonies of #7EDD43
Complementary color
Monochromatic Colors of #7EDD43
Black with #7EDD43
Text Example
Text Example
White with #7EDD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD43; }
p { color: rgb(126,221,67); }
H1.HeaderClassName
{
color: #7EDD43;
}
.AnyTagClassName
{
color: #7EDD43;
}
</style>
background-color css
<style>
a { background-color: #7EDD43; }
a { background-color: rgb(126,221,67); }
div.DivClassName
{
background-color: #7EDD43;
}
.BgClassName
{
background-color: #7EDD43;
}
</style>
border-color css
<style>
span { border-color: #7EDD43; }
span { border-color: rgb(126,221,67); }
td.TdClassName
{
border-color: #7EDD43;
}
.TagClassName
{
border-color: #7EDD43;
}
</style>