Shades of Pastel Green #7ED77D
Tints of Pastel Green #7ED77D
RGB
CMYK
RGB Variations
Color information
#7ED77D (or 0x7ED77D) is known color: Pastel Green. HEX triplet: 7E, D7 and 7D. RGB value is (126,215,125). Sum of RGB (Red+Green+Blue) = 126+215+125=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED77D is #812882. Grayscale: #B2B2B2. Windows color (decimal): -8464515 or 8247166. OLE color: 8247166.
HSL color Cylindrical-coordinate representation of color #7ED77D: hue angle of 119.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED77D is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 215 | 125 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.16 |
| HSL | 119.33º | 0.53% | 0.67% | - |
| HSV(B) | 119.33º | 0.42% | 0.84% | - |
| XYZ | 36.61 | 54.52 | 28 | - |
| YUV | 178.13 | 98.01 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 125 | 0.41 | 0 | 0.42 | 0.16 | 119.33 | 0.53 | 0.67 |
| Hex | 7E | D7 | 7D | 29 | 0 | 2A | 10 | 77 | 35 | 43 |
| Octal | 176 | 327 | 175 | 51 | 0 | 52 | 20 | 167 | 65 | 103 |
| Binary | 1111110 | 11010111 | 1111101 | 101001 | 0 | 101010 | 10000 | 1110111 | 110101 | 1000011 |
Color Harmonies of #7ED77D
Complementary color
Monochromatic Colors of #7ED77D
Black with #7ED77D
Text Example
Text Example
White with #7ED77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED77D; }
p { color: rgb(126,215,125); }
H1.HeaderClassName
{
color: #7ED77D;
}
.AnyTagClassName
{
color: #7ED77D;
}
</style>
background-color css
<style>
a { background-color: #7ED77D; }
a { background-color: rgb(126,215,125); }
div.DivClassName
{
background-color: #7ED77D;
}
.BgClassName
{
background-color: #7ED77D;
}
</style>
border-color css
<style>
span { border-color: #7ED77D; }
span { border-color: rgb(126,215,125); }
td.TdClassName
{
border-color: #7ED77D;
}
.TagClassName
{
border-color: #7ED77D;
}
</style>