Shades of Padua #7ED09D
Tints of Padua #7ED09D
RGB
CMYK
RGB Variations
Color information
#7ED09D (or 0x7ED09D) is known color: Padua. HEX triplet: 7E, D0 and 9D. RGB value is (126,208,157). Sum of RGB (Red+Green+Blue) = 126+208+157=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED09D is #812F62. Grayscale: #B1B1B1. Windows color (decimal): -8466275 or 10342526. OLE color: 10342526.
HSL color Cylindrical-coordinate representation of color #7ED09D: hue angle of 142.68º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED09D is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 157 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.18 |
| HSL | 142.68º | 0.47% | 0.65% | - |
| HSV(B) | 142.68º | 0.39% | 0.82% | - |
| XYZ | 37.25 | 51.98 | 39.97 | - |
| YUV | 177.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 157 | 0.39 | 0 | 0.25 | 0.18 | 142.68 | 0.47 | 0.65 |
| Hex | 7E | D0 | 9D | 27 | 0 | 19 | 12 | 8F | 2F | 41 |
| Octal | 176 | 320 | 235 | 47 | 0 | 31 | 22 | 217 | 57 | 101 |
| Binary | 1111110 | 11010000 | 10011101 | 100111 | 0 | 11001 | 10010 | 10001111 | 101111 | 1000001 |
Color Harmonies of #7ED09D
Complementary color
Monochromatic Colors of #7ED09D
Black with #7ED09D
Text Example
Text Example
White with #7ED09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED09D; }
p { color: rgb(126,208,157); }
H1.HeaderClassName
{
color: #7ED09D;
}
.AnyTagClassName
{
color: #7ED09D;
}
</style>
background-color css
<style>
a { background-color: #7ED09D; }
a { background-color: rgb(126,208,157); }
div.DivClassName
{
background-color: #7ED09D;
}
.BgClassName
{
background-color: #7ED09D;
}
</style>
border-color css
<style>
span { border-color: #7ED09D; }
span { border-color: rgb(126,208,157); }
td.TdClassName
{
border-color: #7ED09D;
}
.TagClassName
{
border-color: #7ED09D;
}
</style>