Shades of Padua #7ED29C
Tints of Padua #7ED29C
RGB
CMYK
RGB Variations
Color information
#7ED29C (or 0x7ED29C) is known color: Padua. HEX triplet: 7E, D2 and 9C. RGB value is (126,210,156). Sum of RGB (Red+Green+Blue) = 126+210+156=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED29C is #812D63. Grayscale: #B2B2B2. Windows color (decimal): -8465764 or 10277502. OLE color: 10277502.
HSL color Cylindrical-coordinate representation of color #7ED29C: hue angle of 141.43º 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 #7ED29C is Cyan = 0.4, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 156 | - |
| CMYK | 0.4 | 0 | 0.26 | 0.18 |
| HSL | 141.43º | 0.48% | 0.66% | - |
| HSV(B) | 141.43º | 0.4% | 0.82% | - |
| XYZ | 37.65 | 52.93 | 39.68 | - |
| YUV | 178.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 156 | 0.4 | 0 | 0.26 | 0.18 | 141.43 | 0.48 | 0.66 |
| Hex | 7E | D2 | 9C | 28 | 0 | 1A | 12 | 8D | 30 | 42 |
| Octal | 176 | 322 | 234 | 50 | 0 | 32 | 22 | 215 | 60 | 102 |
| Binary | 1111110 | 11010010 | 10011100 | 101000 | 0 | 11010 | 10010 | 10001101 | 110000 | 1000010 |
Color Harmonies of #7ED29C
Complementary color
Monochromatic Colors of #7ED29C
Black with #7ED29C
Text Example
Text Example
White with #7ED29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED29C; }
p { color: rgb(126,210,156); }
H1.HeaderClassName
{
color: #7ED29C;
}
.AnyTagClassName
{
color: #7ED29C;
}
</style>
background-color css
<style>
a { background-color: #7ED29C; }
a { background-color: rgb(126,210,156); }
div.DivClassName
{
background-color: #7ED29C;
}
.BgClassName
{
background-color: #7ED29C;
}
</style>
border-color css
<style>
span { border-color: #7ED29C; }
span { border-color: rgb(126,210,156); }
td.TdClassName
{
border-color: #7ED29C;
}
.TagClassName
{
border-color: #7ED29C;
}
</style>