Shades of Padua #7FC098
Tints of Padua #7FC098
RGB
CMYK
RGB Variations
Color information
#7FC098 (or 0x7FC098) is known color: Padua. HEX triplet: 7F, C0 and 98. RGB value is (127,192,152). Sum of RGB (Red+Green+Blue) = 127+192+152=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC098 is #803F67. Grayscale: #A8A8A8. Windows color (decimal): -8404840 or 10010751. OLE color: 10010751.
HSL color Cylindrical-coordinate representation of color #7FC098: hue angle of 143.08º 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 #7FC098 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 152 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.25 |
| HSL | 143.08º | 0.34% | 0.63% | - |
| HSV(B) | 143.08º | 0.34% | 0.75% | - |
| XYZ | 33.27 | 44.48 | 36.54 | - |
| YUV | 168.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 152 | 0.34 | 0 | 0.21 | 0.25 | 143.08 | 0.34 | 0.63 |
| Hex | 7F | C0 | 98 | 22 | 0 | 15 | 19 | 8F | 22 | 3F |
| Octal | 177 | 300 | 230 | 42 | 0 | 25 | 31 | 217 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10011000 | 100010 | 0 | 10101 | 11001 | 10001111 | 100010 | 111111 |
Color Harmonies of #7FC098
Complementary color
Monochromatic Colors of #7FC098
Black with #7FC098
Text Example
Text Example
White with #7FC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC098; }
p { color: rgb(127,192,152); }
H1.HeaderClassName
{
color: #7FC098;
}
.AnyTagClassName
{
color: #7FC098;
}
</style>
background-color css
<style>
a { background-color: #7FC098; }
a { background-color: rgb(127,192,152); }
div.DivClassName
{
background-color: #7FC098;
}
.BgClassName
{
background-color: #7FC098;
}
</style>
border-color css
<style>
span { border-color: #7FC098; }
span { border-color: rgb(127,192,152); }
td.TdClassName
{
border-color: #7FC098;
}
.TagClassName
{
border-color: #7FC098;
}
</style>