Shades of Padua #7DC993
Tints of Padua #7DC993
RGB
CMYK
RGB Variations
Color information
#7DC993 (or 0x7DC993) is known color: Padua. HEX triplet: 7D, C9 and 93. RGB value is (125,201,147). Sum of RGB (Red+Green+Blue) = 125+201+147=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC993 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC993 is #82366C. Grayscale: #ACACAC. Windows color (decimal): -8533613 or 9685373. OLE color: 9685373.
HSL color Cylindrical-coordinate representation of color #7DC993: hue angle of 137.37º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC993 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 147 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.21 |
| HSL | 137.37º | 0.41% | 0.64% | - |
| HSV(B) | 137.37º | 0.38% | 0.79% | - |
| XYZ | 34.61 | 48.24 | 35.09 | - |
| YUV | 172.12 | 113.82 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 147 | 0.38 | 0 | 0.27 | 0.21 | 137.37 | 0.41 | 0.64 |
| Hex | 7D | C9 | 93 | 26 | 0 | 1B | 15 | 89 | 29 | 40 |
| Octal | 175 | 311 | 223 | 46 | 0 | 33 | 25 | 211 | 51 | 100 |
| Binary | 1111101 | 11001001 | 10010011 | 100110 | 0 | 11011 | 10101 | 10001001 | 101001 | 1000000 |
Color Harmonies of #7DC993
Complementary color
Monochromatic Colors of #7DC993
Black with #7DC993
Text Example
Text Example
White with #7DC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC993; }
p { color: rgb(125,201,147); }
H1.HeaderClassName
{
color: #7DC993;
}
.AnyTagClassName
{
color: #7DC993;
}
</style>
background-color css
<style>
a { background-color: #7DC993; }
a { background-color: rgb(125,201,147); }
div.DivClassName
{
background-color: #7DC993;
}
.BgClassName
{
background-color: #7DC993;
}
</style>
border-color css
<style>
span { border-color: #7DC993; }
span { border-color: rgb(125,201,147); }
td.TdClassName
{
border-color: #7DC993;
}
.TagClassName
{
border-color: #7DC993;
}
</style>