Shades of Pastel Green #7EDA6D
Tints of Pastel Green #7EDA6D
RGB
CMYK
RGB Variations
Color information
#7EDA6D (or 0x7EDA6D) is known color: Pastel Green. HEX triplet: 7E, DA and 6D. RGB value is (126,218,109). Sum of RGB (Red+Green+Blue) = 126+218+109=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA6D is #812592. Grayscale: #B2B2B2. Windows color (decimal): -8463763 or 7199358. OLE color: 7199358.
HSL color Cylindrical-coordinate representation of color #7EDA6D: hue angle of 110.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EDA6D is Cyan = 0.42, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 109 | - |
| CMYK | 0.42 | 0 | 0.5 | 0.15 |
| HSL | 110.64º | 0.6% | 0.64% | - |
| HSV(B) | 110.64º | 0.5% | 0.85% | - |
| XYZ | 36.44 | 55.68 | 23.3 | - |
| YUV | 178.07 | 89.02 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 109 | 0.42 | 0 | 0.5 | 0.15 | 110.64 | 0.6 | 0.64 |
| Hex | 7E | DA | 6D | 2A | 0 | 32 | F | 6F | 3C | 40 |
| Octal | 176 | 332 | 155 | 52 | 0 | 62 | 17 | 157 | 74 | 100 |
| Binary | 1111110 | 11011010 | 1101101 | 101010 | 0 | 110010 | 1111 | 1101111 | 111100 | 1000000 |
Color Harmonies of #7EDA6D
Complementary color
Monochromatic Colors of #7EDA6D
Black with #7EDA6D
Text Example
Text Example
White with #7EDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA6D; }
p { color: rgb(126,218,109); }
H1.HeaderClassName
{
color: #7EDA6D;
}
.AnyTagClassName
{
color: #7EDA6D;
}
</style>
background-color css
<style>
a { background-color: #7EDA6D; }
a { background-color: rgb(126,218,109); }
div.DivClassName
{
background-color: #7EDA6D;
}
.BgClassName
{
background-color: #7EDA6D;
}
</style>
border-color css
<style>
span { border-color: #7EDA6D; }
span { border-color: rgb(126,218,109); }
td.TdClassName
{
border-color: #7EDA6D;
}
.TagClassName
{
border-color: #7EDA6D;
}
</style>