Shades of Padua #7CC297
Tints of Padua #7CC297
RGB
CMYK
RGB Variations
Color information
#7CC297 (or 0x7CC297) is known color: Padua. HEX triplet: 7C, C2 and 97. RGB value is (124,194,151). Sum of RGB (Red+Green+Blue) = 124+194+151=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC297 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC297 is #833D68. Grayscale: #A8A8A8. Windows color (decimal): -8600937 or 9945724. OLE color: 9945724.
HSL color Cylindrical-coordinate representation of color #7CC297: hue angle of 143.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC297 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 151 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.24 |
| HSL | 143.14º | 0.36% | 0.62% | - |
| HSV(B) | 143.14º | 0.36% | 0.76% | - |
| XYZ | 33.19 | 45.1 | 36.23 | - |
| YUV | 168.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 151 | 0.36 | 0 | 0.22 | 0.24 | 143.14 | 0.36 | 0.62 |
| Hex | 7C | C2 | 97 | 24 | 0 | 16 | 18 | 8F | 24 | 3E |
| Octal | 174 | 302 | 227 | 44 | 0 | 26 | 30 | 217 | 44 | 76 |
| Binary | 1111100 | 11000010 | 10010111 | 100100 | 0 | 10110 | 11000 | 10001111 | 100100 | 111110 |
Color Harmonies of #7CC297
Complementary color
Monochromatic Colors of #7CC297
Black with #7CC297
Text Example
Text Example
White with #7CC297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC297; }
p { color: rgb(124,194,151); }
H1.HeaderClassName
{
color: #7CC297;
}
.AnyTagClassName
{
color: #7CC297;
}
</style>
background-color css
<style>
a { background-color: #7CC297; }
a { background-color: rgb(124,194,151); }
div.DivClassName
{
background-color: #7CC297;
}
.BgClassName
{
background-color: #7CC297;
}
</style>
border-color css
<style>
span { border-color: #7CC297; }
span { border-color: rgb(124,194,151); }
td.TdClassName
{
border-color: #7CC297;
}
.TagClassName
{
border-color: #7CC297;
}
</style>