Shades of Pastel Green #78D971
Tints of Pastel Green #78D971
RGB
CMYK
RGB Variations
Color information
#78D971 (or 0x78D971) is known color: Pastel Green. HEX triplet: 78, D9 and 71. RGB value is (120,217,113). Sum of RGB (Red+Green+Blue) = 120+217+113=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #78D971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D971 is #87268E. Grayscale: #B0B0B0. Windows color (decimal): -8857231 or 7461240. OLE color: 7461240.
HSL color Cylindrical-coordinate representation of color #78D971: hue angle of 115.96º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78D971 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 217 | 113 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.15 |
| HSL | 115.96º | 0.58% | 0.65% | - |
| HSV(B) | 115.96º | 0.48% | 0.85% | - |
| XYZ | 35.54 | 54.81 | 24.33 | - |
| YUV | 176.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 217 | 113 | 0.45 | 0 | 0.48 | 0.15 | 115.96 | 0.58 | 0.65 |
| Hex | 78 | D9 | 71 | 2D | 0 | 30 | F | 74 | 3A | 41 |
| Octal | 170 | 331 | 161 | 55 | 0 | 60 | 17 | 164 | 72 | 101 |
| Binary | 1111000 | 11011001 | 1110001 | 101101 | 0 | 110000 | 1111 | 1110100 | 111010 | 1000001 |
Color Harmonies of #78D971
Complementary color
Monochromatic Colors of #78D971
Black with #78D971
Text Example
Text Example
White with #78D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D971; }
p { color: rgb(120,217,113); }
H1.HeaderClassName
{
color: #78D971;
}
.AnyTagClassName
{
color: #78D971;
}
</style>
background-color css
<style>
a { background-color: #78D971; }
a { background-color: rgb(120,217,113); }
div.DivClassName
{
background-color: #78D971;
}
.BgClassName
{
background-color: #78D971;
}
</style>
border-color css
<style>
span { border-color: #78D971; }
span { border-color: rgb(120,217,113); }
td.TdClassName
{
border-color: #78D971;
}
.TagClassName
{
border-color: #78D971;
}
</style>