Shades of Padua #7CCC9D
Tints of Padua #7CCC9D
RGB
CMYK
RGB Variations
Color information
#7CCC9D (or 0x7CCC9D) is known color: Padua. HEX triplet: 7C, CC and 9D. RGB value is (124,204,157). Sum of RGB (Red+Green+Blue) = 124+204+157=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCC9D is #833362. Grayscale: #AEAEAE. Windows color (decimal): -8598371 or 10341500. OLE color: 10341500.
HSL color Cylindrical-coordinate representation of color #7CCC9D: hue angle of 144.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCC9D is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 157 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.2 |
| HSL | 144.75º | 0.44% | 0.64% | - |
| HSV(B) | 144.75º | 0.39% | 0.8% | - |
| XYZ | 35.99 | 49.91 | 39.63 | - |
| YUV | 174.72 | 118 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 157 | 0.39 | 0 | 0.23 | 0.2 | 144.75 | 0.44 | 0.64 |
| Hex | 7C | CC | 9D | 27 | 0 | 17 | 14 | 91 | 2C | 40 |
| Octal | 174 | 314 | 235 | 47 | 0 | 27 | 24 | 221 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10011101 | 100111 | 0 | 10111 | 10100 | 10010001 | 101100 | 1000000 |
Color Harmonies of #7CCC9D
Complementary color
Monochromatic Colors of #7CCC9D
Black with #7CCC9D
Text Example
Text Example
White with #7CCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC9D; }
p { color: rgb(124,204,157); }
H1.HeaderClassName
{
color: #7CCC9D;
}
.AnyTagClassName
{
color: #7CCC9D;
}
</style>
background-color css
<style>
a { background-color: #7CCC9D; }
a { background-color: rgb(124,204,157); }
div.DivClassName
{
background-color: #7CCC9D;
}
.BgClassName
{
background-color: #7CCC9D;
}
</style>
border-color css
<style>
span { border-color: #7CCC9D; }
span { border-color: rgb(124,204,157); }
td.TdClassName
{
border-color: #7CCC9D;
}
.TagClassName
{
border-color: #7CCC9D;
}
</style>