Shades of Pastel Green #7EDD76
Tints of Pastel Green #7EDD76
RGB
CMYK
RGB Variations
Color information
#7EDD76 (or 0x7EDD76) is known color: Pastel Green. HEX triplet: 7E, DD and 76. RGB value is (126,221,118). Sum of RGB (Red+Green+Blue) = 126+221+118=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDD76 is #812289. Grayscale: #B5B5B5. Windows color (decimal): -8462986 or 7789950. OLE color: 7789950.
HSL color Cylindrical-coordinate representation of color #7EDD76: hue angle of 115.34º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EDD76 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 118 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.13 |
| HSL | 115.34º | 0.6% | 0.66% | - |
| HSV(B) | 115.34º | 0.47% | 0.87% | - |
| XYZ | 37.73 | 57.46 | 26.24 | - |
| YUV | 180.85 | 92.53 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 118 | 0.43 | 0 | 0.47 | 0.13 | 115.34 | 0.6 | 0.66 |
| Hex | 7E | DD | 76 | 2B | 0 | 2F | D | 73 | 3C | 42 |
| Octal | 176 | 335 | 166 | 53 | 0 | 57 | 15 | 163 | 74 | 102 |
| Binary | 1111110 | 11011101 | 1110110 | 101011 | 0 | 101111 | 1101 | 1110011 | 111100 | 1000010 |
Color Harmonies of #7EDD76
Complementary color
Monochromatic Colors of #7EDD76
Black with #7EDD76
Text Example
Text Example
White with #7EDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD76; }
p { color: rgb(126,221,118); }
H1.HeaderClassName
{
color: #7EDD76;
}
.AnyTagClassName
{
color: #7EDD76;
}
</style>
background-color css
<style>
a { background-color: #7EDD76; }
a { background-color: rgb(126,221,118); }
div.DivClassName
{
background-color: #7EDD76;
}
.BgClassName
{
background-color: #7EDD76;
}
</style>
border-color css
<style>
span { border-color: #7EDD76; }
span { border-color: rgb(126,221,118); }
td.TdClassName
{
border-color: #7EDD76;
}
.TagClassName
{
border-color: #7EDD76;
}
</style>