Shades of Padua #7CCC99
Tints of Padua #7CCC99
RGB
CMYK
RGB Variations
Color information
#7CCC99 (or 0x7CCC99) is known color: Padua. HEX triplet: 7C, CC and 99. RGB value is (124,204,153). Sum of RGB (Red+Green+Blue) = 124+204+153=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCC99 is #833366. Grayscale: #AEAEAE. Windows color (decimal): -8598375 or 10079356. OLE color: 10079356.
HSL color Cylindrical-coordinate representation of color #7CCC99: hue angle of 141.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 #7CCC99 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 153 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.2 |
| HSL | 141.75º | 0.44% | 0.64% | - |
| HSV(B) | 141.75º | 0.39% | 0.8% | - |
| XYZ | 35.65 | 49.77 | 37.86 | - |
| YUV | 174.27 | 116 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 153 | 0.39 | 0 | 0.25 | 0.2 | 141.75 | 0.44 | 0.64 |
| Hex | 7C | CC | 99 | 27 | 0 | 19 | 14 | 8E | 2C | 40 |
| Octal | 174 | 314 | 231 | 47 | 0 | 31 | 24 | 216 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10011001 | 100111 | 0 | 11001 | 10100 | 10001110 | 101100 | 1000000 |
Color Harmonies of #7CCC99
Complementary color
Monochromatic Colors of #7CCC99
Black with #7CCC99
Text Example
Text Example
White with #7CCC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC99; }
p { color: rgb(124,204,153); }
H1.HeaderClassName
{
color: #7CCC99;
}
.AnyTagClassName
{
color: #7CCC99;
}
</style>
background-color css
<style>
a { background-color: #7CCC99; }
a { background-color: rgb(124,204,153); }
div.DivClassName
{
background-color: #7CCC99;
}
.BgClassName
{
background-color: #7CCC99;
}
</style>
border-color css
<style>
span { border-color: #7CCC99; }
span { border-color: rgb(124,204,153); }
td.TdClassName
{
border-color: #7CCC99;
}
.TagClassName
{
border-color: #7CCC99;
}
</style>