Shades of Padua #7FC093
Tints of Padua #7FC093
RGB
CMYK
RGB Variations
Color information
#7FC093 (or 0x7FC093) is known color: Padua. HEX triplet: 7F, C0 and 93. RGB value is (127,192,147). Sum of RGB (Red+Green+Blue) = 127+192+147=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC093 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC093 is #803F6C. Grayscale: #A7A7A7. Windows color (decimal): -8404845 or 9683071. OLE color: 9683071.
HSL color Cylindrical-coordinate representation of color #7FC093: hue angle of 138.46º 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 #7FC093 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 147 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.25 |
| HSL | 138.46º | 0.34% | 0.63% | - |
| HSV(B) | 138.46º | 0.34% | 0.75% | - |
| XYZ | 32.87 | 44.32 | 34.43 | - |
| YUV | 167.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 147 | 0.34 | 0 | 0.23 | 0.25 | 138.46 | 0.34 | 0.63 |
| Hex | 7F | C0 | 93 | 22 | 0 | 17 | 19 | 8A | 22 | 3F |
| Octal | 177 | 300 | 223 | 42 | 0 | 27 | 31 | 212 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10010011 | 100010 | 0 | 10111 | 11001 | 10001010 | 100010 | 111111 |
Color Harmonies of #7FC093
Complementary color
Monochromatic Colors of #7FC093
Black with #7FC093
Text Example
Text Example
White with #7FC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC093; }
p { color: rgb(127,192,147); }
H1.HeaderClassName
{
color: #7FC093;
}
.AnyTagClassName
{
color: #7FC093;
}
</style>
background-color css
<style>
a { background-color: #7FC093; }
a { background-color: rgb(127,192,147); }
div.DivClassName
{
background-color: #7FC093;
}
.BgClassName
{
background-color: #7FC093;
}
</style>
border-color css
<style>
span { border-color: #7FC093; }
span { border-color: rgb(127,192,147); }
td.TdClassName
{
border-color: #7FC093;
}
.TagClassName
{
border-color: #7FC093;
}
</style>