Shades of Pastel Green #7ED769
Tints of Pastel Green #7ED769
RGB
CMYK
RGB Variations
Color information
#7ED769 (or 0x7ED769) is known color: Pastel Green. HEX triplet: 7E, D7 and 69. RGB value is (126,215,105). Sum of RGB (Red+Green+Blue) = 126+215+105=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED769 is #812896. Grayscale: #B0B0B0. Windows color (decimal): -8464535 or 6936446. OLE color: 6936446.
HSL color Cylindrical-coordinate representation of color #7ED769: hue angle of 108.55º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ED769 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 215 | 105 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.16 |
| HSL | 108.55º | 0.58% | 0.63% | - |
| HSV(B) | 108.55º | 0.51% | 0.84% | - |
| XYZ | 35.45 | 54.06 | 21.93 | - |
| YUV | 175.85 | 88.01 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 105 | 0.41 | 0 | 0.51 | 0.16 | 108.55 | 0.58 | 0.63 |
| Hex | 7E | D7 | 69 | 29 | 0 | 33 | 10 | 6D | 3A | 3F |
| Octal | 176 | 327 | 151 | 51 | 0 | 63 | 20 | 155 | 72 | 77 |
| Binary | 1111110 | 11010111 | 1101001 | 101001 | 0 | 110011 | 10000 | 1101101 | 111010 | 111111 |
Color Harmonies of #7ED769
Complementary color
Monochromatic Colors of #7ED769
Black with #7ED769
Text Example
Text Example
White with #7ED769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED769; }
p { color: rgb(126,215,105); }
H1.HeaderClassName
{
color: #7ED769;
}
.AnyTagClassName
{
color: #7ED769;
}
</style>
background-color css
<style>
a { background-color: #7ED769; }
a { background-color: rgb(126,215,105); }
div.DivClassName
{
background-color: #7ED769;
}
.BgClassName
{
background-color: #7ED769;
}
</style>
border-color css
<style>
span { border-color: #7ED769; }
span { border-color: rgb(126,215,105); }
td.TdClassName
{
border-color: #7ED769;
}
.TagClassName
{
border-color: #7ED769;
}
</style>