Shades of Padua #7DCD98
Tints of Padua #7DCD98
RGB
CMYK
RGB Variations
Color information
#7DCD98 (or 0x7DCD98) is known color: Padua. HEX triplet: 7D, CD and 98. RGB value is (125,205,152). Sum of RGB (Red+Green+Blue) = 125+205+152=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD98 is #823267. Grayscale: #AFAFAF. Windows color (decimal): -8532584 or 10014077. OLE color: 10014077.
HSL color Cylindrical-coordinate representation of color #7DCD98: hue angle of 140.25º 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 #7DCD98 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 152 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.20 |
| HSL | 140.25º | 0.44% | 0.65% | - |
| HSV(B) | 140.25º | 0.39% | 0.8% | - |
| XYZ | 35.96 | 50.29 | 37.52 | - |
| YUV | 175.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 152 | 0.39 | 0 | 0.26 | 0.20 | 140.25 | 0.44 | 0.65 |
| Hex | 7D | CD | 98 | 27 | 0 | 1A | 14 | 8C | 2C | 41 |
| Octal | 175 | 315 | 230 | 47 | 0 | 32 | 24 | 214 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10011000 | 100111 | 0 | 11010 | 10100 | 10001100 | 101100 | 1000001 |
Color Harmonies of #7DCD98
Complementary color
Monochromatic Colors of #7DCD98
Black with #7DCD98
Text Example
Text Example
White with #7DCD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD98; }
p { color: rgb(125,205,152); }
H1.HeaderClassName
{
color: #7DCD98;
}
.AnyTagClassName
{
color: #7DCD98;
}
</style>
background-color css
<style>
a { background-color: #7DCD98; }
a { background-color: rgb(125,205,152); }
div.DivClassName
{
background-color: #7DCD98;
}
.BgClassName
{
background-color: #7DCD98;
}
</style>
border-color css
<style>
span { border-color: #7DCD98; }
span { border-color: rgb(125,205,152); }
td.TdClassName
{
border-color: #7DCD98;
}
.TagClassName
{
border-color: #7DCD98;
}
</style>