Shades of Pastel Green #7ED36C
Tints of Pastel Green #7ED36C
RGB
CMYK
RGB Variations
Color information
#7ED36C (or 0x7ED36C) is known color: Pastel Green. HEX triplet: 7E, D3 and 6C. RGB value is (126,211,108). Sum of RGB (Red+Green+Blue) = 126+211+108=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED36C is #812C93. Grayscale: #AEAEAE. Windows color (decimal): -8465556 or 7132030. OLE color: 7132030.
HSL color Cylindrical-coordinate representation of color #7ED36C: hue angle of 109.51º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ED36C is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 108 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.17 |
| HSL | 109.51º | 0.54% | 0.63% | - |
| HSV(B) | 109.51º | 0.49% | 0.83% | - |
| XYZ | 34.61 | 52.11 | 22.42 | - |
| YUV | 173.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 108 | 0.40 | 0 | 0.49 | 0.17 | 109.51 | 0.54 | 0.63 |
| Hex | 7E | D3 | 6C | 28 | 0 | 31 | 11 | 6E | 36 | 3F |
| Octal | 176 | 323 | 154 | 50 | 0 | 61 | 21 | 156 | 66 | 77 |
| Binary | 1111110 | 11010011 | 1101100 | 101000 | 0 | 110001 | 10001 | 1101110 | 110110 | 111111 |
Color Harmonies of #7ED36C
Complementary color
Monochromatic Colors of #7ED36C
Black with #7ED36C
Text Example
Text Example
White with #7ED36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED36C; }
p { color: rgb(126,211,108); }
H1.HeaderClassName
{
color: #7ED36C;
}
.AnyTagClassName
{
color: #7ED36C;
}
</style>
background-color css
<style>
a { background-color: #7ED36C; }
a { background-color: rgb(126,211,108); }
div.DivClassName
{
background-color: #7ED36C;
}
.BgClassName
{
background-color: #7ED36C;
}
</style>
border-color css
<style>
span { border-color: #7ED36C; }
span { border-color: rgb(126,211,108); }
td.TdClassName
{
border-color: #7ED36C;
}
.TagClassName
{
border-color: #7ED36C;
}
</style>