Shades of Pastel Green #7EDD73
Tints of Pastel Green #7EDD73
RGB
CMYK
RGB Variations
Color information
#7EDD73 (or 0x7EDD73) is known color: Pastel Green. HEX triplet: 7E, DD and 73. RGB value is (126,221,115). Sum of RGB (Red+Green+Blue) = 126+221+115=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDD73 is #81228C. Grayscale: #B4B4B4. Windows color (decimal): -8462989 or 7593342. OLE color: 7593342.
HSL color Cylindrical-coordinate representation of color #7EDD73: hue angle of 113.77º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EDD73 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 115 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.13 |
| HSL | 113.77º | 0.61% | 0.66% | - |
| HSV(B) | 113.77º | 0.48% | 0.87% | - |
| XYZ | 37.56 | 57.39 | 25.32 | - |
| YUV | 180.51 | 91.03 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 115 | 0.43 | 0 | 0.48 | 0.13 | 113.77 | 0.61 | 0.66 |
| Hex | 7E | DD | 73 | 2B | 0 | 30 | D | 72 | 3D | 42 |
| Octal | 176 | 335 | 163 | 53 | 0 | 60 | 15 | 162 | 75 | 102 |
| Binary | 1111110 | 11011101 | 1110011 | 101011 | 0 | 110000 | 1101 | 1110010 | 111101 | 1000010 |
Color Harmonies of #7EDD73
Complementary color
Monochromatic Colors of #7EDD73
Black with #7EDD73
Text Example
Text Example
White with #7EDD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD73; }
p { color: rgb(126,221,115); }
H1.HeaderClassName
{
color: #7EDD73;
}
.AnyTagClassName
{
color: #7EDD73;
}
</style>
background-color css
<style>
a { background-color: #7EDD73; }
a { background-color: rgb(126,221,115); }
div.DivClassName
{
background-color: #7EDD73;
}
.BgClassName
{
background-color: #7EDD73;
}
</style>
border-color css
<style>
span { border-color: #7EDD73; }
span { border-color: rgb(126,221,115); }
td.TdClassName
{
border-color: #7EDD73;
}
.TagClassName
{
border-color: #7EDD73;
}
</style>