Shades of Pastel Green #7EDE76
Tints of Pastel Green #7EDE76
RGB
CMYK
RGB Variations
Color information
#7EDE76 (or 0x7EDE76) is known color: Pastel Green. HEX triplet: 7E, DE and 76. RGB value is (126,222,118). Sum of RGB (Red+Green+Blue) = 126+222+118=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDE76 is #812189. Grayscale: #B5B5B5. Windows color (decimal): -8462730 or 7790206. OLE color: 7790206.
HSL color Cylindrical-coordinate representation of color #7EDE76: hue angle of 115.38º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EDE76 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 222 | 118 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.13 |
| HSL | 115.38º | 0.61% | 0.67% | - |
| HSV(B) | 115.38º | 0.47% | 0.87% | - |
| XYZ | 38 | 57.99 | 26.33 | - |
| YUV | 181.44 | 92.2 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 118 | 0.43 | 0 | 0.47 | 0.13 | 115.38 | 0.61 | 0.67 |
| Hex | 7E | DE | 76 | 2B | 0 | 2F | D | 73 | 3D | 43 |
| Octal | 176 | 336 | 166 | 53 | 0 | 57 | 15 | 163 | 75 | 103 |
| Binary | 1111110 | 11011110 | 1110110 | 101011 | 0 | 101111 | 1101 | 1110011 | 111101 | 1000011 |
Color Harmonies of #7EDE76
Complementary color
Monochromatic Colors of #7EDE76
Black with #7EDE76
Text Example
Text Example
White with #7EDE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDE76; }
p { color: rgb(126,222,118); }
H1.HeaderClassName
{
color: #7EDE76;
}
.AnyTagClassName
{
color: #7EDE76;
}
</style>
background-color css
<style>
a { background-color: #7EDE76; }
a { background-color: rgb(126,222,118); }
div.DivClassName
{
background-color: #7EDE76;
}
.BgClassName
{
background-color: #7EDE76;
}
</style>
border-color css
<style>
span { border-color: #7EDE76; }
span { border-color: rgb(126,222,118); }
td.TdClassName
{
border-color: #7EDE76;
}
.TagClassName
{
border-color: #7EDE76;
}
</style>