Shades of Pastel Green #7ED972
Tints of Pastel Green #7ED972
RGB
CMYK
RGB Variations
Color information
#7ED972 (or 0x7ED972) is known color: Pastel Green. HEX triplet: 7E, D9 and 72. RGB value is (126,217,114). Sum of RGB (Red+Green+Blue) = 126+217+114=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED972 is #81268D. Grayscale: #B2B2B2. Windows color (decimal): -8464014 or 7526782. OLE color: 7526782.
HSL color Cylindrical-coordinate representation of color #7ED972: hue angle of 113.01º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ED972 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 114 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.15 |
| HSL | 113.01º | 0.58% | 0.65% | - |
| HSV(B) | 113.01º | 0.47% | 0.85% | - |
| XYZ | 36.45 | 55.28 | 24.67 | - |
| YUV | 178.05 | 91.85 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 114 | 0.42 | 0 | 0.47 | 0.15 | 113.01 | 0.58 | 0.65 |
| Hex | 7E | D9 | 72 | 2A | 0 | 2F | F | 71 | 3A | 41 |
| Octal | 176 | 331 | 162 | 52 | 0 | 57 | 17 | 161 | 72 | 101 |
| Binary | 1111110 | 11011001 | 1110010 | 101010 | 0 | 101111 | 1111 | 1110001 | 111010 | 1000001 |
Color Harmonies of #7ED972
Complementary color
Monochromatic Colors of #7ED972
Black with #7ED972
Text Example
Text Example
White with #7ED972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED972; }
p { color: rgb(126,217,114); }
H1.HeaderClassName
{
color: #7ED972;
}
.AnyTagClassName
{
color: #7ED972;
}
</style>
background-color css
<style>
a { background-color: #7ED972; }
a { background-color: rgb(126,217,114); }
div.DivClassName
{
background-color: #7ED972;
}
.BgClassName
{
background-color: #7ED972;
}
</style>
border-color css
<style>
span { border-color: #7ED972; }
span { border-color: rgb(126,217,114); }
td.TdClassName
{
border-color: #7ED972;
}
.TagClassName
{
border-color: #7ED972;
}
</style>