Shades of Padua #7FC59C
Tints of Padua #7FC59C
RGB
CMYK
RGB Variations
Color information
#7FC59C (or 0x7FC59C) is known color: Padua. HEX triplet: 7F, C5 and 9C. RGB value is (127,197,156). Sum of RGB (Red+Green+Blue) = 127+197+156=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC59C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC59C is #803A63. Grayscale: #ABABAB. Windows color (decimal): -8403556 or 10274175. OLE color: 10274175.
HSL color Cylindrical-coordinate representation of color #7FC59C: hue angle of 144.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC59C is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 156 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.23 |
| HSL | 144.86º | 0.38% | 0.64% | - |
| HSV(B) | 144.86º | 0.36% | 0.77% | - |
| XYZ | 34.72 | 46.84 | 38.66 | - |
| YUV | 171.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 156 | 0.36 | 0 | 0.21 | 0.23 | 144.86 | 0.38 | 0.64 |
| Hex | 7F | C5 | 9C | 24 | 0 | 15 | 17 | 91 | 26 | 40 |
| Octal | 177 | 305 | 234 | 44 | 0 | 25 | 27 | 221 | 46 | 100 |
| Binary | 1111111 | 11000101 | 10011100 | 100100 | 0 | 10101 | 10111 | 10010001 | 100110 | 1000000 |
Color Harmonies of #7FC59C
Complementary color
Monochromatic Colors of #7FC59C
Black with #7FC59C
Text Example
Text Example
White with #7FC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC59C; }
p { color: rgb(127,197,156); }
H1.HeaderClassName
{
color: #7FC59C;
}
.AnyTagClassName
{
color: #7FC59C;
}
</style>
background-color css
<style>
a { background-color: #7FC59C; }
a { background-color: rgb(127,197,156); }
div.DivClassName
{
background-color: #7FC59C;
}
.BgClassName
{
background-color: #7FC59C;
}
</style>
border-color css
<style>
span { border-color: #7FC59C; }
span { border-color: rgb(127,197,156); }
td.TdClassName
{
border-color: #7FC59C;
}
.TagClassName
{
border-color: #7FC59C;
}
</style>