Shades of Pastel Green #7ED672
Tints of Pastel Green #7ED672
RGB
CMYK
RGB Variations
Color information
#7ED672 (or 0x7ED672) is known color: Pastel Green. HEX triplet: 7E, D6 and 72. RGB value is (126,214,114). Sum of RGB (Red+Green+Blue) = 126+214+114=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED672 is #81298D. Grayscale: #B0B0B0. Windows color (decimal): -8464782 or 7526014. OLE color: 7526014.
HSL color Cylindrical-coordinate representation of color #7ED672: hue angle of 112.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ED672 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 214 | 114 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.16 |
| HSL | 112.8º | 0.55% | 0.64% | - |
| HSV(B) | 112.8º | 0.47% | 0.84% | - |
| XYZ | 35.69 | 53.74 | 24.41 | - |
| YUV | 176.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 114 | 0.41 | 0 | 0.47 | 0.16 | 112.8 | 0.55 | 0.64 |
| Hex | 7E | D6 | 72 | 29 | 0 | 2F | 10 | 71 | 37 | 40 |
| Octal | 176 | 326 | 162 | 51 | 0 | 57 | 20 | 161 | 67 | 100 |
| Binary | 1111110 | 11010110 | 1110010 | 101001 | 0 | 101111 | 10000 | 1110001 | 110111 | 1000000 |
Color Harmonies of #7ED672
Complementary color
Monochromatic Colors of #7ED672
Black with #7ED672
Text Example
Text Example
White with #7ED672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED672; }
p { color: rgb(126,214,114); }
H1.HeaderClassName
{
color: #7ED672;
}
.AnyTagClassName
{
color: #7ED672;
}
</style>
background-color css
<style>
a { background-color: #7ED672; }
a { background-color: rgb(126,214,114); }
div.DivClassName
{
background-color: #7ED672;
}
.BgClassName
{
background-color: #7ED672;
}
</style>
border-color css
<style>
span { border-color: #7ED672; }
span { border-color: rgb(126,214,114); }
td.TdClassName
{
border-color: #7ED672;
}
.TagClassName
{
border-color: #7ED672;
}
</style>