Shades of Padua #7ED49B
Tints of Padua #7ED49B
RGB
CMYK
RGB Variations
Color information
#7ED49B (or 0x7ED49B) is known color: Padua. HEX triplet: 7E, D4 and 9B. RGB value is (126,212,155). Sum of RGB (Red+Green+Blue) = 126+212+155=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED49B is #812B64. Grayscale: #B3B3B3. Windows color (decimal): -8465253 or 10212478. OLE color: 10212478.
HSL color Cylindrical-coordinate representation of color #7ED49B: hue angle of 140.23º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED49B is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 155 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.17 |
| HSL | 140.23º | 0.5% | 0.66% | - |
| HSV(B) | 140.23º | 0.41% | 0.83% | - |
| XYZ | 38.06 | 53.89 | 39.41 | - |
| YUV | 179.79 | 114.01 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 155 | 0.41 | 0 | 0.27 | 0.17 | 140.23 | 0.5 | 0.66 |
| Hex | 7E | D4 | 9B | 29 | 0 | 1B | 11 | 8C | 32 | 42 |
| Octal | 176 | 324 | 233 | 51 | 0 | 33 | 21 | 214 | 62 | 102 |
| Binary | 1111110 | 11010100 | 10011011 | 101001 | 0 | 11011 | 10001 | 10001100 | 110010 | 1000010 |
Color Harmonies of #7ED49B
Complementary color
Monochromatic Colors of #7ED49B
Black with #7ED49B
Text Example
Text Example
White with #7ED49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED49B; }
p { color: rgb(126,212,155); }
H1.HeaderClassName
{
color: #7ED49B;
}
.AnyTagClassName
{
color: #7ED49B;
}
</style>
background-color css
<style>
a { background-color: #7ED49B; }
a { background-color: rgb(126,212,155); }
div.DivClassName
{
background-color: #7ED49B;
}
.BgClassName
{
background-color: #7ED49B;
}
</style>
border-color css
<style>
span { border-color: #7ED49B; }
span { border-color: rgb(126,212,155); }
td.TdClassName
{
border-color: #7ED49B;
}
.TagClassName
{
border-color: #7ED49B;
}
</style>