Shades of Padua #7ECD9E
Tints of Padua #7ECD9E
RGB
CMYK
RGB Variations
Color information
#7ECD9E (or 0x7ECD9E) is known color: Padua. HEX triplet: 7E, CD and 9E. RGB value is (126,205,158). Sum of RGB (Red+Green+Blue) = 126+205+158=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECD9E is #813261. Grayscale: #B0B0B0. Windows color (decimal): -8467042 or 10407294. OLE color: 10407294.
HSL color Cylindrical-coordinate representation of color #7ECD9E: hue angle of 144.3º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECD9E is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 205 | 158 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.20 |
| HSL | 144.3º | 0.44% | 0.65% | - |
| HSV(B) | 144.3º | 0.39% | 0.8% | - |
| XYZ | 36.61 | 50.57 | 40.18 | - |
| YUV | 176.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 158 | 0.39 | 0 | 0.23 | 0.20 | 144.3 | 0.44 | 0.65 |
| Hex | 7E | CD | 9E | 27 | 0 | 17 | 14 | 90 | 2C | 41 |
| Octal | 176 | 315 | 236 | 47 | 0 | 27 | 24 | 220 | 54 | 101 |
| Binary | 1111110 | 11001101 | 10011110 | 100111 | 0 | 10111 | 10100 | 10010000 | 101100 | 1000001 |
Color Harmonies of #7ECD9E
Complementary color
Monochromatic Colors of #7ECD9E
Black with #7ECD9E
Text Example
Text Example
White with #7ECD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECD9E; }
p { color: rgb(126,205,158); }
H1.HeaderClassName
{
color: #7ECD9E;
}
.AnyTagClassName
{
color: #7ECD9E;
}
</style>
background-color css
<style>
a { background-color: #7ECD9E; }
a { background-color: rgb(126,205,158); }
div.DivClassName
{
background-color: #7ECD9E;
}
.BgClassName
{
background-color: #7ECD9E;
}
</style>
border-color css
<style>
span { border-color: #7ECD9E; }
span { border-color: rgb(126,205,158); }
td.TdClassName
{
border-color: #7ECD9E;
}
.TagClassName
{
border-color: #7ECD9E;
}
</style>