Shades of Pastel Green #78D76E
Tints of Pastel Green #78D76E
RGB
CMYK
RGB Variations
Color information
#78D76E (or 0x78D76E) is known color: Pastel Green. HEX triplet: 78, D7 and 6E. RGB value is (120,215,110). Sum of RGB (Red+Green+Blue) = 120+215+110=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #78D76E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D76E is #872891. Grayscale: #AEAEAE. Windows color (decimal): -8857746 or 7264120. OLE color: 7264120.
HSL color Cylindrical-coordinate representation of color #78D76E: hue angle of 114.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78D76E is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 215 | 110 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.16 |
| HSL | 114.29º | 0.57% | 0.64% | - |
| HSV(B) | 114.29º | 0.49% | 0.84% | - |
| XYZ | 34.86 | 53.72 | 23.28 | - |
| YUV | 174.63 | 91.53 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 215 | 110 | 0.44 | 0 | 0.49 | 0.16 | 114.29 | 0.57 | 0.64 |
| Hex | 78 | D7 | 6E | 2C | 0 | 31 | 10 | 72 | 39 | 40 |
| Octal | 170 | 327 | 156 | 54 | 0 | 61 | 20 | 162 | 71 | 100 |
| Binary | 1111000 | 11010111 | 1101110 | 101100 | 0 | 110001 | 10000 | 1110010 | 111001 | 1000000 |
Color Harmonies of #78D76E
Complementary color
Monochromatic Colors of #78D76E
Black with #78D76E
Text Example
Text Example
White with #78D76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D76E; }
p { color: rgb(120,215,110); }
H1.HeaderClassName
{
color: #78D76E;
}
.AnyTagClassName
{
color: #78D76E;
}
</style>
background-color css
<style>
a { background-color: #78D76E; }
a { background-color: rgb(120,215,110); }
div.DivClassName
{
background-color: #78D76E;
}
.BgClassName
{
background-color: #78D76E;
}
</style>
border-color css
<style>
span { border-color: #78D76E; }
span { border-color: rgb(120,215,110); }
td.TdClassName
{
border-color: #78D76E;
}
.TagClassName
{
border-color: #78D76E;
}
</style>