Shades of Padua #7CCC95
Tints of Padua #7CCC95
RGB
CMYK
RGB Variations
Color information
#7CCC95 (or 0x7CCC95) is known color: Padua. HEX triplet: 7C, CC and 95. RGB value is (124,204,149). Sum of RGB (Red+Green+Blue) = 124+204+149=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCC95 is #83336A. Grayscale: #ADADAD. Windows color (decimal): -8598379 or 9817212. OLE color: 9817212.
HSL color Cylindrical-coordinate representation of color #7CCC95: hue angle of 138.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 #7CCC95 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 149 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.2 |
| HSL | 138.75º | 0.44% | 0.64% | - |
| HSV(B) | 138.75º | 0.39% | 0.8% | - |
| XYZ | 35.33 | 49.64 | 36.15 | - |
| YUV | 173.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 149 | 0.39 | 0 | 0.27 | 0.2 | 138.75 | 0.44 | 0.64 |
| Hex | 7C | CC | 95 | 27 | 0 | 1B | 14 | 8B | 2C | 40 |
| Octal | 174 | 314 | 225 | 47 | 0 | 33 | 24 | 213 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10010101 | 100111 | 0 | 11011 | 10100 | 10001011 | 101100 | 1000000 |
Color Harmonies of #7CCC95
Complementary color
Monochromatic Colors of #7CCC95
Black with #7CCC95
Text Example
Text Example
White with #7CCC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC95; }
p { color: rgb(124,204,149); }
H1.HeaderClassName
{
color: #7CCC95;
}
.AnyTagClassName
{
color: #7CCC95;
}
</style>
background-color css
<style>
a { background-color: #7CCC95; }
a { background-color: rgb(124,204,149); }
div.DivClassName
{
background-color: #7CCC95;
}
.BgClassName
{
background-color: #7CCC95;
}
</style>
border-color css
<style>
span { border-color: #7CCC95; }
span { border-color: rgb(124,204,149); }
td.TdClassName
{
border-color: #7CCC95;
}
.TagClassName
{
border-color: #7CCC95;
}
</style>