Shades of Padua #7DD39C
Tints of Padua #7DD39C
RGB
CMYK
RGB Variations
Color information
#7DD39C (or 0x7DD39C) is known color: Padua. HEX triplet: 7D, D3 and 9C. RGB value is (125,211,156). Sum of RGB (Red+Green+Blue) = 125+211+156=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD39C is #822C63. Grayscale: #B3B3B3. Windows color (decimal): -8531044 or 10277757. OLE color: 10277757.
HSL color Cylindrical-coordinate representation of color #7DD39C: hue angle of 141.63º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD39C is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 211 | 156 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.17 |
| HSL | 141.63º | 0.49% | 0.66% | - |
| HSV(B) | 141.63º | 0.41% | 0.83% | - |
| XYZ | 37.75 | 53.35 | 39.76 | - |
| YUV | 179.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 156 | 0.41 | 0 | 0.26 | 0.17 | 141.63 | 0.49 | 0.66 |
| Hex | 7D | D3 | 9C | 29 | 0 | 1A | 11 | 8E | 31 | 42 |
| Octal | 175 | 323 | 234 | 51 | 0 | 32 | 21 | 216 | 61 | 102 |
| Binary | 1111101 | 11010011 | 10011100 | 101001 | 0 | 11010 | 10001 | 10001110 | 110001 | 1000010 |
Color Harmonies of #7DD39C
Complementary color
Monochromatic Colors of #7DD39C
Black with #7DD39C
Text Example
Text Example
White with #7DD39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD39C; }
p { color: rgb(125,211,156); }
H1.HeaderClassName
{
color: #7DD39C;
}
.AnyTagClassName
{
color: #7DD39C;
}
</style>
background-color css
<style>
a { background-color: #7DD39C; }
a { background-color: rgb(125,211,156); }
div.DivClassName
{
background-color: #7DD39C;
}
.BgClassName
{
background-color: #7DD39C;
}
</style>
border-color css
<style>
span { border-color: #7DD39C; }
span { border-color: rgb(125,211,156); }
td.TdClassName
{
border-color: #7DD39C;
}
.TagClassName
{
border-color: #7DD39C;
}
</style>