Shades of Pastel Green #78D573
Tints of Pastel Green #78D573
RGB
CMYK
RGB Variations
Color information
#78D573 (or 0x78D573) is known color: Pastel Green. HEX triplet: 78, D5 and 73. RGB value is (120,213,115). Sum of RGB (Red+Green+Blue) = 120+213+115=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #78D573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D573 is #872A8C. Grayscale: #AEAEAE. Windows color (decimal): -8858253 or 7591288. OLE color: 7591288.
HSL color Cylindrical-coordinate representation of color #78D573: hue angle of 116.94º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78D573 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 213 | 115 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.16 |
| HSL | 116.94º | 0.54% | 0.64% | - |
| HSV(B) | 116.94º | 0.46% | 0.84% | - |
| XYZ | 34.63 | 52.82 | 24.59 | - |
| YUV | 174.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 213 | 115 | 0.44 | 0 | 0.46 | 0.16 | 116.94 | 0.54 | 0.64 |
| Hex | 78 | D5 | 73 | 2C | 0 | 2E | 10 | 75 | 36 | 40 |
| Octal | 170 | 325 | 163 | 54 | 0 | 56 | 20 | 165 | 66 | 100 |
| Binary | 1111000 | 11010101 | 1110011 | 101100 | 0 | 101110 | 10000 | 1110101 | 110110 | 1000000 |
Color Harmonies of #78D573
Complementary color
Monochromatic Colors of #78D573
Black with #78D573
Text Example
Text Example
White with #78D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D573; }
p { color: rgb(120,213,115); }
H1.HeaderClassName
{
color: #78D573;
}
.AnyTagClassName
{
color: #78D573;
}
</style>
background-color css
<style>
a { background-color: #78D573; }
a { background-color: rgb(120,213,115); }
div.DivClassName
{
background-color: #78D573;
}
.BgClassName
{
background-color: #78D573;
}
</style>
border-color css
<style>
span { border-color: #78D573; }
span { border-color: rgb(120,213,115); }
td.TdClassName
{
border-color: #78D573;
}
.TagClassName
{
border-color: #78D573;
}
</style>