Shades of Padua #7DCD99
Tints of Padua #7DCD99
RGB
CMYK
RGB Variations
Color information
#7DCD99 (or 0x7DCD99) is known color: Padua. HEX triplet: 7D, CD and 99. RGB value is (125,205,153). Sum of RGB (Red+Green+Blue) = 125+205+153=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD99 is #823266. Grayscale: #AFAFAF. Windows color (decimal): -8532583 or 10079613. OLE color: 10079613.
HSL color Cylindrical-coordinate representation of color #7DCD99: hue angle of 141º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCD99 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 153 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.20 |
| HSL | 141º | 0.44% | 0.65% | - |
| HSV(B) | 141º | 0.39% | 0.8% | - |
| XYZ | 36.04 | 50.32 | 37.95 | - |
| YUV | 175.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 153 | 0.39 | 0 | 0.25 | 0.20 | 141 | 0.44 | 0.65 |
| Hex | 7D | CD | 99 | 27 | 0 | 19 | 14 | 8D | 2C | 41 |
| Octal | 175 | 315 | 231 | 47 | 0 | 31 | 24 | 215 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10011001 | 100111 | 0 | 11001 | 10100 | 10001101 | 101100 | 1000001 |
Color Harmonies of #7DCD99
Complementary color
Monochromatic Colors of #7DCD99
Black with #7DCD99
Text Example
Text Example
White with #7DCD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD99; }
p { color: rgb(125,205,153); }
H1.HeaderClassName
{
color: #7DCD99;
}
.AnyTagClassName
{
color: #7DCD99;
}
</style>
background-color css
<style>
a { background-color: #7DCD99; }
a { background-color: rgb(125,205,153); }
div.DivClassName
{
background-color: #7DCD99;
}
.BgClassName
{
background-color: #7DCD99;
}
</style>
border-color css
<style>
span { border-color: #7DCD99; }
span { border-color: rgb(125,205,153); }
td.TdClassName
{
border-color: #7DCD99;
}
.TagClassName
{
border-color: #7DCD99;
}
</style>