Shades of Padua #7FC995
Tints of Padua #7FC995
RGB
CMYK
RGB Variations
Color information
#7FC995 (or 0x7FC995) is known color: Padua. HEX triplet: 7F, C9 and 95. RGB value is (127,201,149). Sum of RGB (Red+Green+Blue) = 127+201+149=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC995 is #80366A. Grayscale: #ADADAD. Windows color (decimal): -8402539 or 9816447. OLE color: 9816447.
HSL color Cylindrical-coordinate representation of color #7FC995: hue angle of 137.84º 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 #7FC995 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 201 | 149 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.21 |
| HSL | 137.84º | 0.41% | 0.64% | - |
| HSV(B) | 137.84º | 0.37% | 0.79% | - |
| XYZ | 35.06 | 48.46 | 35.94 | - |
| YUV | 172.95 | 114.48 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 201 | 149 | 0.37 | 0 | 0.26 | 0.21 | 137.84 | 0.41 | 0.64 |
| Hex | 7F | C9 | 95 | 25 | 0 | 1A | 15 | 8A | 29 | 40 |
| Octal | 177 | 311 | 225 | 45 | 0 | 32 | 25 | 212 | 51 | 100 |
| Binary | 1111111 | 11001001 | 10010101 | 100101 | 0 | 11010 | 10101 | 10001010 | 101001 | 1000000 |
Color Harmonies of #7FC995
Complementary color
Monochromatic Colors of #7FC995
Black with #7FC995
Text Example
Text Example
White with #7FC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC995; }
p { color: rgb(127,201,149); }
H1.HeaderClassName
{
color: #7FC995;
}
.AnyTagClassName
{
color: #7FC995;
}
</style>
background-color css
<style>
a { background-color: #7FC995; }
a { background-color: rgb(127,201,149); }
div.DivClassName
{
background-color: #7FC995;
}
.BgClassName
{
background-color: #7FC995;
}
</style>
border-color css
<style>
span { border-color: #7FC995; }
span { border-color: rgb(127,201,149); }
td.TdClassName
{
border-color: #7FC995;
}
.TagClassName
{
border-color: #7FC995;
}
</style>