Shades of Mantis #7EDA48
Tints of Mantis #7EDA48
RGB
CMYK
RGB Variations
Color information
#7EDA48 (or 0x7EDA48) is known color: Mantis. HEX triplet: 7E, DA and 48. RGB value is (126,218,72). Sum of RGB (Red+Green+Blue) = 126+218+72=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDA48 is #8125B7. Grayscale: #AEAEAE. Windows color (decimal): -8463800 or 4774526. OLE color: 4774526.
HSL color Cylindrical-coordinate representation of color #7EDA48: hue angle of 97.81º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7EDA48 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 72 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.15 |
| HSL | 97.81º | 0.66% | 0.57% | - |
| HSV(B) | 97.81º | 0.67% | 0.85% | - |
| XYZ | 34.85 | 55.05 | 14.92 | - |
| YUV | 173.85 | 70.52 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 72 | 0.42 | 0 | 0.67 | 0.15 | 97.81 | 0.66 | 0.57 |
| Hex | 7E | DA | 48 | 2A | 0 | 43 | F | 62 | 42 | 39 |
| Octal | 176 | 332 | 110 | 52 | 0 | 103 | 17 | 142 | 102 | 71 |
| Binary | 1111110 | 11011010 | 1001000 | 101010 | 0 | 1000011 | 1111 | 1100010 | 1000010 | 111001 |
Color Harmonies of #7EDA48
Complementary color
Monochromatic Colors of #7EDA48
Black with #7EDA48
Text Example
Text Example
White with #7EDA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA48; }
p { color: rgb(126,218,72); }
H1.HeaderClassName
{
color: #7EDA48;
}
.AnyTagClassName
{
color: #7EDA48;
}
</style>
background-color css
<style>
a { background-color: #7EDA48; }
a { background-color: rgb(126,218,72); }
div.DivClassName
{
background-color: #7EDA48;
}
.BgClassName
{
background-color: #7EDA48;
}
</style>
border-color css
<style>
span { border-color: #7EDA48; }
span { border-color: rgb(126,218,72); }
td.TdClassName
{
border-color: #7EDA48;
}
.TagClassName
{
border-color: #7EDA48;
}
</style>