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