Shades of Pastel Green #7EDA7A
Tints of Pastel Green #7EDA7A
RGB
CMYK
RGB Variations
Color information
#7EDA7A (or 0x7EDA7A) is known color: Pastel Green. HEX triplet: 7E, DA and 7A. RGB value is (126,218,122). Sum of RGB (Red+Green+Blue) = 126+218+122=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA7A is #812585. Grayscale: #B3B3B3. Windows color (decimal): -8463750 or 8051326. OLE color: 8051326.
HSL color Cylindrical-coordinate representation of color #7EDA7A: hue angle of 117.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EDA7A is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 122 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.15 |
| HSL | 117.5º | 0.56% | 0.67% | - |
| HSV(B) | 117.5º | 0.44% | 0.85% | - |
| XYZ | 37.19 | 55.98 | 27.26 | - |
| YUV | 179.55 | 95.52 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 122 | 0.42 | 0 | 0.44 | 0.15 | 117.5 | 0.56 | 0.67 |
| Hex | 7E | DA | 7A | 2A | 0 | 2C | F | 76 | 38 | 43 |
| Octal | 176 | 332 | 172 | 52 | 0 | 54 | 17 | 166 | 70 | 103 |
| Binary | 1111110 | 11011010 | 1111010 | 101010 | 0 | 101100 | 1111 | 1110110 | 111000 | 1000011 |
Color Harmonies of #7EDA7A
Complementary color
Monochromatic Colors of #7EDA7A
Black with #7EDA7A
Text Example
Text Example
White with #7EDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA7A; }
p { color: rgb(126,218,122); }
H1.HeaderClassName
{
color: #7EDA7A;
}
.AnyTagClassName
{
color: #7EDA7A;
}
</style>
background-color css
<style>
a { background-color: #7EDA7A; }
a { background-color: rgb(126,218,122); }
div.DivClassName
{
background-color: #7EDA7A;
}
.BgClassName
{
background-color: #7EDA7A;
}
</style>
border-color css
<style>
span { border-color: #7EDA7A; }
span { border-color: rgb(126,218,122); }
td.TdClassName
{
border-color: #7EDA7A;
}
.TagClassName
{
border-color: #7EDA7A;
}
</style>