Shades of Pastel Green #7ED77E
Tints of Pastel Green #7ED77E
RGB
CMYK
RGB Variations
Color information
#7ED77E (or 0x7ED77E) is known color: Pastel Green. HEX triplet: 7E, D7 and 7E. RGB value is (126,215,126). Sum of RGB (Red+Green+Blue) = 126+215+126=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED77E is #812881. Grayscale: #B2B2B2. Windows color (decimal): -8464514 or 8312702. OLE color: 8312702.
HSL color Cylindrical-coordinate representation of color #7ED77E: hue angle of 120º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED77E is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 215 | 126 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.16 |
| HSL | 120º | 0.53% | 0.67% | - |
| HSV(B) | 120º | 0.41% | 0.84% | - |
| XYZ | 36.67 | 54.54 | 28.33 | - |
| YUV | 178.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 126 | 0.41 | 0 | 0.41 | 0.16 | 120 | 0.53 | 0.67 |
| Hex | 7E | D7 | 7E | 29 | 0 | 29 | 10 | 78 | 35 | 43 |
| Octal | 176 | 327 | 176 | 51 | 0 | 51 | 20 | 170 | 65 | 103 |
| Binary | 1111110 | 11010111 | 1111110 | 101001 | 0 | 101001 | 10000 | 1111000 | 110101 | 1000011 |
Color Harmonies of #7ED77E
Complementary color
Monochromatic Colors of #7ED77E
Black with #7ED77E
Text Example
Text Example
White with #7ED77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED77E; }
p { color: rgb(126,215,126); }
H1.HeaderClassName
{
color: #7ED77E;
}
.AnyTagClassName
{
color: #7ED77E;
}
</style>
background-color css
<style>
a { background-color: #7ED77E; }
a { background-color: rgb(126,215,126); }
div.DivClassName
{
background-color: #7ED77E;
}
.BgClassName
{
background-color: #7ED77E;
}
</style>
border-color css
<style>
span { border-color: #7ED77E; }
span { border-color: rgb(126,215,126); }
td.TdClassName
{
border-color: #7ED77E;
}
.TagClassName
{
border-color: #7ED77E;
}
</style>