Shades of Pastel Green #7EDC7F
Tints of Pastel Green #7EDC7F
RGB
CMYK
RGB Variations
Color information
#7EDC7F (or 0x7EDC7F) is known color: Pastel Green. HEX triplet: 7E, DC and 7F. RGB value is (126,220,127). Sum of RGB (Red+Green+Blue) = 126+220+127=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDC7F is #812380. Grayscale: #B5B5B5. Windows color (decimal): -8463233 or 8379518. OLE color: 8379518.
HSL color Cylindrical-coordinate representation of color #7EDC7F: hue angle of 120.64º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDC7F is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 220 | 127 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.14 |
| HSL | 120.64º | 0.57% | 0.68% | - |
| HSV(B) | 120.64º | 0.43% | 0.86% | - |
| XYZ | 38.03 | 57.15 | 29.11 | - |
| YUV | 181.29 | 97.36 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 220 | 127 | 0.43 | 0 | 0.42 | 0.14 | 120.64 | 0.57 | 0.68 |
| Hex | 7E | DC | 7F | 2B | 0 | 2A | E | 79 | 39 | 44 |
| Octal | 176 | 334 | 177 | 53 | 0 | 52 | 16 | 171 | 71 | 104 |
| Binary | 1111110 | 11011100 | 1111111 | 101011 | 0 | 101010 | 1110 | 1111001 | 111001 | 1000100 |
Color Harmonies of #7EDC7F
Complementary color
Monochromatic Colors of #7EDC7F
Black with #7EDC7F
Text Example
Text Example
White with #7EDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDC7F; }
p { color: rgb(126,220,127); }
H1.HeaderClassName
{
color: #7EDC7F;
}
.AnyTagClassName
{
color: #7EDC7F;
}
</style>
background-color css
<style>
a { background-color: #7EDC7F; }
a { background-color: rgb(126,220,127); }
div.DivClassName
{
background-color: #7EDC7F;
}
.BgClassName
{
background-color: #7EDC7F;
}
</style>
border-color css
<style>
span { border-color: #7EDC7F; }
span { border-color: rgb(126,220,127); }
td.TdClassName
{
border-color: #7EDC7F;
}
.TagClassName
{
border-color: #7EDC7F;
}
</style>