Shades of Pastel Green #78DB85
Tints of Pastel Green #78DB85
RGB
CMYK
RGB Variations
Color information
#78DB85 (or 0x78DB85) is known color: Pastel Green. HEX triplet: 78, DB and 85. RGB value is (120,219,133). Sum of RGB (Red+Green+Blue) = 120+219+133=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #78DB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DB85 is #87247A. Grayscale: #B3B3B3. Windows color (decimal): -8856699 or 8772472. OLE color: 8772472.
HSL color Cylindrical-coordinate representation of color #78DB85: hue angle of 127.88º 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 #78DB85 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 133 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.14 |
| HSL | 127.88º | 0.58% | 0.66% | - |
| HSV(B) | 127.88º | 0.45% | 0.86% | - |
| XYZ | 37.31 | 56.35 | 31.1 | - |
| YUV | 179.6 | 101.7 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 133 | 0.45 | 0 | 0.39 | 0.14 | 127.88 | 0.58 | 0.66 |
| Hex | 78 | DB | 85 | 2D | 0 | 27 | E | 80 | 3A | 42 |
| Octal | 170 | 333 | 205 | 55 | 0 | 47 | 16 | 200 | 72 | 102 |
| Binary | 1111000 | 11011011 | 10000101 | 101101 | 0 | 100111 | 1110 | 10000000 | 111010 | 1000010 |
Color Harmonies of #78DB85
Complementary color
Monochromatic Colors of #78DB85
Black with #78DB85
Text Example
Text Example
White with #78DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DB85; }
p { color: rgb(120,219,133); }
H1.HeaderClassName
{
color: #78DB85;
}
.AnyTagClassName
{
color: #78DB85;
}
</style>
background-color css
<style>
a { background-color: #78DB85; }
a { background-color: rgb(120,219,133); }
div.DivClassName
{
background-color: #78DB85;
}
.BgClassName
{
background-color: #78DB85;
}
</style>
border-color css
<style>
span { border-color: #78DB85; }
span { border-color: rgb(120,219,133); }
td.TdClassName
{
border-color: #78DB85;
}
.TagClassName
{
border-color: #78DB85;
}
</style>