Shades of Pastel Green #78DB80
Tints of Pastel Green #78DB80
RGB
CMYK
RGB Variations
Color information
#78DB80 (or 0x78DB80) is known color: Pastel Green. HEX triplet: 78, DB and 80. RGB value is (120,219,128). Sum of RGB (Red+Green+Blue) = 120+219+128=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DB80 is #87247F. Grayscale: #B3B3B3. Windows color (decimal): -8856704 or 8444792. OLE color: 8444792.
HSL color Cylindrical-coordinate representation of color #78DB80: hue angle of 124.85º 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 #78DB80 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 128 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.14 |
| HSL | 124.85º | 0.58% | 0.66% | - |
| HSV(B) | 124.85º | 0.45% | 0.86% | - |
| XYZ | 36.97 | 56.21 | 29.32 | - |
| YUV | 179.03 | 99.2 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 128 | 0.45 | 0 | 0.42 | 0.14 | 124.85 | 0.58 | 0.66 |
| Hex | 78 | DB | 80 | 2D | 0 | 2A | E | 7D | 3A | 42 |
| Octal | 170 | 333 | 200 | 55 | 0 | 52 | 16 | 175 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10000000 | 101101 | 0 | 101010 | 1110 | 1111101 | 111010 | 1000010 |
Color Harmonies of #78DB80
Complementary color
Monochromatic Colors of #78DB80
Black with #78DB80
Text Example
Text Example
White with #78DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB80; }
p { color: rgb(120,219,128); }
H1.HeaderClassName
{
color: #78DB80;
}
.AnyTagClassName
{
color: #78DB80;
}
</style>
background-color css
<style>
a { background-color: #78DB80; }
a { background-color: rgb(120,219,128); }
div.DivClassName
{
background-color: #78DB80;
}
.BgClassName
{
background-color: #78DB80;
}
</style>
border-color css
<style>
span { border-color: #78DB80; }
span { border-color: rgb(120,219,128); }
td.TdClassName
{
border-color: #78DB80;
}
.TagClassName
{
border-color: #78DB80;
}
</style>