Shades of Padua #7DC99A
Tints of Padua #7DC99A
RGB
CMYK
RGB Variations
Color information
#7DC99A (or 0x7DC99A) is known color: Padua. HEX triplet: 7D, C9 and 9A. RGB value is (125,201,154). Sum of RGB (Red+Green+Blue) = 125+201+154=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC99A is #823665. Grayscale: #ADADAD. Windows color (decimal): -8533606 or 10144125. OLE color: 10144125.
HSL color Cylindrical-coordinate representation of color #7DC99A: hue angle of 142.89º 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 #7DC99A is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 154 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.21 |
| HSL | 142.89º | 0.41% | 0.64% | - |
| HSV(B) | 142.89º | 0.38% | 0.79% | - |
| XYZ | 35.18 | 48.47 | 38.07 | - |
| YUV | 172.92 | 117.32 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 154 | 0.38 | 0 | 0.23 | 0.21 | 142.89 | 0.41 | 0.64 |
| Hex | 7D | C9 | 9A | 26 | 0 | 17 | 15 | 8F | 29 | 40 |
| Octal | 175 | 311 | 232 | 46 | 0 | 27 | 25 | 217 | 51 | 100 |
| Binary | 1111101 | 11001001 | 10011010 | 100110 | 0 | 10111 | 10101 | 10001111 | 101001 | 1000000 |
Color Harmonies of #7DC99A
Complementary color
Monochromatic Colors of #7DC99A
Black with #7DC99A
Text Example
Text Example
White with #7DC99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC99A; }
p { color: rgb(125,201,154); }
H1.HeaderClassName
{
color: #7DC99A;
}
.AnyTagClassName
{
color: #7DC99A;
}
</style>
background-color css
<style>
a { background-color: #7DC99A; }
a { background-color: rgb(125,201,154); }
div.DivClassName
{
background-color: #7DC99A;
}
.BgClassName
{
background-color: #7DC99A;
}
</style>
border-color css
<style>
span { border-color: #7DC99A; }
span { border-color: rgb(125,201,154); }
td.TdClassName
{
border-color: #7DC99A;
}
.TagClassName
{
border-color: #7DC99A;
}
</style>