Shades of Padua #78C59E
Tints of Padua #78C59E
RGB
CMYK
RGB Variations
Color information
#78C59E (or 0x78C59E) is known color: Padua. HEX triplet: 78, C5 and 9E. RGB value is (120,197,158). Sum of RGB (Red+Green+Blue) = 120+197+158=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #78C59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C59E is #873A61. Grayscale: #A9A9A9. Windows color (decimal): -8862306 or 10405240. OLE color: 10405240.
HSL color Cylindrical-coordinate representation of color #78C59E: hue angle of 149.61º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C59E is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 158 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.23 |
| HSL | 149.61º | 0.4% | 0.62% | - |
| HSV(B) | 149.61º | 0.39% | 0.77% | - |
| XYZ | 33.88 | 46.39 | 39.52 | - |
| YUV | 169.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 158 | 0.39 | 0 | 0.20 | 0.23 | 149.61 | 0.4 | 0.62 |
| Hex | 78 | C5 | 9E | 27 | 0 | 14 | 17 | 96 | 28 | 3E |
| Octal | 170 | 305 | 236 | 47 | 0 | 24 | 27 | 226 | 50 | 76 |
| Binary | 1111000 | 11000101 | 10011110 | 100111 | 0 | 10100 | 10111 | 10010110 | 101000 | 111110 |
Color Harmonies of #78C59E
Complementary color
Monochromatic Colors of #78C59E
Black with #78C59E
Text Example
Text Example
White with #78C59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C59E; }
p { color: rgb(120,197,158); }
H1.HeaderClassName
{
color: #78C59E;
}
.AnyTagClassName
{
color: #78C59E;
}
</style>
background-color css
<style>
a { background-color: #78C59E; }
a { background-color: rgb(120,197,158); }
div.DivClassName
{
background-color: #78C59E;
}
.BgClassName
{
background-color: #78C59E;
}
</style>
border-color css
<style>
span { border-color: #78C59E; }
span { border-color: rgb(120,197,158); }
td.TdClassName
{
border-color: #78C59E;
}
.TagClassName
{
border-color: #78C59E;
}
</style>