Shades of Pastel Green #7ED96D
Tints of Pastel Green #7ED96D
RGB
CMYK
RGB Variations
Color information
#7ED96D (or 0x7ED96D) is known color: Pastel Green. HEX triplet: 7E, D9 and 6D. RGB value is (126,217,109). Sum of RGB (Red+Green+Blue) = 126+217+109=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED96D is #812692. Grayscale: #B1B1B1. Windows color (decimal): -8464019 or 7199102. OLE color: 7199102.
HSL color Cylindrical-coordinate representation of color #7ED96D: hue angle of 110.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ED96D is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 109 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.15 |
| HSL | 110.56º | 0.59% | 0.64% | - |
| HSV(B) | 110.56º | 0.5% | 0.85% | - |
| XYZ | 36.18 | 55.17 | 23.21 | - |
| YUV | 177.48 | 89.35 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 109 | 0.42 | 0 | 0.50 | 0.15 | 110.56 | 0.59 | 0.64 |
| Hex | 7E | D9 | 6D | 2A | 0 | 32 | F | 6F | 3B | 40 |
| Octal | 176 | 331 | 155 | 52 | 0 | 62 | 17 | 157 | 73 | 100 |
| Binary | 1111110 | 11011001 | 1101101 | 101010 | 0 | 110010 | 1111 | 1101111 | 111011 | 1000000 |
Color Harmonies of #7ED96D
Complementary color
Monochromatic Colors of #7ED96D
Black with #7ED96D
Text Example
Text Example
White with #7ED96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED96D; }
p { color: rgb(126,217,109); }
H1.HeaderClassName
{
color: #7ED96D;
}
.AnyTagClassName
{
color: #7ED96D;
}
</style>
background-color css
<style>
a { background-color: #7ED96D; }
a { background-color: rgb(126,217,109); }
div.DivClassName
{
background-color: #7ED96D;
}
.BgClassName
{
background-color: #7ED96D;
}
</style>
border-color css
<style>
span { border-color: #7ED96D; }
span { border-color: rgb(126,217,109); }
td.TdClassName
{
border-color: #7ED96D;
}
.TagClassName
{
border-color: #7ED96D;
}
</style>