Shades of Pastel Green #78DB8A
Tints of Pastel Green #78DB8A
RGB
CMYK
RGB Variations
Color information
#78DB8A (or 0x78DB8A) is known color: Pastel Green. HEX triplet: 78, DB and 8A. RGB value is (120,219,138). Sum of RGB (Red+Green+Blue) = 120+219+138=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DB8A is #872475. Grayscale: #B4B4B4. Windows color (decimal): -8856694 or 9100152. OLE color: 9100152.
HSL color Cylindrical-coordinate representation of color #78DB8A: hue angle of 130.91º 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 #78DB8A is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 138 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.14 |
| HSL | 130.91º | 0.58% | 0.66% | - |
| HSV(B) | 130.91º | 0.45% | 0.86% | - |
| XYZ | 37.66 | 56.49 | 32.96 | - |
| YUV | 180.17 | 104.2 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 138 | 0.45 | 0 | 0.37 | 0.14 | 130.91 | 0.58 | 0.66 |
| Hex | 78 | DB | 8A | 2D | 0 | 25 | E | 83 | 3A | 42 |
| Octal | 170 | 333 | 212 | 55 | 0 | 45 | 16 | 203 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10001010 | 101101 | 0 | 100101 | 1110 | 10000011 | 111010 | 1000010 |
Color Harmonies of #78DB8A
Complementary color
Monochromatic Colors of #78DB8A
Black with #78DB8A
Text Example
Text Example
White with #78DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB8A; }
p { color: rgb(120,219,138); }
H1.HeaderClassName
{
color: #78DB8A;
}
.AnyTagClassName
{
color: #78DB8A;
}
</style>
background-color css
<style>
a { background-color: #78DB8A; }
a { background-color: rgb(120,219,138); }
div.DivClassName
{
background-color: #78DB8A;
}
.BgClassName
{
background-color: #78DB8A;
}
</style>
border-color css
<style>
span { border-color: #78DB8A; }
span { border-color: rgb(120,219,138); }
td.TdClassName
{
border-color: #78DB8A;
}
.TagClassName
{
border-color: #78DB8A;
}
</style>