Shades of Pastel Green #78D96A
Tints of Pastel Green #78D96A
RGB
CMYK
RGB Variations
Color information
#78D96A (or 0x78D96A) is known color: Pastel Green. HEX triplet: 78, D9 and 6A. RGB value is (120,217,106). Sum of RGB (Red+Green+Blue) = 120+217+106=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #78D96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D96A is #872695. Grayscale: #AFAFAF. Windows color (decimal): -8857238 or 7002488. OLE color: 7002488.
HSL color Cylindrical-coordinate representation of color #78D96A: hue angle of 112.43º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78D96A is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 217 | 106 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.15 |
| HSL | 112.43º | 0.59% | 0.63% | - |
| HSV(B) | 112.43º | 0.51% | 0.85% | - |
| XYZ | 35.16 | 54.66 | 22.33 | - |
| YUV | 175.34 | 88.86 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 217 | 106 | 0.45 | 0 | 0.51 | 0.15 | 112.43 | 0.59 | 0.63 |
| Hex | 78 | D9 | 6A | 2D | 0 | 33 | F | 70 | 3B | 3F |
| Octal | 170 | 331 | 152 | 55 | 0 | 63 | 17 | 160 | 73 | 77 |
| Binary | 1111000 | 11011001 | 1101010 | 101101 | 0 | 110011 | 1111 | 1110000 | 111011 | 111111 |
Color Harmonies of #78D96A
Complementary color
Monochromatic Colors of #78D96A
Black with #78D96A
Text Example
Text Example
White with #78D96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D96A; }
p { color: rgb(120,217,106); }
H1.HeaderClassName
{
color: #78D96A;
}
.AnyTagClassName
{
color: #78D96A;
}
</style>
background-color css
<style>
a { background-color: #78D96A; }
a { background-color: rgb(120,217,106); }
div.DivClassName
{
background-color: #78D96A;
}
.BgClassName
{
background-color: #78D96A;
}
</style>
border-color css
<style>
span { border-color: #78D96A; }
span { border-color: rgb(120,217,106); }
td.TdClassName
{
border-color: #78D96A;
}
.TagClassName
{
border-color: #78D96A;
}
</style>