Shades of Pastel Green #78D96B
Tints of Pastel Green #78D96B
RGB
CMYK
RGB Variations
Color information
#78D96B (or 0x78D96B) is known color: Pastel Green. HEX triplet: 78, D9 and 6B. RGB value is (120,217,107). Sum of RGB (Red+Green+Blue) = 120+217+107=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #78D96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D96B is #872694. Grayscale: #AFAFAF. Windows color (decimal): -8857237 or 7068024. OLE color: 7068024.
HSL color Cylindrical-coordinate representation of color #78D96B: hue angle of 112.91º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78D96B is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 217 | 107 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.15 |
| HSL | 112.91º | 0.59% | 0.64% | - |
| HSV(B) | 112.91º | 0.51% | 0.85% | - |
| XYZ | 35.21 | 54.68 | 22.61 | - |
| YUV | 175.46 | 89.36 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 217 | 107 | 0.45 | 0 | 0.51 | 0.15 | 112.91 | 0.59 | 0.64 |
| Hex | 78 | D9 | 6B | 2D | 0 | 33 | F | 71 | 3B | 40 |
| Octal | 170 | 331 | 153 | 55 | 0 | 63 | 17 | 161 | 73 | 100 |
| Binary | 1111000 | 11011001 | 1101011 | 101101 | 0 | 110011 | 1111 | 1110001 | 111011 | 1000000 |
Color Harmonies of #78D96B
Complementary color
Monochromatic Colors of #78D96B
Black with #78D96B
Text Example
Text Example
White with #78D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D96B; }
p { color: rgb(120,217,107); }
H1.HeaderClassName
{
color: #78D96B;
}
.AnyTagClassName
{
color: #78D96B;
}
</style>
background-color css
<style>
a { background-color: #78D96B; }
a { background-color: rgb(120,217,107); }
div.DivClassName
{
background-color: #78D96B;
}
.BgClassName
{
background-color: #78D96B;
}
</style>
border-color css
<style>
span { border-color: #78D96B; }
span { border-color: rgb(120,217,107); }
td.TdClassName
{
border-color: #78D96B;
}
.TagClassName
{
border-color: #78D96B;
}
</style>