Shades of Padua #7CC997
Tints of Padua #7CC997
RGB
CMYK
RGB Variations
Color information
#7CC997 (or 0x7CC997) is known color: Padua. HEX triplet: 7C, C9 and 97. RGB value is (124,201,151). Sum of RGB (Red+Green+Blue) = 124+201+151=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC997 is #833668. Grayscale: #ACACAC. Windows color (decimal): -8599145 or 9947516. OLE color: 9947516.
HSL color Cylindrical-coordinate representation of color #7CC997: hue angle of 141.04º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC997 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 151 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.21 |
| HSL | 141.04º | 0.42% | 0.64% | - |
| HSV(B) | 141.04º | 0.38% | 0.79% | - |
| XYZ | 34.78 | 48.29 | 36.77 | - |
| YUV | 172.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 151 | 0.38 | 0 | 0.25 | 0.21 | 141.04 | 0.42 | 0.64 |
| Hex | 7C | C9 | 97 | 26 | 0 | 19 | 15 | 8D | 2A | 40 |
| Octal | 174 | 311 | 227 | 46 | 0 | 31 | 25 | 215 | 52 | 100 |
| Binary | 1111100 | 11001001 | 10010111 | 100110 | 0 | 11001 | 10101 | 10001101 | 101010 | 1000000 |
Color Harmonies of #7CC997
Complementary color
Monochromatic Colors of #7CC997
Black with #7CC997
Text Example
Text Example
White with #7CC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC997; }
p { color: rgb(124,201,151); }
H1.HeaderClassName
{
color: #7CC997;
}
.AnyTagClassName
{
color: #7CC997;
}
</style>
background-color css
<style>
a { background-color: #7CC997; }
a { background-color: rgb(124,201,151); }
div.DivClassName
{
background-color: #7CC997;
}
.BgClassName
{
background-color: #7CC997;
}
</style>
border-color css
<style>
span { border-color: #7CC997; }
span { border-color: rgb(124,201,151); }
td.TdClassName
{
border-color: #7CC997;
}
.TagClassName
{
border-color: #7CC997;
}
</style>