Shades of Padua #7ED19C
Tints of Padua #7ED19C
RGB
CMYK
RGB Variations
Color information
#7ED19C (or 0x7ED19C) is known color: Padua. HEX triplet: 7E, D1 and 9C. RGB value is (126,209,156). Sum of RGB (Red+Green+Blue) = 126+209+156=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED19C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED19C is #812E63. Grayscale: #B2B2B2. Windows color (decimal): -8466020 or 10277246. OLE color: 10277246.
HSL color Cylindrical-coordinate representation of color #7ED19C: hue angle of 141.69º degrees, saturation: 0.47, 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 #7ED19C is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 156 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.18 |
| HSL | 141.69º | 0.47% | 0.66% | - |
| HSV(B) | 141.69º | 0.4% | 0.82% | - |
| XYZ | 37.41 | 52.44 | 39.6 | - |
| YUV | 178.14 | 115.5 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 156 | 0.40 | 0 | 0.25 | 0.18 | 141.69 | 0.47 | 0.66 |
| Hex | 7E | D1 | 9C | 28 | 0 | 19 | 12 | 8E | 2F | 42 |
| Octal | 176 | 321 | 234 | 50 | 0 | 31 | 22 | 216 | 57 | 102 |
| Binary | 1111110 | 11010001 | 10011100 | 101000 | 0 | 11001 | 10010 | 10001110 | 101111 | 1000010 |
Color Harmonies of #7ED19C
Complementary color
Monochromatic Colors of #7ED19C
Black with #7ED19C
Text Example
Text Example
White with #7ED19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED19C; }
p { color: rgb(126,209,156); }
H1.HeaderClassName
{
color: #7ED19C;
}
.AnyTagClassName
{
color: #7ED19C;
}
</style>
background-color css
<style>
a { background-color: #7ED19C; }
a { background-color: rgb(126,209,156); }
div.DivClassName
{
background-color: #7ED19C;
}
.BgClassName
{
background-color: #7ED19C;
}
</style>
border-color css
<style>
span { border-color: #7ED19C; }
span { border-color: rgb(126,209,156); }
td.TdClassName
{
border-color: #7ED19C;
}
.TagClassName
{
border-color: #7ED19C;
}
</style>