Shades of Padua #7ED39C
Tints of Padua #7ED39C
RGB
CMYK
RGB Variations
Color information
#7ED39C (or 0x7ED39C) is known color: Padua. HEX triplet: 7E, D3 and 9C. RGB value is (126,211,156). Sum of RGB (Red+Green+Blue) = 126+211+156=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED39C is #812C63. Grayscale: #B3B3B3. Windows color (decimal): -8465508 or 10277758. OLE color: 10277758.
HSL color Cylindrical-coordinate representation of color #7ED39C: hue angle of 141.18º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED39C is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 156 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.17 |
| HSL | 141.18º | 0.49% | 0.66% | - |
| HSV(B) | 141.18º | 0.4% | 0.83% | - |
| XYZ | 37.9 | 53.42 | 39.77 | - |
| YUV | 179.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 156 | 0.40 | 0 | 0.26 | 0.17 | 141.18 | 0.49 | 0.66 |
| Hex | 7E | D3 | 9C | 28 | 0 | 1A | 11 | 8D | 31 | 42 |
| Octal | 176 | 323 | 234 | 50 | 0 | 32 | 21 | 215 | 61 | 102 |
| Binary | 1111110 | 11010011 | 10011100 | 101000 | 0 | 11010 | 10001 | 10001101 | 110001 | 1000010 |
Color Harmonies of #7ED39C
Complementary color
Monochromatic Colors of #7ED39C
Black with #7ED39C
Text Example
Text Example
White with #7ED39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED39C; }
p { color: rgb(126,211,156); }
H1.HeaderClassName
{
color: #7ED39C;
}
.AnyTagClassName
{
color: #7ED39C;
}
</style>
background-color css
<style>
a { background-color: #7ED39C; }
a { background-color: rgb(126,211,156); }
div.DivClassName
{
background-color: #7ED39C;
}
.BgClassName
{
background-color: #7ED39C;
}
</style>
border-color css
<style>
span { border-color: #7ED39C; }
span { border-color: rgb(126,211,156); }
td.TdClassName
{
border-color: #7ED39C;
}
.TagClassName
{
border-color: #7ED39C;
}
</style>