Shades of Padua #7DD299
Tints of Padua #7DD299
RGB
CMYK
RGB Variations
Color information
#7DD299 (or 0x7DD299) is known color: Padua. HEX triplet: 7D, D2 and 99. RGB value is (125,210,153). Sum of RGB (Red+Green+Blue) = 125+210+153=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD299 is #822D66. Grayscale: #B2B2B2. Windows color (decimal): -8531303 or 10080893. OLE color: 10080893.
HSL color Cylindrical-coordinate representation of color #7DD299: hue angle of 139.76º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD299 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 153 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.18 |
| HSL | 139.76º | 0.49% | 0.66% | - |
| HSV(B) | 139.76º | 0.4% | 0.82% | - |
| XYZ | 37.25 | 52.75 | 38.36 | - |
| YUV | 178.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 153 | 0.40 | 0 | 0.27 | 0.18 | 139.76 | 0.49 | 0.66 |
| Hex | 7D | D2 | 99 | 28 | 0 | 1B | 12 | 8C | 31 | 42 |
| Octal | 175 | 322 | 231 | 50 | 0 | 33 | 22 | 214 | 61 | 102 |
| Binary | 1111101 | 11010010 | 10011001 | 101000 | 0 | 11011 | 10010 | 10001100 | 110001 | 1000010 |
Color Harmonies of #7DD299
Complementary color
Monochromatic Colors of #7DD299
Black with #7DD299
Text Example
Text Example
White with #7DD299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD299; }
p { color: rgb(125,210,153); }
H1.HeaderClassName
{
color: #7DD299;
}
.AnyTagClassName
{
color: #7DD299;
}
</style>
background-color css
<style>
a { background-color: #7DD299; }
a { background-color: rgb(125,210,153); }
div.DivClassName
{
background-color: #7DD299;
}
.BgClassName
{
background-color: #7DD299;
}
</style>
border-color css
<style>
span { border-color: #7DD299; }
span { border-color: rgb(125,210,153); }
td.TdClassName
{
border-color: #7DD299;
}
.TagClassName
{
border-color: #7DD299;
}
</style>