Shades of Padua #7DC299
Tints of Padua #7DC299
RGB
CMYK
RGB Variations
Color information
#7DC299 (or 0x7DC299) is known color: Padua. HEX triplet: 7D, C2 and 99. RGB value is (125,194,153). Sum of RGB (Red+Green+Blue) = 125+194+153=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC299 is #823D66. Grayscale: #A8A8A8. Windows color (decimal): -8535399 or 10076797. OLE color: 10076797.
HSL color Cylindrical-coordinate representation of color #7DC299: hue angle of 144.35º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC299 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 194 | 153 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.24 |
| HSL | 144.35º | 0.36% | 0.63% | - |
| HSV(B) | 144.35º | 0.36% | 0.76% | - |
| XYZ | 33.5 | 45.24 | 37.1 | - |
| YUV | 168.7 | 119.14 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 194 | 153 | 0.36 | 0 | 0.21 | 0.24 | 144.35 | 0.36 | 0.63 |
| Hex | 7D | C2 | 99 | 24 | 0 | 15 | 18 | 90 | 24 | 3F |
| Octal | 175 | 302 | 231 | 44 | 0 | 25 | 30 | 220 | 44 | 77 |
| Binary | 1111101 | 11000010 | 10011001 | 100100 | 0 | 10101 | 11000 | 10010000 | 100100 | 111111 |
Color Harmonies of #7DC299
Complementary color
Monochromatic Colors of #7DC299
Black with #7DC299
Text Example
Text Example
White with #7DC299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC299; }
p { color: rgb(125,194,153); }
H1.HeaderClassName
{
color: #7DC299;
}
.AnyTagClassName
{
color: #7DC299;
}
</style>
background-color css
<style>
a { background-color: #7DC299; }
a { background-color: rgb(125,194,153); }
div.DivClassName
{
background-color: #7DC299;
}
.BgClassName
{
background-color: #7DC299;
}
</style>
border-color css
<style>
span { border-color: #7DC299; }
span { border-color: rgb(125,194,153); }
td.TdClassName
{
border-color: #7DC299;
}
.TagClassName
{
border-color: #7DC299;
}
</style>