Shades of Pastel Green #78D57A
Tints of Pastel Green #78D57A
RGB
CMYK
RGB Variations
Color information
#78D57A (or 0x78D57A) is known color: Pastel Green. HEX triplet: 78, D5 and 7A. RGB value is (120,213,122). Sum of RGB (Red+Green+Blue) = 120+213+122=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #78D57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D57A is #872A85. Grayscale: #AFAFAF. Windows color (decimal): -8858246 or 8050040. OLE color: 8050040.
HSL color Cylindrical-coordinate representation of color #78D57A: hue angle of 121.29º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D57A is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 213 | 122 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.16 |
| HSL | 121.29º | 0.53% | 0.65% | - |
| HSV(B) | 121.29º | 0.44% | 0.84% | - |
| XYZ | 35.05 | 52.99 | 26.79 | - |
| YUV | 174.82 | 98.19 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 213 | 122 | 0.44 | 0 | 0.43 | 0.16 | 121.29 | 0.53 | 0.65 |
| Hex | 78 | D5 | 7A | 2C | 0 | 2B | 10 | 79 | 35 | 41 |
| Octal | 170 | 325 | 172 | 54 | 0 | 53 | 20 | 171 | 65 | 101 |
| Binary | 1111000 | 11010101 | 1111010 | 101100 | 0 | 101011 | 10000 | 1111001 | 110101 | 1000001 |
Color Harmonies of #78D57A
Complementary color
Monochromatic Colors of #78D57A
Black with #78D57A
Text Example
Text Example
White with #78D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D57A; }
p { color: rgb(120,213,122); }
H1.HeaderClassName
{
color: #78D57A;
}
.AnyTagClassName
{
color: #78D57A;
}
</style>
background-color css
<style>
a { background-color: #78D57A; }
a { background-color: rgb(120,213,122); }
div.DivClassName
{
background-color: #78D57A;
}
.BgClassName
{
background-color: #78D57A;
}
</style>
border-color css
<style>
span { border-color: #78D57A; }
span { border-color: rgb(120,213,122); }
td.TdClassName
{
border-color: #78D57A;
}
.TagClassName
{
border-color: #78D57A;
}
</style>