Shades of Padua #7DCE9D
Tints of Padua #7DCE9D
RGB
CMYK
RGB Variations
Color information
#7DCE9D (or 0x7DCE9D) is known color: Padua. HEX triplet: 7D, CE and 9D. RGB value is (125,206,157). Sum of RGB (Red+Green+Blue) = 125+206+157=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE9D is #823162. Grayscale: #B0B0B0. Windows color (decimal): -8532323 or 10342013. OLE color: 10342013.
HSL color Cylindrical-coordinate representation of color #7DCE9D: hue angle of 143.7º 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 #7DCE9D is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 157 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.19 |
| HSL | 143.7º | 0.45% | 0.65% | - |
| HSV(B) | 143.7º | 0.39% | 0.81% | - |
| XYZ | 36.61 | 50.94 | 39.8 | - |
| YUV | 176.2 | 117.16 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 157 | 0.39 | 0 | 0.24 | 0.19 | 143.7 | 0.45 | 0.65 |
| Hex | 7D | CE | 9D | 27 | 0 | 18 | 13 | 90 | 2D | 41 |
| Octal | 175 | 316 | 235 | 47 | 0 | 30 | 23 | 220 | 55 | 101 |
| Binary | 1111101 | 11001110 | 10011101 | 100111 | 0 | 11000 | 10011 | 10010000 | 101101 | 1000001 |
Color Harmonies of #7DCE9D
Complementary color
Monochromatic Colors of #7DCE9D
Black with #7DCE9D
Text Example
Text Example
White with #7DCE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE9D; }
p { color: rgb(125,206,157); }
H1.HeaderClassName
{
color: #7DCE9D;
}
.AnyTagClassName
{
color: #7DCE9D;
}
</style>
background-color css
<style>
a { background-color: #7DCE9D; }
a { background-color: rgb(125,206,157); }
div.DivClassName
{
background-color: #7DCE9D;
}
.BgClassName
{
background-color: #7DCE9D;
}
</style>
border-color css
<style>
span { border-color: #7DCE9D; }
span { border-color: rgb(125,206,157); }
td.TdClassName
{
border-color: #7DCE9D;
}
.TagClassName
{
border-color: #7DCE9D;
}
</style>