Shades of Pastel Green #7ED881
Tints of Pastel Green #7ED881
RGB
CMYK
RGB Variations
Color information
#7ED881 (or 0x7ED881) is known color: Pastel Green. HEX triplet: 7E, D8 and 81. RGB value is (126,216,129). Sum of RGB (Red+Green+Blue) = 126+216+129=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED881 is #81277E. Grayscale: #B3B3B3. Windows color (decimal): -8464255 or 8509566. OLE color: 8509566.
HSL color Cylindrical-coordinate representation of color #7ED881: hue angle of 122º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED881 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 129 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.15 |
| HSL | 122º | 0.54% | 0.67% | - |
| HSV(B) | 122º | 0.42% | 0.85% | - |
| XYZ | 37.12 | 55.13 | 29.45 | - |
| YUV | 179.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 129 | 0.42 | 0 | 0.40 | 0.15 | 122 | 0.54 | 0.67 |
| Hex | 7E | D8 | 81 | 2A | 0 | 28 | F | 7A | 36 | 43 |
| Octal | 176 | 330 | 201 | 52 | 0 | 50 | 17 | 172 | 66 | 103 |
| Binary | 1111110 | 11011000 | 10000001 | 101010 | 0 | 101000 | 1111 | 1111010 | 110110 | 1000011 |
Color Harmonies of #7ED881
Complementary color
Monochromatic Colors of #7ED881
Black with #7ED881
Text Example
Text Example
White with #7ED881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED881; }
p { color: rgb(126,216,129); }
H1.HeaderClassName
{
color: #7ED881;
}
.AnyTagClassName
{
color: #7ED881;
}
</style>
background-color css
<style>
a { background-color: #7ED881; }
a { background-color: rgb(126,216,129); }
div.DivClassName
{
background-color: #7ED881;
}
.BgClassName
{
background-color: #7ED881;
}
</style>
border-color css
<style>
span { border-color: #7ED881; }
span { border-color: rgb(126,216,129); }
td.TdClassName
{
border-color: #7ED881;
}
.TagClassName
{
border-color: #7ED881;
}
</style>