Shades of Pastel Green #7ED56C
Tints of Pastel Green #7ED56C
RGB
CMYK
RGB Variations
Color information
#7ED56C (or 0x7ED56C) is known color: Pastel Green. HEX triplet: 7E, D5 and 6C. RGB value is (126,213,108). Sum of RGB (Red+Green+Blue) = 126+213+108=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED56C is #812A93. Grayscale: #AFAFAF. Windows color (decimal): -8465044 or 7132542. OLE color: 7132542.
HSL color Cylindrical-coordinate representation of color #7ED56C: hue angle of 109.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ED56C is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 108 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.16 |
| HSL | 109.71º | 0.56% | 0.63% | - |
| HSV(B) | 109.71º | 0.49% | 0.84% | - |
| XYZ | 35.11 | 53.11 | 22.59 | - |
| YUV | 175.02 | 90.18 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 108 | 0.41 | 0 | 0.49 | 0.16 | 109.71 | 0.56 | 0.63 |
| Hex | 7E | D5 | 6C | 29 | 0 | 31 | 10 | 6E | 38 | 3F |
| Octal | 176 | 325 | 154 | 51 | 0 | 61 | 20 | 156 | 70 | 77 |
| Binary | 1111110 | 11010101 | 1101100 | 101001 | 0 | 110001 | 10000 | 1101110 | 111000 | 111111 |
Color Harmonies of #7ED56C
Complementary color
Monochromatic Colors of #7ED56C
Black with #7ED56C
Text Example
Text Example
White with #7ED56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED56C; }
p { color: rgb(126,213,108); }
H1.HeaderClassName
{
color: #7ED56C;
}
.AnyTagClassName
{
color: #7ED56C;
}
</style>
background-color css
<style>
a { background-color: #7ED56C; }
a { background-color: rgb(126,213,108); }
div.DivClassName
{
background-color: #7ED56C;
}
.BgClassName
{
background-color: #7ED56C;
}
</style>
border-color css
<style>
span { border-color: #7ED56C; }
span { border-color: rgb(126,213,108); }
td.TdClassName
{
border-color: #7ED56C;
}
.TagClassName
{
border-color: #7ED56C;
}
</style>