Shades of Padua #7DC99E
Tints of Padua #7DC99E
RGB
CMYK
RGB Variations
Color information
#7DC99E (or 0x7DC99E) is known color: Padua. HEX triplet: 7D, C9 and 9E. RGB value is (125,201,158). Sum of RGB (Red+Green+Blue) = 125+201+158=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC99E is #823661. Grayscale: #ADADAD. Windows color (decimal): -8533602 or 10406269. OLE color: 10406269.
HSL color Cylindrical-coordinate representation of color #7DC99E: hue angle of 146.05º 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 #7DC99E is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 158 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.21 |
| HSL | 146.05º | 0.41% | 0.64% | - |
| HSV(B) | 146.05º | 0.38% | 0.79% | - |
| XYZ | 35.52 | 48.6 | 39.86 | - |
| YUV | 173.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 158 | 0.38 | 0 | 0.21 | 0.21 | 146.05 | 0.41 | 0.64 |
| Hex | 7D | C9 | 9E | 26 | 0 | 15 | 15 | 92 | 29 | 40 |
| Octal | 175 | 311 | 236 | 46 | 0 | 25 | 25 | 222 | 51 | 100 |
| Binary | 1111101 | 11001001 | 10011110 | 100110 | 0 | 10101 | 10101 | 10010010 | 101001 | 1000000 |
Color Harmonies of #7DC99E
Complementary color
Monochromatic Colors of #7DC99E
Black with #7DC99E
Text Example
Text Example
White with #7DC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC99E; }
p { color: rgb(125,201,158); }
H1.HeaderClassName
{
color: #7DC99E;
}
.AnyTagClassName
{
color: #7DC99E;
}
</style>
background-color css
<style>
a { background-color: #7DC99E; }
a { background-color: rgb(125,201,158); }
div.DivClassName
{
background-color: #7DC99E;
}
.BgClassName
{
background-color: #7DC99E;
}
</style>
border-color css
<style>
span { border-color: #7DC99E; }
span { border-color: rgb(125,201,158); }
td.TdClassName
{
border-color: #7DC99E;
}
.TagClassName
{
border-color: #7DC99E;
}
</style>