Shades of Pastel Green #78DB7A
Tints of Pastel Green #78DB7A
RGB
CMYK
RGB Variations
Color information
#78DB7A (or 0x78DB7A) is known color: Pastel Green. HEX triplet: 78, DB and 7A. RGB value is (120,219,122). Sum of RGB (Red+Green+Blue) = 120+219+122=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DB7A is #872485. Grayscale: #B2B2B2. Windows color (decimal): -8856710 or 8051576. OLE color: 8051576.
HSL color Cylindrical-coordinate representation of color #78DB7A: hue angle of 121.21º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DB7A is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 122 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.14 |
| HSL | 121.21º | 0.58% | 0.66% | - |
| HSV(B) | 121.21º | 0.45% | 0.86% | - |
| XYZ | 36.59 | 56.06 | 27.3 | - |
| YUV | 178.34 | 96.2 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 122 | 0.45 | 0 | 0.44 | 0.14 | 121.21 | 0.58 | 0.66 |
| Hex | 78 | DB | 7A | 2D | 0 | 2C | E | 79 | 3A | 42 |
| Octal | 170 | 333 | 172 | 55 | 0 | 54 | 16 | 171 | 72 | 102 |
| Binary | 1111000 | 11011011 | 1111010 | 101101 | 0 | 101100 | 1110 | 1111001 | 111010 | 1000010 |
Color Harmonies of #78DB7A
Complementary color
Monochromatic Colors of #78DB7A
Black with #78DB7A
Text Example
Text Example
White with #78DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB7A; }
p { color: rgb(120,219,122); }
H1.HeaderClassName
{
color: #78DB7A;
}
.AnyTagClassName
{
color: #78DB7A;
}
</style>
background-color css
<style>
a { background-color: #78DB7A; }
a { background-color: rgb(120,219,122); }
div.DivClassName
{
background-color: #78DB7A;
}
.BgClassName
{
background-color: #78DB7A;
}
</style>
border-color css
<style>
span { border-color: #78DB7A; }
span { border-color: rgb(120,219,122); }
td.TdClassName
{
border-color: #78DB7A;
}
.TagClassName
{
border-color: #78DB7A;
}
</style>