Shades of Pastel Green #7EDD72
Tints of Pastel Green #7EDD72
RGB
CMYK
RGB Variations
Color information
#7EDD72 (or 0x7EDD72) is known color: Pastel Green. HEX triplet: 7E, DD and 72. RGB value is (126,221,114). Sum of RGB (Red+Green+Blue) = 126+221+114=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDD72 is #81228D. Grayscale: #B4B4B4. Windows color (decimal): -8462990 or 7527806. OLE color: 7527806.
HSL color Cylindrical-coordinate representation of color #7EDD72: hue angle of 113.27º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EDD72 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 114 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.13 |
| HSL | 113.27º | 0.61% | 0.66% | - |
| HSV(B) | 113.27º | 0.48% | 0.87% | - |
| XYZ | 37.5 | 57.36 | 25.02 | - |
| YUV | 180.4 | 90.53 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 114 | 0.43 | 0 | 0.48 | 0.13 | 113.27 | 0.61 | 0.66 |
| Hex | 7E | DD | 72 | 2B | 0 | 30 | D | 71 | 3D | 42 |
| Octal | 176 | 335 | 162 | 53 | 0 | 60 | 15 | 161 | 75 | 102 |
| Binary | 1111110 | 11011101 | 1110010 | 101011 | 0 | 110000 | 1101 | 1110001 | 111101 | 1000010 |
Color Harmonies of #7EDD72
Complementary color
Monochromatic Colors of #7EDD72
Black with #7EDD72
Text Example
Text Example
White with #7EDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD72; }
p { color: rgb(126,221,114); }
H1.HeaderClassName
{
color: #7EDD72;
}
.AnyTagClassName
{
color: #7EDD72;
}
</style>
background-color css
<style>
a { background-color: #7EDD72; }
a { background-color: rgb(126,221,114); }
div.DivClassName
{
background-color: #7EDD72;
}
.BgClassName
{
background-color: #7EDD72;
}
</style>
border-color css
<style>
span { border-color: #7EDD72; }
span { border-color: rgb(126,221,114); }
td.TdClassName
{
border-color: #7EDD72;
}
.TagClassName
{
border-color: #7EDD72;
}
</style>