Shades of Pastel Green #78DB6E
Tints of Pastel Green #78DB6E
RGB
CMYK
RGB Variations
Color information
#78DB6E (or 0x78DB6E) is known color: Pastel Green. HEX triplet: 78, DB and 6E. RGB value is (120,219,110). Sum of RGB (Red+Green+Blue) = 120+219+110=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DB6E is #872491. Grayscale: #B1B1B1. Windows color (decimal): -8856722 or 7265144. OLE color: 7265144.
HSL color Cylindrical-coordinate representation of color #78DB6E: hue angle of 114.5º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78DB6E is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 110 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.14 |
| HSL | 114.5º | 0.6% | 0.65% | - |
| HSV(B) | 114.5º | 0.5% | 0.86% | - |
| XYZ | 35.89 | 55.78 | 23.63 | - |
| YUV | 176.97 | 90.2 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 110 | 0.45 | 0 | 0.50 | 0.14 | 114.5 | 0.6 | 0.65 |
| Hex | 78 | DB | 6E | 2D | 0 | 32 | E | 72 | 3C | 41 |
| Octal | 170 | 333 | 156 | 55 | 0 | 62 | 16 | 162 | 74 | 101 |
| Binary | 1111000 | 11011011 | 1101110 | 101101 | 0 | 110010 | 1110 | 1110010 | 111100 | 1000001 |
Color Harmonies of #78DB6E
Complementary color
Monochromatic Colors of #78DB6E
Black with #78DB6E
Text Example
Text Example
White with #78DB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB6E; }
p { color: rgb(120,219,110); }
H1.HeaderClassName
{
color: #78DB6E;
}
.AnyTagClassName
{
color: #78DB6E;
}
</style>
background-color css
<style>
a { background-color: #78DB6E; }
a { background-color: rgb(120,219,110); }
div.DivClassName
{
background-color: #78DB6E;
}
.BgClassName
{
background-color: #78DB6E;
}
</style>
border-color css
<style>
span { border-color: #78DB6E; }
span { border-color: rgb(120,219,110); }
td.TdClassName
{
border-color: #78DB6E;
}
.TagClassName
{
border-color: #78DB6E;
}
</style>