Shades of Padua #7DCD9D
Tints of Padua #7DCD9D
RGB
CMYK
RGB Variations
Color information
#7DCD9D (or 0x7DCD9D) is known color: Padua. HEX triplet: 7D, CD and 9D. RGB value is (125,205,157). Sum of RGB (Red+Green+Blue) = 125+205+157=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD9D is #823262. Grayscale: #AFAFAF. Windows color (decimal): -8532579 or 10341757. OLE color: 10341757.
HSL color Cylindrical-coordinate representation of color #7DCD9D: hue angle of 144º 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 #7DCD9D is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 157 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.20 |
| HSL | 144º | 0.44% | 0.65% | - |
| HSV(B) | 144º | 0.39% | 0.8% | - |
| XYZ | 36.37 | 50.46 | 39.72 | - |
| YUV | 175.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 157 | 0.39 | 0 | 0.23 | 0.20 | 144 | 0.44 | 0.65 |
| Hex | 7D | CD | 9D | 27 | 0 | 17 | 14 | 90 | 2C | 41 |
| Octal | 175 | 315 | 235 | 47 | 0 | 27 | 24 | 220 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10011101 | 100111 | 0 | 10111 | 10100 | 10010000 | 101100 | 1000001 |
Color Harmonies of #7DCD9D
Complementary color
Monochromatic Colors of #7DCD9D
Black with #7DCD9D
Text Example
Text Example
White with #7DCD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD9D; }
p { color: rgb(125,205,157); }
H1.HeaderClassName
{
color: #7DCD9D;
}
.AnyTagClassName
{
color: #7DCD9D;
}
</style>
background-color css
<style>
a { background-color: #7DCD9D; }
a { background-color: rgb(125,205,157); }
div.DivClassName
{
background-color: #7DCD9D;
}
.BgClassName
{
background-color: #7DCD9D;
}
</style>
border-color css
<style>
span { border-color: #7DCD9D; }
span { border-color: rgb(125,205,157); }
td.TdClassName
{
border-color: #7DCD9D;
}
.TagClassName
{
border-color: #7DCD9D;
}
</style>