Shades of Pastel Green #78D972
Tints of Pastel Green #78D972
RGB
CMYK
RGB Variations
Color information
#78D972 (or 0x78D972) is known color: Pastel Green. HEX triplet: 78, D9 and 72. RGB value is (120,217,114). Sum of RGB (Red+Green+Blue) = 120+217+114=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #78D972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D972 is #87268D. Grayscale: #B0B0B0. Windows color (decimal): -8857230 or 7526776. OLE color: 7526776.
HSL color Cylindrical-coordinate representation of color #78D972: hue angle of 116.5º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78D972 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 217 | 114 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.15 |
| HSL | 116.5º | 0.58% | 0.65% | - |
| HSV(B) | 116.5º | 0.47% | 0.85% | - |
| XYZ | 35.6 | 54.83 | 24.63 | - |
| YUV | 176.26 | 92.86 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 217 | 114 | 0.45 | 0 | 0.47 | 0.15 | 116.5 | 0.58 | 0.65 |
| Hex | 78 | D9 | 72 | 2D | 0 | 2F | F | 75 | 3A | 41 |
| Octal | 170 | 331 | 162 | 55 | 0 | 57 | 17 | 165 | 72 | 101 |
| Binary | 1111000 | 11011001 | 1110010 | 101101 | 0 | 101111 | 1111 | 1110101 | 111010 | 1000001 |
Color Harmonies of #78D972
Complementary color
Monochromatic Colors of #78D972
Black with #78D972
Text Example
Text Example
White with #78D972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D972; }
p { color: rgb(120,217,114); }
H1.HeaderClassName
{
color: #78D972;
}
.AnyTagClassName
{
color: #78D972;
}
</style>
background-color css
<style>
a { background-color: #78D972; }
a { background-color: rgb(120,217,114); }
div.DivClassName
{
background-color: #78D972;
}
.BgClassName
{
background-color: #78D972;
}
</style>
border-color css
<style>
span { border-color: #78D972; }
span { border-color: rgb(120,217,114); }
td.TdClassName
{
border-color: #78D972;
}
.TagClassName
{
border-color: #78D972;
}
</style>