Shades of Padua #7FC59A
Tints of Padua #7FC59A
RGB
CMYK
RGB Variations
Color information
#7FC59A (or 0x7FC59A) is known color: Padua. HEX triplet: 7F, C5 and 9A. RGB value is (127,197,154). Sum of RGB (Red+Green+Blue) = 127+197+154=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC59A is #803A65. Grayscale: #ABABAB. Windows color (decimal): -8403558 or 10143103. OLE color: 10143103.
HSL color Cylindrical-coordinate representation of color #7FC59A: hue angle of 143.14º 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 #7FC59A is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 154 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.23 |
| HSL | 143.14º | 0.38% | 0.64% | - |
| HSV(B) | 143.14º | 0.36% | 0.77% | - |
| XYZ | 34.55 | 46.78 | 37.78 | - |
| YUV | 171.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 154 | 0.36 | 0 | 0.22 | 0.23 | 143.14 | 0.38 | 0.64 |
| Hex | 7F | C5 | 9A | 24 | 0 | 16 | 17 | 8F | 26 | 40 |
| Octal | 177 | 305 | 232 | 44 | 0 | 26 | 27 | 217 | 46 | 100 |
| Binary | 1111111 | 11000101 | 10011010 | 100100 | 0 | 10110 | 10111 | 10001111 | 100110 | 1000000 |
Color Harmonies of #7FC59A
Complementary color
Monochromatic Colors of #7FC59A
Black with #7FC59A
Text Example
Text Example
White with #7FC59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC59A; }
p { color: rgb(127,197,154); }
H1.HeaderClassName
{
color: #7FC59A;
}
.AnyTagClassName
{
color: #7FC59A;
}
</style>
background-color css
<style>
a { background-color: #7FC59A; }
a { background-color: rgb(127,197,154); }
div.DivClassName
{
background-color: #7FC59A;
}
.BgClassName
{
background-color: #7FC59A;
}
</style>
border-color css
<style>
span { border-color: #7FC59A; }
span { border-color: rgb(127,197,154); }
td.TdClassName
{
border-color: #7FC59A;
}
.TagClassName
{
border-color: #7FC59A;
}
</style>