Shades of Padua #7DC793
Tints of Padua #7DC793
RGB
CMYK
RGB Variations
Color information
#7DC793 (or 0x7DC793) is known color: Padua. HEX triplet: 7D, C7 and 93. RGB value is (125,199,147). Sum of RGB (Red+Green+Blue) = 125+199+147=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC793 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC793 is #82386C. Grayscale: #ABABAB. Windows color (decimal): -8534125 or 9684861. OLE color: 9684861.
HSL color Cylindrical-coordinate representation of color #7DC793: hue angle of 137.84º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC793 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 199 | 147 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.22 |
| HSL | 137.84º | 0.4% | 0.64% | - |
| HSV(B) | 137.84º | 0.37% | 0.78% | - |
| XYZ | 34.15 | 47.31 | 34.94 | - |
| YUV | 170.95 | 114.48 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 199 | 147 | 0.37 | 0 | 0.26 | 0.22 | 137.84 | 0.4 | 0.64 |
| Hex | 7D | C7 | 93 | 25 | 0 | 1A | 16 | 8A | 28 | 40 |
| Octal | 175 | 307 | 223 | 45 | 0 | 32 | 26 | 212 | 50 | 100 |
| Binary | 1111101 | 11000111 | 10010011 | 100101 | 0 | 11010 | 10110 | 10001010 | 101000 | 1000000 |
Color Harmonies of #7DC793
Complementary color
Monochromatic Colors of #7DC793
Black with #7DC793
Text Example
Text Example
White with #7DC793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC793; }
p { color: rgb(125,199,147); }
H1.HeaderClassName
{
color: #7DC793;
}
.AnyTagClassName
{
color: #7DC793;
}
</style>
background-color css
<style>
a { background-color: #7DC793; }
a { background-color: rgb(125,199,147); }
div.DivClassName
{
background-color: #7DC793;
}
.BgClassName
{
background-color: #7DC793;
}
</style>
border-color css
<style>
span { border-color: #7DC793; }
span { border-color: rgb(125,199,147); }
td.TdClassName
{
border-color: #7DC793;
}
.TagClassName
{
border-color: #7DC793;
}
</style>