Shades of Padua #7FC19B
Tints of Padua #7FC19B
RGB
CMYK
RGB Variations
Color information
#7FC19B (or 0x7FC19B) is known color: Padua. HEX triplet: 7F, C1 and 9B. RGB value is (127,193,155). Sum of RGB (Red+Green+Blue) = 127+193+155=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC19B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC19B is #803E64. Grayscale: #A9A9A9. Windows color (decimal): -8404581 or 10207615. OLE color: 10207615.
HSL color Cylindrical-coordinate representation of color #7FC19B: hue angle of 145.45º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC19B is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 193 | 155 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.24 |
| HSL | 145.45º | 0.35% | 0.63% | - |
| HSV(B) | 145.45º | 0.34% | 0.76% | - |
| XYZ | 33.74 | 45.02 | 37.92 | - |
| YUV | 168.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 155 | 0.34 | 0 | 0.20 | 0.24 | 145.45 | 0.35 | 0.63 |
| Hex | 7F | C1 | 9B | 22 | 0 | 14 | 18 | 91 | 23 | 3F |
| Octal | 177 | 301 | 233 | 42 | 0 | 24 | 30 | 221 | 43 | 77 |
| Binary | 1111111 | 11000001 | 10011011 | 100010 | 0 | 10100 | 11000 | 10010001 | 100011 | 111111 |
Color Harmonies of #7FC19B
Complementary color
Monochromatic Colors of #7FC19B
Black with #7FC19B
Text Example
Text Example
White with #7FC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC19B; }
p { color: rgb(127,193,155); }
H1.HeaderClassName
{
color: #7FC19B;
}
.AnyTagClassName
{
color: #7FC19B;
}
</style>
background-color css
<style>
a { background-color: #7FC19B; }
a { background-color: rgb(127,193,155); }
div.DivClassName
{
background-color: #7FC19B;
}
.BgClassName
{
background-color: #7FC19B;
}
</style>
border-color css
<style>
span { border-color: #7FC19B; }
span { border-color: rgb(127,193,155); }
td.TdClassName
{
border-color: #7FC19B;
}
.TagClassName
{
border-color: #7FC19B;
}
</style>