Shades of Pastel Green #7ED47A
Tints of Pastel Green #7ED47A
RGB
CMYK
RGB Variations
Color information
#7ED47A (or 0x7ED47A) is known color: Pastel Green. HEX triplet: 7E, D4 and 7A. RGB value is (126,212,122). Sum of RGB (Red+Green+Blue) = 126+212+122=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED47A is #812B85. Grayscale: #B0B0B0. Windows color (decimal): -8465286 or 8049790. OLE color: 8049790.
HSL color Cylindrical-coordinate representation of color #7ED47A: hue angle of 117.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED47A is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 122 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.17 |
| HSL | 117.33º | 0.51% | 0.65% | - |
| HSV(B) | 117.33º | 0.42% | 0.83% | - |
| XYZ | 35.66 | 52.93 | 26.75 | - |
| YUV | 176.03 | 97.51 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 122 | 0.41 | 0 | 0.42 | 0.17 | 117.33 | 0.51 | 0.65 |
| Hex | 7E | D4 | 7A | 29 | 0 | 2A | 11 | 75 | 33 | 41 |
| Octal | 176 | 324 | 172 | 51 | 0 | 52 | 21 | 165 | 63 | 101 |
| Binary | 1111110 | 11010100 | 1111010 | 101001 | 0 | 101010 | 10001 | 1110101 | 110011 | 1000001 |
Color Harmonies of #7ED47A
Complementary color
Monochromatic Colors of #7ED47A
Black with #7ED47A
Text Example
Text Example
White with #7ED47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED47A; }
p { color: rgb(126,212,122); }
H1.HeaderClassName
{
color: #7ED47A;
}
.AnyTagClassName
{
color: #7ED47A;
}
</style>
background-color css
<style>
a { background-color: #7ED47A; }
a { background-color: rgb(126,212,122); }
div.DivClassName
{
background-color: #7ED47A;
}
.BgClassName
{
background-color: #7ED47A;
}
</style>
border-color css
<style>
span { border-color: #7ED47A; }
span { border-color: rgb(126,212,122); }
td.TdClassName
{
border-color: #7ED47A;
}
.TagClassName
{
border-color: #7ED47A;
}
</style>