Shades of Padua #7ECE9D
Tints of Padua #7ECE9D
RGB
CMYK
RGB Variations
Color information
#7ECE9D (or 0x7ECE9D) is known color: Padua. HEX triplet: 7E, CE and 9D. RGB value is (126,206,157). Sum of RGB (Red+Green+Blue) = 126+206+157=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECE9D is #813162. Grayscale: #B0B0B0. Windows color (decimal): -8466787 or 10342014. OLE color: 10342014.
HSL color Cylindrical-coordinate representation of color #7ECE9D: hue angle of 143.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECE9D is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 157 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.19 |
| HSL | 143.25º | 0.45% | 0.65% | - |
| HSV(B) | 143.25º | 0.39% | 0.81% | - |
| XYZ | 36.76 | 51.01 | 39.81 | - |
| YUV | 176.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 157 | 0.39 | 0 | 0.24 | 0.19 | 143.25 | 0.45 | 0.65 |
| Hex | 7E | CE | 9D | 27 | 0 | 18 | 13 | 8F | 2D | 41 |
| Octal | 176 | 316 | 235 | 47 | 0 | 30 | 23 | 217 | 55 | 101 |
| Binary | 1111110 | 11001110 | 10011101 | 100111 | 0 | 11000 | 10011 | 10001111 | 101101 | 1000001 |
Color Harmonies of #7ECE9D
Complementary color
Monochromatic Colors of #7ECE9D
Black with #7ECE9D
Text Example
Text Example
White with #7ECE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE9D; }
p { color: rgb(126,206,157); }
H1.HeaderClassName
{
color: #7ECE9D;
}
.AnyTagClassName
{
color: #7ECE9D;
}
</style>
background-color css
<style>
a { background-color: #7ECE9D; }
a { background-color: rgb(126,206,157); }
div.DivClassName
{
background-color: #7ECE9D;
}
.BgClassName
{
background-color: #7ECE9D;
}
</style>
border-color css
<style>
span { border-color: #7ECE9D; }
span { border-color: rgb(126,206,157); }
td.TdClassName
{
border-color: #7ECE9D;
}
.TagClassName
{
border-color: #7ECE9D;
}
</style>