Shades of Pastel Green #7ED574
Tints of Pastel Green #7ED574
RGB
CMYK
RGB Variations
Color information
#7ED574 (or 0x7ED574) is known color: Pastel Green. HEX triplet: 7E, D5 and 74. RGB value is (126,213,116). Sum of RGB (Red+Green+Blue) = 126+213+116=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED574 is #812A8B. Grayscale: #B0B0B0. Windows color (decimal): -8465036 or 7656830. OLE color: 7656830.
HSL color Cylindrical-coordinate representation of color #7ED574: hue angle of 113.81º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ED574 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 116 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.16 |
| HSL | 113.81º | 0.54% | 0.65% | - |
| HSV(B) | 113.81º | 0.46% | 0.84% | - |
| XYZ | 35.55 | 53.29 | 24.93 | - |
| YUV | 175.93 | 94.18 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 116 | 0.41 | 0 | 0.46 | 0.16 | 113.81 | 0.54 | 0.65 |
| Hex | 7E | D5 | 74 | 29 | 0 | 2E | 10 | 72 | 36 | 41 |
| Octal | 176 | 325 | 164 | 51 | 0 | 56 | 20 | 162 | 66 | 101 |
| Binary | 1111110 | 11010101 | 1110100 | 101001 | 0 | 101110 | 10000 | 1110010 | 110110 | 1000001 |
Color Harmonies of #7ED574
Complementary color
Monochromatic Colors of #7ED574
Black with #7ED574
Text Example
Text Example
White with #7ED574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED574; }
p { color: rgb(126,213,116); }
H1.HeaderClassName
{
color: #7ED574;
}
.AnyTagClassName
{
color: #7ED574;
}
</style>
background-color css
<style>
a { background-color: #7ED574; }
a { background-color: rgb(126,213,116); }
div.DivClassName
{
background-color: #7ED574;
}
.BgClassName
{
background-color: #7ED574;
}
</style>
border-color css
<style>
span { border-color: #7ED574; }
span { border-color: rgb(126,213,116); }
td.TdClassName
{
border-color: #7ED574;
}
.TagClassName
{
border-color: #7ED574;
}
</style>