Shades of Padua #78C291
Tints of Padua #78C291
RGB
CMYK
RGB Variations
Color information
#78C291 (or 0x78C291) is known color: Padua. HEX triplet: 78, C2 and 91. RGB value is (120,194,145). Sum of RGB (Red+Green+Blue) = 120+194+145=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #78C291 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C291 is #873D6E. Grayscale: #A6A6A6. Windows color (decimal): -8863087 or 9552504. OLE color: 9552504.
HSL color Cylindrical-coordinate representation of color #78C291: hue angle of 140.27º 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 #78C291 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 145 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.24 |
| HSL | 140.27º | 0.38% | 0.62% | - |
| HSV(B) | 140.27º | 0.38% | 0.76% | - |
| XYZ | 32.15 | 44.62 | 33.71 | - |
| YUV | 166.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 145 | 0.38 | 0 | 0.25 | 0.24 | 140.27 | 0.38 | 0.62 |
| Hex | 78 | C2 | 91 | 26 | 0 | 19 | 18 | 8C | 26 | 3E |
| Octal | 170 | 302 | 221 | 46 | 0 | 31 | 30 | 214 | 46 | 76 |
| Binary | 1111000 | 11000010 | 10010001 | 100110 | 0 | 11001 | 11000 | 10001100 | 100110 | 111110 |
Color Harmonies of #78C291
Complementary color
Monochromatic Colors of #78C291
Black with #78C291
Text Example
Text Example
White with #78C291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C291; }
p { color: rgb(120,194,145); }
H1.HeaderClassName
{
color: #78C291;
}
.AnyTagClassName
{
color: #78C291;
}
</style>
background-color css
<style>
a { background-color: #78C291; }
a { background-color: rgb(120,194,145); }
div.DivClassName
{
background-color: #78C291;
}
.BgClassName
{
background-color: #78C291;
}
</style>
border-color css
<style>
span { border-color: #78C291; }
span { border-color: rgb(120,194,145); }
td.TdClassName
{
border-color: #78C291;
}
.TagClassName
{
border-color: #78C291;
}
</style>