Shades of Pastel Green #78D276
Tints of Pastel Green #78D276
RGB
CMYK
RGB Variations
Color information
#78D276 (or 0x78D276) is known color: Pastel Green. HEX triplet: 78, D2 and 76. RGB value is (120,210,118). Sum of RGB (Red+Green+Blue) = 120+210+118=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #78D276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D276 is #872D89. Grayscale: #ACACAC. Windows color (decimal): -8859018 or 7787128. OLE color: 7787128.
HSL color Cylindrical-coordinate representation of color #78D276: hue angle of 118.7º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D276 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 210 | 118 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.18 |
| HSL | 118.7º | 0.51% | 0.64% | - |
| HSV(B) | 118.7º | 0.44% | 0.82% | - |
| XYZ | 34.06 | 51.39 | 25.26 | - |
| YUV | 172.6 | 97.18 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 118 | 0.43 | 0 | 0.44 | 0.18 | 118.7 | 0.51 | 0.64 |
| Hex | 78 | D2 | 76 | 2B | 0 | 2C | 12 | 77 | 33 | 40 |
| Octal | 170 | 322 | 166 | 53 | 0 | 54 | 22 | 167 | 63 | 100 |
| Binary | 1111000 | 11010010 | 1110110 | 101011 | 0 | 101100 | 10010 | 1110111 | 110011 | 1000000 |
Color Harmonies of #78D276
Complementary color
Monochromatic Colors of #78D276
Black with #78D276
Text Example
Text Example
White with #78D276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D276; }
p { color: rgb(120,210,118); }
H1.HeaderClassName
{
color: #78D276;
}
.AnyTagClassName
{
color: #78D276;
}
</style>
background-color css
<style>
a { background-color: #78D276; }
a { background-color: rgb(120,210,118); }
div.DivClassName
{
background-color: #78D276;
}
.BgClassName
{
background-color: #78D276;
}
</style>
border-color css
<style>
span { border-color: #78D276; }
span { border-color: rgb(120,210,118); }
td.TdClassName
{
border-color: #78D276;
}
.TagClassName
{
border-color: #78D276;
}
</style>