Shades of Padua #7ED29D
Tints of Padua #7ED29D
RGB
CMYK
RGB Variations
Color information
#7ED29D (or 0x7ED29D) is known color: Padua. HEX triplet: 7E, D2 and 9D. RGB value is (126,210,157). Sum of RGB (Red+Green+Blue) = 126+210+157=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED29D is #812D62. Grayscale: #B2B2B2. Windows color (decimal): -8465763 or 10343038. OLE color: 10343038.
HSL color Cylindrical-coordinate representation of color #7ED29D: hue angle of 142.14º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED29D is Cyan = 0.4, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 157 | - |
| CMYK | 0.4 | 0 | 0.25 | 0.18 |
| HSL | 142.14º | 0.48% | 0.66% | - |
| HSV(B) | 142.14º | 0.4% | 0.82% | - |
| XYZ | 37.74 | 52.96 | 40.13 | - |
| YUV | 178.84 | 115.67 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 157 | 0.4 | 0 | 0.25 | 0.18 | 142.14 | 0.48 | 0.66 |
| Hex | 7E | D2 | 9D | 28 | 0 | 19 | 12 | 8E | 30 | 42 |
| Octal | 176 | 322 | 235 | 50 | 0 | 31 | 22 | 216 | 60 | 102 |
| Binary | 1111110 | 11010010 | 10011101 | 101000 | 0 | 11001 | 10010 | 10001110 | 110000 | 1000010 |
Color Harmonies of #7ED29D
Complementary color
Monochromatic Colors of #7ED29D
Black with #7ED29D
Text Example
Text Example
White with #7ED29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED29D; }
p { color: rgb(126,210,157); }
H1.HeaderClassName
{
color: #7ED29D;
}
.AnyTagClassName
{
color: #7ED29D;
}
</style>
background-color css
<style>
a { background-color: #7ED29D; }
a { background-color: rgb(126,210,157); }
div.DivClassName
{
background-color: #7ED29D;
}
.BgClassName
{
background-color: #7ED29D;
}
</style>
border-color css
<style>
span { border-color: #7ED29D; }
span { border-color: rgb(126,210,157); }
td.TdClassName
{
border-color: #7ED29D;
}
.TagClassName
{
border-color: #7ED29D;
}
</style>