Shades of Padua #78C395
Tints of Padua #78C395
RGB
CMYK
RGB Variations
Color information
#78C395 (or 0x78C395) is known color: Padua. HEX triplet: 78, C3 and 95. RGB value is (120,195,149). Sum of RGB (Red+Green+Blue) = 120+195+149=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #78C395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C395 is #873C6A. Grayscale: #A7A7A7. Windows color (decimal): -8862827 or 9814904. OLE color: 9814904.
HSL color Cylindrical-coordinate representation of color #78C395: hue angle of 143.2º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C395 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 149 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.24 |
| HSL | 143.2º | 0.38% | 0.62% | - |
| HSV(B) | 143.2º | 0.38% | 0.76% | - |
| XYZ | 32.69 | 45.19 | 35.43 | - |
| YUV | 167.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 149 | 0.38 | 0 | 0.24 | 0.24 | 143.2 | 0.38 | 0.62 |
| Hex | 78 | C3 | 95 | 26 | 0 | 18 | 18 | 8F | 26 | 3E |
| Octal | 170 | 303 | 225 | 46 | 0 | 30 | 30 | 217 | 46 | 76 |
| Binary | 1111000 | 11000011 | 10010101 | 100110 | 0 | 11000 | 11000 | 10001111 | 100110 | 111110 |
Color Harmonies of #78C395
Complementary color
Monochromatic Colors of #78C395
Black with #78C395
Text Example
Text Example
White with #78C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C395; }
p { color: rgb(120,195,149); }
H1.HeaderClassName
{
color: #78C395;
}
.AnyTagClassName
{
color: #78C395;
}
</style>
background-color css
<style>
a { background-color: #78C395; }
a { background-color: rgb(120,195,149); }
div.DivClassName
{
background-color: #78C395;
}
.BgClassName
{
background-color: #78C395;
}
</style>
border-color css
<style>
span { border-color: #78C395; }
span { border-color: rgb(120,195,149); }
td.TdClassName
{
border-color: #78C395;
}
.TagClassName
{
border-color: #78C395;
}
</style>