Shades of Padua #7ECC99
Tints of Padua #7ECC99
RGB
CMYK
RGB Variations
Color information
#7ECC99 (or 0x7ECC99) is known color: Padua. HEX triplet: 7E, CC and 99. RGB value is (126,204,153). Sum of RGB (Red+Green+Blue) = 126+204+153=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECC99 is #813366. Grayscale: #AEAEAE. Windows color (decimal): -8467303 or 10079358. OLE color: 10079358.
HSL color Cylindrical-coordinate representation of color #7ECC99: hue angle of 140.77º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECC99 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 204 | 153 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.2 |
| HSL | 140.77º | 0.43% | 0.65% | - |
| HSV(B) | 140.77º | 0.38% | 0.8% | - |
| XYZ | 35.95 | 49.92 | 37.88 | - |
| YUV | 174.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 204 | 153 | 0.38 | 0 | 0.25 | 0.2 | 140.77 | 0.43 | 0.65 |
| Hex | 7E | CC | 99 | 26 | 0 | 19 | 14 | 8D | 2B | 41 |
| Octal | 176 | 314 | 231 | 46 | 0 | 31 | 24 | 215 | 53 | 101 |
| Binary | 1111110 | 11001100 | 10011001 | 100110 | 0 | 11001 | 10100 | 10001101 | 101011 | 1000001 |
Color Harmonies of #7ECC99
Complementary color
Monochromatic Colors of #7ECC99
Black with #7ECC99
Text Example
Text Example
White with #7ECC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECC99; }
p { color: rgb(126,204,153); }
H1.HeaderClassName
{
color: #7ECC99;
}
.AnyTagClassName
{
color: #7ECC99;
}
</style>
background-color css
<style>
a { background-color: #7ECC99; }
a { background-color: rgb(126,204,153); }
div.DivClassName
{
background-color: #7ECC99;
}
.BgClassName
{
background-color: #7ECC99;
}
</style>
border-color css
<style>
span { border-color: #7ECC99; }
span { border-color: rgb(126,204,153); }
td.TdClassName
{
border-color: #7ECC99;
}
.TagClassName
{
border-color: #7ECC99;
}
</style>