Shades of Padua #7CC292
Tints of Padua #7CC292
RGB
CMYK
RGB Variations
Color information
#7CC292 (or 0x7CC292) is known color: Padua. HEX triplet: 7C, C2 and 92. RGB value is (124,194,146). Sum of RGB (Red+Green+Blue) = 124+194+146=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC292 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC292 is #833D6D. Grayscale: #A7A7A7. Windows color (decimal): -8600942 or 9618044. OLE color: 9618044.
HSL color Cylindrical-coordinate representation of color #7CC292: hue angle of 138.86º 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 #7CC292 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 146 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.24 |
| HSL | 138.86º | 0.36% | 0.62% | - |
| HSV(B) | 138.86º | 0.36% | 0.76% | - |
| XYZ | 32.79 | 44.94 | 34.14 | - |
| YUV | 167.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 146 | 0.36 | 0 | 0.25 | 0.24 | 138.86 | 0.36 | 0.62 |
| Hex | 7C | C2 | 92 | 24 | 0 | 19 | 18 | 8B | 24 | 3E |
| Octal | 174 | 302 | 222 | 44 | 0 | 31 | 30 | 213 | 44 | 76 |
| Binary | 1111100 | 11000010 | 10010010 | 100100 | 0 | 11001 | 11000 | 10001011 | 100100 | 111110 |
Color Harmonies of #7CC292
Complementary color
Monochromatic Colors of #7CC292
Black with #7CC292
Text Example
Text Example
White with #7CC292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC292; }
p { color: rgb(124,194,146); }
H1.HeaderClassName
{
color: #7CC292;
}
.AnyTagClassName
{
color: #7CC292;
}
</style>
background-color css
<style>
a { background-color: #7CC292; }
a { background-color: rgb(124,194,146); }
div.DivClassName
{
background-color: #7CC292;
}
.BgClassName
{
background-color: #7CC292;
}
</style>
border-color css
<style>
span { border-color: #7CC292; }
span { border-color: rgb(124,194,146); }
td.TdClassName
{
border-color: #7CC292;
}
.TagClassName
{
border-color: #7CC292;
}
</style>