Shades of Pastel Green #7ED478
Tints of Pastel Green #7ED478
RGB
CMYK
RGB Variations
Color information
#7ED478 (or 0x7ED478) is known color: Pastel Green. HEX triplet: 7E, D4 and 78. RGB value is (126,212,120). Sum of RGB (Red+Green+Blue) = 126+212+120=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED478 is #812B87. Grayscale: #B0B0B0. Windows color (decimal): -8465288 or 7918718. OLE color: 7918718.
HSL color Cylindrical-coordinate representation of color #7ED478: hue angle of 116.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ED478 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 120 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.17 |
| HSL | 116.09º | 0.52% | 0.65% | - |
| HSV(B) | 116.09º | 0.43% | 0.83% | - |
| XYZ | 35.54 | 52.88 | 26.1 | - |
| YUV | 175.8 | 96.51 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 120 | 0.41 | 0 | 0.43 | 0.17 | 116.09 | 0.52 | 0.65 |
| Hex | 7E | D4 | 78 | 29 | 0 | 2B | 11 | 74 | 34 | 41 |
| Octal | 176 | 324 | 170 | 51 | 0 | 53 | 21 | 164 | 64 | 101 |
| Binary | 1111110 | 11010100 | 1111000 | 101001 | 0 | 101011 | 10001 | 1110100 | 110100 | 1000001 |
Color Harmonies of #7ED478
Complementary color
Monochromatic Colors of #7ED478
Black with #7ED478
Text Example
Text Example
White with #7ED478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED478; }
p { color: rgb(126,212,120); }
H1.HeaderClassName
{
color: #7ED478;
}
.AnyTagClassName
{
color: #7ED478;
}
</style>
background-color css
<style>
a { background-color: #7ED478; }
a { background-color: rgb(126,212,120); }
div.DivClassName
{
background-color: #7ED478;
}
.BgClassName
{
background-color: #7ED478;
}
</style>
border-color css
<style>
span { border-color: #7ED478; }
span { border-color: rgb(126,212,120); }
td.TdClassName
{
border-color: #7ED478;
}
.TagClassName
{
border-color: #7ED478;
}
</style>