Shades of Padua #7CC599
Tints of Padua #7CC599
RGB
CMYK
RGB Variations
Color information
#7CC599 (or 0x7CC599) is known color: Padua. HEX triplet: 7C, C5 and 99. RGB value is (124,197,153). Sum of RGB (Red+Green+Blue) = 124+197+153=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC599 is #833A66. Grayscale: #AAAAAA. Windows color (decimal): -8600167 or 10077564. OLE color: 10077564.
HSL color Cylindrical-coordinate representation of color #7CC599: hue angle of 143.84º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC599 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 153 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.23 |
| HSL | 143.84º | 0.39% | 0.63% | - |
| HSV(B) | 143.84º | 0.37% | 0.77% | - |
| XYZ | 34.03 | 46.52 | 37.32 | - |
| YUV | 170.16 | 118.32 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 153 | 0.37 | 0 | 0.22 | 0.23 | 143.84 | 0.39 | 0.63 |
| Hex | 7C | C5 | 99 | 25 | 0 | 16 | 17 | 90 | 27 | 3F |
| Octal | 174 | 305 | 231 | 45 | 0 | 26 | 27 | 220 | 47 | 77 |
| Binary | 1111100 | 11000101 | 10011001 | 100101 | 0 | 10110 | 10111 | 10010000 | 100111 | 111111 |
Color Harmonies of #7CC599
Complementary color
Monochromatic Colors of #7CC599
Black with #7CC599
Text Example
Text Example
White with #7CC599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC599; }
p { color: rgb(124,197,153); }
H1.HeaderClassName
{
color: #7CC599;
}
.AnyTagClassName
{
color: #7CC599;
}
</style>
background-color css
<style>
a { background-color: #7CC599; }
a { background-color: rgb(124,197,153); }
div.DivClassName
{
background-color: #7CC599;
}
.BgClassName
{
background-color: #7CC599;
}
</style>
border-color css
<style>
span { border-color: #7CC599; }
span { border-color: rgb(124,197,153); }
td.TdClassName
{
border-color: #7CC599;
}
.TagClassName
{
border-color: #7CC599;
}
</style>