Shades of Padua #7FC997
Tints of Padua #7FC997
RGB
CMYK
RGB Variations
Color information
#7FC997 (or 0x7FC997) is known color: Padua. HEX triplet: 7F, C9 and 97. RGB value is (127,201,151). Sum of RGB (Red+Green+Blue) = 127+201+151=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC997 is #803668. Grayscale: #ADADAD. Windows color (decimal): -8402537 or 9947519. OLE color: 9947519.
HSL color Cylindrical-coordinate representation of color #7FC997: hue angle of 139.46º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC997 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 201 | 151 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.21 |
| HSL | 139.46º | 0.41% | 0.64% | - |
| HSV(B) | 139.46º | 0.37% | 0.79% | - |
| XYZ | 35.22 | 48.52 | 36.79 | - |
| YUV | 173.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 201 | 151 | 0.37 | 0 | 0.25 | 0.21 | 139.46 | 0.41 | 0.64 |
| Hex | 7F | C9 | 97 | 25 | 0 | 19 | 15 | 8B | 29 | 40 |
| Octal | 177 | 311 | 227 | 45 | 0 | 31 | 25 | 213 | 51 | 100 |
| Binary | 1111111 | 11001001 | 10010111 | 100101 | 0 | 11001 | 10101 | 10001011 | 101001 | 1000000 |
Color Harmonies of #7FC997
Complementary color
Monochromatic Colors of #7FC997
Black with #7FC997
Text Example
Text Example
White with #7FC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC997; }
p { color: rgb(127,201,151); }
H1.HeaderClassName
{
color: #7FC997;
}
.AnyTagClassName
{
color: #7FC997;
}
</style>
background-color css
<style>
a { background-color: #7FC997; }
a { background-color: rgb(127,201,151); }
div.DivClassName
{
background-color: #7FC997;
}
.BgClassName
{
background-color: #7FC997;
}
</style>
border-color css
<style>
span { border-color: #7FC997; }
span { border-color: rgb(127,201,151); }
td.TdClassName
{
border-color: #7FC997;
}
.TagClassName
{
border-color: #7FC997;
}
</style>