Shades of Pastel Green #7ED96C
Tints of Pastel Green #7ED96C
RGB
CMYK
RGB Variations
Color information
#7ED96C (or 0x7ED96C) is known color: Pastel Green. HEX triplet: 7E, D9 and 6C. RGB value is (126,217,108). Sum of RGB (Red+Green+Blue) = 126+217+108=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED96C is #812693. Grayscale: #B1B1B1. Windows color (decimal): -8464020 or 7133566. OLE color: 7133566.
HSL color Cylindrical-coordinate representation of color #7ED96C: hue angle of 110.09º degrees, saturation: 0.59, 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 #7ED96C is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 108 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.15 |
| HSL | 110.09º | 0.59% | 0.64% | - |
| HSV(B) | 110.09º | 0.5% | 0.85% | - |
| XYZ | 36.12 | 55.14 | 22.93 | - |
| YUV | 177.37 | 88.85 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 108 | 0.42 | 0 | 0.50 | 0.15 | 110.09 | 0.59 | 0.64 |
| Hex | 7E | D9 | 6C | 2A | 0 | 32 | F | 6E | 3B | 40 |
| Octal | 176 | 331 | 154 | 52 | 0 | 62 | 17 | 156 | 73 | 100 |
| Binary | 1111110 | 11011001 | 1101100 | 101010 | 0 | 110010 | 1111 | 1101110 | 111011 | 1000000 |
Color Harmonies of #7ED96C
Complementary color
Monochromatic Colors of #7ED96C
Black with #7ED96C
Text Example
Text Example
White with #7ED96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED96C; }
p { color: rgb(126,217,108); }
H1.HeaderClassName
{
color: #7ED96C;
}
.AnyTagClassName
{
color: #7ED96C;
}
</style>
background-color css
<style>
a { background-color: #7ED96C; }
a { background-color: rgb(126,217,108); }
div.DivClassName
{
background-color: #7ED96C;
}
.BgClassName
{
background-color: #7ED96C;
}
</style>
border-color css
<style>
span { border-color: #7ED96C; }
span { border-color: rgb(126,217,108); }
td.TdClassName
{
border-color: #7ED96C;
}
.TagClassName
{
border-color: #7ED96C;
}
</style>