Shades of Padua #7DC99F
Tints of Padua #7DC99F
RGB
CMYK
RGB Variations
Color information
#7DC99F (or 0x7DC99F) is known color: Padua. HEX triplet: 7D, C9 and 9F. RGB value is (125,201,159). Sum of RGB (Red+Green+Blue) = 125+201+159=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC99F is #823660. Grayscale: #ADADAD. Windows color (decimal): -8533601 or 10471805. OLE color: 10471805.
HSL color Cylindrical-coordinate representation of color #7DC99F: hue angle of 146.84º 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 #7DC99F is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 159 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.21 |
| HSL | 146.84º | 0.41% | 0.64% | - |
| HSV(B) | 146.84º | 0.38% | 0.79% | - |
| XYZ | 35.6 | 48.64 | 40.31 | - |
| YUV | 173.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 159 | 0.38 | 0 | 0.21 | 0.21 | 146.84 | 0.41 | 0.64 |
| Hex | 7D | C9 | 9F | 26 | 0 | 15 | 15 | 93 | 29 | 40 |
| Octal | 175 | 311 | 237 | 46 | 0 | 25 | 25 | 223 | 51 | 100 |
| Binary | 1111101 | 11001001 | 10011111 | 100110 | 0 | 10101 | 10101 | 10010011 | 101001 | 1000000 |
Color Harmonies of #7DC99F
Complementary color
Monochromatic Colors of #7DC99F
Black with #7DC99F
Text Example
Text Example
White with #7DC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC99F; }
p { color: rgb(125,201,159); }
H1.HeaderClassName
{
color: #7DC99F;
}
.AnyTagClassName
{
color: #7DC99F;
}
</style>
background-color css
<style>
a { background-color: #7DC99F; }
a { background-color: rgb(125,201,159); }
div.DivClassName
{
background-color: #7DC99F;
}
.BgClassName
{
background-color: #7DC99F;
}
</style>
border-color css
<style>
span { border-color: #7DC99F; }
span { border-color: rgb(125,201,159); }
td.TdClassName
{
border-color: #7DC99F;
}
.TagClassName
{
border-color: #7DC99F;
}
</style>