Shades of Mantis #7ED748
Tints of Mantis #7ED748
RGB
CMYK
RGB Variations
Color information
#7ED748 (or 0x7ED748) is known color: Mantis. HEX triplet: 7E, D7 and 48. RGB value is (126,215,72). Sum of RGB (Red+Green+Blue) = 126+215+72=413 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.51% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED748 is #8128B7. Grayscale: #ACACAC. Windows color (decimal): -8464568 or 4773758. OLE color: 4773758.
HSL color Cylindrical-coordinate representation of color #7ED748: hue angle of 97.34º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7ED748 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 215 | 72 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.16 |
| HSL | 97.34º | 0.64% | 0.56% | - |
| HSV(B) | 97.34º | 0.67% | 0.84% | - |
| XYZ | 34.07 | 53.5 | 14.66 | - |
| YUV | 172.09 | 71.51 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 72 | 0.41 | 0 | 0.67 | 0.16 | 97.34 | 0.64 | 0.56 |
| Hex | 7E | D7 | 48 | 29 | 0 | 43 | 10 | 61 | 40 | 38 |
| Octal | 176 | 327 | 110 | 51 | 0 | 103 | 20 | 141 | 100 | 70 |
| Binary | 1111110 | 11010111 | 1001000 | 101001 | 0 | 1000011 | 10000 | 1100001 | 1000000 | 111000 |
Color Harmonies of #7ED748
Complementary color
Monochromatic Colors of #7ED748
Black with #7ED748
Text Example
Text Example
White with #7ED748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED748; }
p { color: rgb(126,215,72); }
H1.HeaderClassName
{
color: #7ED748;
}
.AnyTagClassName
{
color: #7ED748;
}
</style>
background-color css
<style>
a { background-color: #7ED748; }
a { background-color: rgb(126,215,72); }
div.DivClassName
{
background-color: #7ED748;
}
.BgClassName
{
background-color: #7ED748;
}
</style>
border-color css
<style>
span { border-color: #7ED748; }
span { border-color: rgb(126,215,72); }
td.TdClassName
{
border-color: #7ED748;
}
.TagClassName
{
border-color: #7ED748;
}
</style>