Shades of Pastel Green #7EDA6A
Tints of Pastel Green #7EDA6A
RGB
CMYK
RGB Variations
Color information
#7EDA6A (or 0x7EDA6A) is known color: Pastel Green. HEX triplet: 7E, DA and 6A. RGB value is (126,218,106). Sum of RGB (Red+Green+Blue) = 126+218+106=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA6A is #812595. Grayscale: #B2B2B2. Windows color (decimal): -8463766 or 7002750. OLE color: 7002750.
HSL color Cylindrical-coordinate representation of color #7EDA6A: hue angle of 109.29º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EDA6A is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 106 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.15 |
| HSL | 109.29º | 0.6% | 0.64% | - |
| HSV(B) | 109.29º | 0.51% | 0.85% | - |
| XYZ | 36.28 | 55.62 | 22.46 | - |
| YUV | 177.72 | 87.52 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 106 | 0.42 | 0 | 0.51 | 0.15 | 109.29 | 0.6 | 0.64 |
| Hex | 7E | DA | 6A | 2A | 0 | 33 | F | 6D | 3C | 40 |
| Octal | 176 | 332 | 152 | 52 | 0 | 63 | 17 | 155 | 74 | 100 |
| Binary | 1111110 | 11011010 | 1101010 | 101010 | 0 | 110011 | 1111 | 1101101 | 111100 | 1000000 |
Color Harmonies of #7EDA6A
Complementary color
Monochromatic Colors of #7EDA6A
Black with #7EDA6A
Text Example
Text Example
White with #7EDA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA6A; }
p { color: rgb(126,218,106); }
H1.HeaderClassName
{
color: #7EDA6A;
}
.AnyTagClassName
{
color: #7EDA6A;
}
</style>
background-color css
<style>
a { background-color: #7EDA6A; }
a { background-color: rgb(126,218,106); }
div.DivClassName
{
background-color: #7EDA6A;
}
.BgClassName
{
background-color: #7EDA6A;
}
</style>
border-color css
<style>
span { border-color: #7EDA6A; }
span { border-color: rgb(126,218,106); }
td.TdClassName
{
border-color: #7EDA6A;
}
.TagClassName
{
border-color: #7EDA6A;
}
</style>