Shades of Padua #7DC49D
Tints of Padua #7DC49D
RGB
CMYK
RGB Variations
Color information
#7DC49D (or 0x7DC49D) is known color: Padua. HEX triplet: 7D, C4 and 9D. RGB value is (125,196,157). Sum of RGB (Red+Green+Blue) = 125+196+157=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC49D is #823B62. Grayscale: #AAAAAA. Windows color (decimal): -8534883 or 10339453. OLE color: 10339453.
HSL color Cylindrical-coordinate representation of color #7DC49D: hue angle of 147.04º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC49D is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 196 | 157 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.23 |
| HSL | 147.04º | 0.38% | 0.63% | - |
| HSV(B) | 147.04º | 0.36% | 0.77% | - |
| XYZ | 34.28 | 46.27 | 39.02 | - |
| YUV | 170.33 | 120.48 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 196 | 157 | 0.36 | 0 | 0.20 | 0.23 | 147.04 | 0.38 | 0.63 |
| Hex | 7D | C4 | 9D | 24 | 0 | 14 | 17 | 93 | 26 | 3F |
| Octal | 175 | 304 | 235 | 44 | 0 | 24 | 27 | 223 | 46 | 77 |
| Binary | 1111101 | 11000100 | 10011101 | 100100 | 0 | 10100 | 10111 | 10010011 | 100110 | 111111 |
Color Harmonies of #7DC49D
Complementary color
Monochromatic Colors of #7DC49D
Black with #7DC49D
Text Example
Text Example
White with #7DC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC49D; }
p { color: rgb(125,196,157); }
H1.HeaderClassName
{
color: #7DC49D;
}
.AnyTagClassName
{
color: #7DC49D;
}
</style>
background-color css
<style>
a { background-color: #7DC49D; }
a { background-color: rgb(125,196,157); }
div.DivClassName
{
background-color: #7DC49D;
}
.BgClassName
{
background-color: #7DC49D;
}
</style>
border-color css
<style>
span { border-color: #7DC49D; }
span { border-color: rgb(125,196,157); }
td.TdClassName
{
border-color: #7DC49D;
}
.TagClassName
{
border-color: #7DC49D;
}
</style>