Shades of Padua #7FC896
Tints of Padua #7FC896
RGB
CMYK
RGB Variations
Color information
#7FC896 (or 0x7FC896) is known color: Padua. HEX triplet: 7F, C8 and 96. RGB value is (127,200,150). Sum of RGB (Red+Green+Blue) = 127+200+150=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC896 is #803769. Grayscale: #ACACAC. Windows color (decimal): -8402794 or 9881727. OLE color: 9881727.
HSL color Cylindrical-coordinate representation of color #7FC896: hue angle of 138.9º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC896 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 200 | 150 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.22 |
| HSL | 138.9º | 0.4% | 0.64% | - |
| HSV(B) | 138.9º | 0.37% | 0.78% | - |
| XYZ | 34.91 | 48.02 | 36.28 | - |
| YUV | 172.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 150 | 0.36 | 0 | 0.25 | 0.22 | 138.9 | 0.4 | 0.64 |
| Hex | 7F | C8 | 96 | 24 | 0 | 19 | 16 | 8B | 28 | 40 |
| Octal | 177 | 310 | 226 | 44 | 0 | 31 | 26 | 213 | 50 | 100 |
| Binary | 1111111 | 11001000 | 10010110 | 100100 | 0 | 11001 | 10110 | 10001011 | 101000 | 1000000 |
Color Harmonies of #7FC896
Complementary color
Monochromatic Colors of #7FC896
Black with #7FC896
Text Example
Text Example
White with #7FC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC896; }
p { color: rgb(127,200,150); }
H1.HeaderClassName
{
color: #7FC896;
}
.AnyTagClassName
{
color: #7FC896;
}
</style>
background-color css
<style>
a { background-color: #7FC896; }
a { background-color: rgb(127,200,150); }
div.DivClassName
{
background-color: #7FC896;
}
.BgClassName
{
background-color: #7FC896;
}
</style>
border-color css
<style>
span { border-color: #7FC896; }
span { border-color: rgb(127,200,150); }
td.TdClassName
{
border-color: #7FC896;
}
.TagClassName
{
border-color: #7FC896;
}
</style>