Shades of Padua #7FC099
Tints of Padua #7FC099
RGB
CMYK
RGB Variations
Color information
#7FC099 (or 0x7FC099) is known color: Padua. HEX triplet: 7F, C0 and 99. RGB value is (127,192,153). Sum of RGB (Red+Green+Blue) = 127+192+153=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC099 is #803F66. Grayscale: #A8A8A8. Windows color (decimal): -8404839 or 10076287. OLE color: 10076287.
HSL color Cylindrical-coordinate representation of color #7FC099: hue angle of 144º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC099 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 153 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.25 |
| HSL | 144º | 0.34% | 0.63% | - |
| HSV(B) | 144º | 0.34% | 0.75% | - |
| XYZ | 33.35 | 44.51 | 36.97 | - |
| YUV | 168.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 153 | 0.34 | 0 | 0.20 | 0.25 | 144 | 0.34 | 0.63 |
| Hex | 7F | C0 | 99 | 22 | 0 | 14 | 19 | 90 | 22 | 3F |
| Octal | 177 | 300 | 231 | 42 | 0 | 24 | 31 | 220 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10011001 | 100010 | 0 | 10100 | 11001 | 10010000 | 100010 | 111111 |
Color Harmonies of #7FC099
Complementary color
Monochromatic Colors of #7FC099
Black with #7FC099
Text Example
Text Example
White with #7FC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC099; }
p { color: rgb(127,192,153); }
H1.HeaderClassName
{
color: #7FC099;
}
.AnyTagClassName
{
color: #7FC099;
}
</style>
background-color css
<style>
a { background-color: #7FC099; }
a { background-color: rgb(127,192,153); }
div.DivClassName
{
background-color: #7FC099;
}
.BgClassName
{
background-color: #7FC099;
}
</style>
border-color css
<style>
span { border-color: #7FC099; }
span { border-color: rgb(127,192,153); }
td.TdClassName
{
border-color: #7FC099;
}
.TagClassName
{
border-color: #7FC099;
}
</style>