Shades of Pastel Green #78D77C
Tints of Pastel Green #78D77C
RGB
CMYK
RGB Variations
Color information
#78D77C (or 0x78D77C) is known color: Pastel Green. HEX triplet: 78, D7 and 7C. RGB value is (120,215,124). Sum of RGB (Red+Green+Blue) = 120+215+124=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #78D77C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D77C is #872883. Grayscale: #B0B0B0. Windows color (decimal): -8857732 or 8181624. OLE color: 8181624.
HSL color Cylindrical-coordinate representation of color #78D77C: hue angle of 122.53º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D77C is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 215 | 124 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.16 |
| HSL | 122.53º | 0.54% | 0.66% | - |
| HSV(B) | 122.53º | 0.44% | 0.84% | - |
| XYZ | 35.68 | 54.05 | 27.62 | - |
| YUV | 176.22 | 98.53 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 215 | 124 | 0.44 | 0 | 0.42 | 0.16 | 122.53 | 0.54 | 0.66 |
| Hex | 78 | D7 | 7C | 2C | 0 | 2A | 10 | 7B | 36 | 42 |
| Octal | 170 | 327 | 174 | 54 | 0 | 52 | 20 | 173 | 66 | 102 |
| Binary | 1111000 | 11010111 | 1111100 | 101100 | 0 | 101010 | 10000 | 1111011 | 110110 | 1000010 |
Color Harmonies of #78D77C
Complementary color
Monochromatic Colors of #78D77C
Black with #78D77C
Text Example
Text Example
White with #78D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D77C; }
p { color: rgb(120,215,124); }
H1.HeaderClassName
{
color: #78D77C;
}
.AnyTagClassName
{
color: #78D77C;
}
</style>
background-color css
<style>
a { background-color: #78D77C; }
a { background-color: rgb(120,215,124); }
div.DivClassName
{
background-color: #78D77C;
}
.BgClassName
{
background-color: #78D77C;
}
</style>
border-color css
<style>
span { border-color: #78D77C; }
span { border-color: rgb(120,215,124); }
td.TdClassName
{
border-color: #78D77C;
}
.TagClassName
{
border-color: #78D77C;
}
</style>