Shades of Pastel Green #7ED276
Tints of Pastel Green #7ED276
RGB
CMYK
RGB Variations
Color information
#7ED276 (or 0x7ED276) is known color: Pastel Green. HEX triplet: 7E, D2 and 76. RGB value is (126,210,118). Sum of RGB (Red+Green+Blue) = 126+210+118=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED276 is #812D89. Grayscale: #AEAEAE. Windows color (decimal): -8465802 or 7787134. OLE color: 7787134.
HSL color Cylindrical-coordinate representation of color #7ED276: hue angle of 114.78º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ED276 is Cyan = 0.4, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 118 | - |
| CMYK | 0.4 | 0 | 0.44 | 0.18 |
| HSL | 114.78º | 0.51% | 0.64% | - |
| HSV(B) | 114.78º | 0.44% | 0.82% | - |
| XYZ | 34.92 | 51.84 | 25.3 | - |
| YUV | 174.4 | 96.17 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 118 | 0.4 | 0 | 0.44 | 0.18 | 114.78 | 0.51 | 0.64 |
| Hex | 7E | D2 | 76 | 28 | 0 | 2C | 12 | 73 | 33 | 40 |
| Octal | 176 | 322 | 166 | 50 | 0 | 54 | 22 | 163 | 63 | 100 |
| Binary | 1111110 | 11010010 | 1110110 | 101000 | 0 | 101100 | 10010 | 1110011 | 110011 | 1000000 |
Color Harmonies of #7ED276
Complementary color
Monochromatic Colors of #7ED276
Black with #7ED276
Text Example
Text Example
White with #7ED276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED276; }
p { color: rgb(126,210,118); }
H1.HeaderClassName
{
color: #7ED276;
}
.AnyTagClassName
{
color: #7ED276;
}
</style>
background-color css
<style>
a { background-color: #7ED276; }
a { background-color: rgb(126,210,118); }
div.DivClassName
{
background-color: #7ED276;
}
.BgClassName
{
background-color: #7ED276;
}
</style>
border-color css
<style>
span { border-color: #7ED276; }
span { border-color: rgb(126,210,118); }
td.TdClassName
{
border-color: #7ED276;
}
.TagClassName
{
border-color: #7ED276;
}
</style>