Shades of Pastel Green #7ED56E
Tints of Pastel Green #7ED56E
RGB
CMYK
RGB Variations
Color information
#7ED56E (or 0x7ED56E) is known color: Pastel Green. HEX triplet: 7E, D5 and 6E. RGB value is (126,213,110). Sum of RGB (Red+Green+Blue) = 126+213+110=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED56E is #812A91. Grayscale: #AFAFAF. Windows color (decimal): -8465042 or 7263614. OLE color: 7263614.
HSL color Cylindrical-coordinate representation of color #7ED56E: hue angle of 110.68º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7ED56E is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 110 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.16 |
| HSL | 110.68º | 0.55% | 0.63% | - |
| HSV(B) | 110.68º | 0.48% | 0.84% | - |
| XYZ | 35.21 | 53.15 | 23.15 | - |
| YUV | 175.25 | 91.18 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 110 | 0.41 | 0 | 0.48 | 0.16 | 110.68 | 0.55 | 0.63 |
| Hex | 7E | D5 | 6E | 29 | 0 | 30 | 10 | 6F | 37 | 3F |
| Octal | 176 | 325 | 156 | 51 | 0 | 60 | 20 | 157 | 67 | 77 |
| Binary | 1111110 | 11010101 | 1101110 | 101001 | 0 | 110000 | 10000 | 1101111 | 110111 | 111111 |
Color Harmonies of #7ED56E
Complementary color
Monochromatic Colors of #7ED56E
Black with #7ED56E
Text Example
Text Example
White with #7ED56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED56E; }
p { color: rgb(126,213,110); }
H1.HeaderClassName
{
color: #7ED56E;
}
.AnyTagClassName
{
color: #7ED56E;
}
</style>
background-color css
<style>
a { background-color: #7ED56E; }
a { background-color: rgb(126,213,110); }
div.DivClassName
{
background-color: #7ED56E;
}
.BgClassName
{
background-color: #7ED56E;
}
</style>
border-color css
<style>
span { border-color: #7ED56E; }
span { border-color: rgb(126,213,110); }
td.TdClassName
{
border-color: #7ED56E;
}
.TagClassName
{
border-color: #7ED56E;
}
</style>