Shades of Pastel Green #78D965
Tints of Pastel Green #78D965
RGB
CMYK
RGB Variations
Color information
#78D965 (or 0x78D965) is known color: Pastel Green. HEX triplet: 78, D9 and 65. RGB value is (120,217,101). Sum of RGB (Red+Green+Blue) = 120+217+101=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #78D965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D965 is #87269A. Grayscale: #AFAFAF. Windows color (decimal): -8857243 or 6674808. OLE color: 6674808.
HSL color Cylindrical-coordinate representation of color #78D965: hue angle of 110.17º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78D965 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 217 | 101 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.15 |
| HSL | 110.17º | 0.6% | 0.62% | - |
| HSV(B) | 110.17º | 0.53% | 0.85% | - |
| XYZ | 34.91 | 54.56 | 21 | - |
| YUV | 174.77 | 86.36 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 217 | 101 | 0.45 | 0 | 0.53 | 0.15 | 110.17 | 0.6 | 0.62 |
| Hex | 78 | D9 | 65 | 2D | 0 | 35 | F | 6E | 3C | 3E |
| Octal | 170 | 331 | 145 | 55 | 0 | 65 | 17 | 156 | 74 | 76 |
| Binary | 1111000 | 11011001 | 1100101 | 101101 | 0 | 110101 | 1111 | 1101110 | 111100 | 111110 |
Color Harmonies of #78D965
Complementary color
Monochromatic Colors of #78D965
Black with #78D965
Text Example
Text Example
White with #78D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D965; }
p { color: rgb(120,217,101); }
H1.HeaderClassName
{
color: #78D965;
}
.AnyTagClassName
{
color: #78D965;
}
</style>
background-color css
<style>
a { background-color: #78D965; }
a { background-color: rgb(120,217,101); }
div.DivClassName
{
background-color: #78D965;
}
.BgClassName
{
background-color: #78D965;
}
</style>
border-color css
<style>
span { border-color: #78D965; }
span { border-color: rgb(120,217,101); }
td.TdClassName
{
border-color: #78D965;
}
.TagClassName
{
border-color: #78D965;
}
</style>