Shades of Pastel Green #7EDC73
Tints of Pastel Green #7EDC73
RGB
CMYK
RGB Variations
Color information
#7EDC73 (or 0x7EDC73) is known color: Pastel Green. HEX triplet: 7E, DC and 73. RGB value is (126,220,115). Sum of RGB (Red+Green+Blue) = 126+220+115=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDC73 is #81238C. Grayscale: #B4B4B4. Windows color (decimal): -8463245 or 7593086. OLE color: 7593086.
HSL color Cylindrical-coordinate representation of color #7EDC73: hue angle of 113.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EDC73 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 220 | 115 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.14 |
| HSL | 113.71º | 0.6% | 0.66% | - |
| HSV(B) | 113.71º | 0.48% | 0.86% | - |
| XYZ | 37.29 | 56.86 | 25.23 | - |
| YUV | 179.92 | 91.36 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 220 | 115 | 0.43 | 0 | 0.48 | 0.14 | 113.71 | 0.6 | 0.66 |
| Hex | 7E | DC | 73 | 2B | 0 | 30 | E | 72 | 3C | 42 |
| Octal | 176 | 334 | 163 | 53 | 0 | 60 | 16 | 162 | 74 | 102 |
| Binary | 1111110 | 11011100 | 1110011 | 101011 | 0 | 110000 | 1110 | 1110010 | 111100 | 1000010 |
Color Harmonies of #7EDC73
Complementary color
Monochromatic Colors of #7EDC73
Black with #7EDC73
Text Example
Text Example
White with #7EDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDC73; }
p { color: rgb(126,220,115); }
H1.HeaderClassName
{
color: #7EDC73;
}
.AnyTagClassName
{
color: #7EDC73;
}
</style>
background-color css
<style>
a { background-color: #7EDC73; }
a { background-color: rgb(126,220,115); }
div.DivClassName
{
background-color: #7EDC73;
}
.BgClassName
{
background-color: #7EDC73;
}
</style>
border-color css
<style>
span { border-color: #7EDC73; }
span { border-color: rgb(126,220,115); }
td.TdClassName
{
border-color: #7EDC73;
}
.TagClassName
{
border-color: #7EDC73;
}
</style>