Shades of Pastel Green #78DA7B
Tints of Pastel Green #78DA7B
RGB
CMYK
RGB Variations
Color information
#78DA7B (or 0x78DA7B) is known color: Pastel Green. HEX triplet: 78, DA and 7B. RGB value is (120,218,123). Sum of RGB (Red+Green+Blue) = 120+218+123=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #78DA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DA7B is #872584. Grayscale: #B2B2B2. Windows color (decimal): -8856965 or 8116856. OLE color: 8116856.
HSL color Cylindrical-coordinate representation of color #78DA7B: hue angle of 121.84º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DA7B is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 218 | 123 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.15 |
| HSL | 121.84º | 0.57% | 0.66% | - |
| HSV(B) | 121.84º | 0.45% | 0.85% | - |
| XYZ | 36.39 | 55.57 | 27.55 | - |
| YUV | 177.87 | 97.03 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 218 | 123 | 0.45 | 0 | 0.44 | 0.15 | 121.84 | 0.57 | 0.66 |
| Hex | 78 | DA | 7B | 2D | 0 | 2C | F | 7A | 39 | 42 |
| Octal | 170 | 332 | 173 | 55 | 0 | 54 | 17 | 172 | 71 | 102 |
| Binary | 1111000 | 11011010 | 1111011 | 101101 | 0 | 101100 | 1111 | 1111010 | 111001 | 1000010 |
Color Harmonies of #78DA7B
Complementary color
Monochromatic Colors of #78DA7B
Black with #78DA7B
Text Example
Text Example
White with #78DA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DA7B; }
p { color: rgb(120,218,123); }
H1.HeaderClassName
{
color: #78DA7B;
}
.AnyTagClassName
{
color: #78DA7B;
}
</style>
background-color css
<style>
a { background-color: #78DA7B; }
a { background-color: rgb(120,218,123); }
div.DivClassName
{
background-color: #78DA7B;
}
.BgClassName
{
background-color: #78DA7B;
}
</style>
border-color css
<style>
span { border-color: #78DA7B; }
span { border-color: rgb(120,218,123); }
td.TdClassName
{
border-color: #78DA7B;
}
.TagClassName
{
border-color: #78DA7B;
}
</style>