Shades of Padua #7DC795
Tints of Padua #7DC795
RGB
CMYK
RGB Variations
Color information
#7DC795 (or 0x7DC795) is known color: Padua. HEX triplet: 7D, C7 and 95. RGB value is (125,199,149). Sum of RGB (Red+Green+Blue) = 125+199+149=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC795 is #82386A. Grayscale: #ABABAB. Windows color (decimal): -8534123 or 9815933. OLE color: 9815933.
HSL color Cylindrical-coordinate representation of color #7DC795: hue angle of 139.46º 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 #7DC795 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 199 | 149 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.22 |
| HSL | 139.46º | 0.4% | 0.64% | - |
| HSV(B) | 139.46º | 0.37% | 0.78% | - |
| XYZ | 34.31 | 47.38 | 35.77 | - |
| YUV | 171.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 199 | 149 | 0.37 | 0 | 0.25 | 0.22 | 139.46 | 0.4 | 0.64 |
| Hex | 7D | C7 | 95 | 25 | 0 | 19 | 16 | 8B | 28 | 40 |
| Octal | 175 | 307 | 225 | 45 | 0 | 31 | 26 | 213 | 50 | 100 |
| Binary | 1111101 | 11000111 | 10010101 | 100101 | 0 | 11001 | 10110 | 10001011 | 101000 | 1000000 |
Color Harmonies of #7DC795
Complementary color
Monochromatic Colors of #7DC795
Black with #7DC795
Text Example
Text Example
White with #7DC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC795; }
p { color: rgb(125,199,149); }
H1.HeaderClassName
{
color: #7DC795;
}
.AnyTagClassName
{
color: #7DC795;
}
</style>
background-color css
<style>
a { background-color: #7DC795; }
a { background-color: rgb(125,199,149); }
div.DivClassName
{
background-color: #7DC795;
}
.BgClassName
{
background-color: #7DC795;
}
</style>
border-color css
<style>
span { border-color: #7DC795; }
span { border-color: rgb(125,199,149); }
td.TdClassName
{
border-color: #7DC795;
}
.TagClassName
{
border-color: #7DC795;
}
</style>