Shades of Padua #78C199
Tints of Padua #78C199
RGB
CMYK
RGB Variations
Color information
#78C199 (or 0x78C199) is known color: Padua. HEX triplet: 78, C1 and 99. RGB value is (120,193,153). Sum of RGB (Red+Green+Blue) = 120+193+153=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #78C199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C199 is #873E66. Grayscale: #A6A6A6. Windows color (decimal): -8863335 or 10076536. OLE color: 10076536.
HSL color Cylindrical-coordinate representation of color #78C199: hue angle of 147.12º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C199 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 153 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.24 |
| HSL | 147.12º | 0.37% | 0.61% | - |
| HSV(B) | 147.12º | 0.38% | 0.76% | - |
| XYZ | 32.57 | 44.43 | 37 | - |
| YUV | 166.61 | 120.32 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 153 | 0.38 | 0 | 0.21 | 0.24 | 147.12 | 0.37 | 0.61 |
| Hex | 78 | C1 | 99 | 26 | 0 | 15 | 18 | 93 | 25 | 3D |
| Octal | 170 | 301 | 231 | 46 | 0 | 25 | 30 | 223 | 45 | 75 |
| Binary | 1111000 | 11000001 | 10011001 | 100110 | 0 | 10101 | 11000 | 10010011 | 100101 | 111101 |
Color Harmonies of #78C199
Complementary color
Monochromatic Colors of #78C199
Black with #78C199
Text Example
Text Example
White with #78C199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C199; }
p { color: rgb(120,193,153); }
H1.HeaderClassName
{
color: #78C199;
}
.AnyTagClassName
{
color: #78C199;
}
</style>
background-color css
<style>
a { background-color: #78C199; }
a { background-color: rgb(120,193,153); }
div.DivClassName
{
background-color: #78C199;
}
.BgClassName
{
background-color: #78C199;
}
</style>
border-color css
<style>
span { border-color: #78C199; }
span { border-color: rgb(120,193,153); }
td.TdClassName
{
border-color: #78C199;
}
.TagClassName
{
border-color: #78C199;
}
</style>