Shades of Pastel Green #78DA68
Tints of Pastel Green #78DA68
RGB
CMYK
RGB Variations
Color information
#78DA68 (or 0x78DA68) is known color: Pastel Green. HEX triplet: 78, DA and 68. RGB value is (120,218,104). Sum of RGB (Red+Green+Blue) = 120+218+104=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #78DA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DA68 is #872597. Grayscale: #B0B0B0. Windows color (decimal): -8856984 or 6871672. OLE color: 6871672.
HSL color Cylindrical-coordinate representation of color #78DA68: hue angle of 111.58º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78DA68 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 218 | 104 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.15 |
| HSL | 111.58º | 0.61% | 0.63% | - |
| HSV(B) | 111.58º | 0.52% | 0.85% | - |
| XYZ | 35.32 | 55.14 | 21.88 | - |
| YUV | 175.7 | 87.53 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 218 | 104 | 0.45 | 0 | 0.52 | 0.15 | 111.58 | 0.61 | 0.63 |
| Hex | 78 | DA | 68 | 2D | 0 | 34 | F | 70 | 3D | 3F |
| Octal | 170 | 332 | 150 | 55 | 0 | 64 | 17 | 160 | 75 | 77 |
| Binary | 1111000 | 11011010 | 1101000 | 101101 | 0 | 110100 | 1111 | 1110000 | 111101 | 111111 |
Color Harmonies of #78DA68
Complementary color
Monochromatic Colors of #78DA68
Black with #78DA68
Text Example
Text Example
White with #78DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DA68; }
p { color: rgb(120,218,104); }
H1.HeaderClassName
{
color: #78DA68;
}
.AnyTagClassName
{
color: #78DA68;
}
</style>
background-color css
<style>
a { background-color: #78DA68; }
a { background-color: rgb(120,218,104); }
div.DivClassName
{
background-color: #78DA68;
}
.BgClassName
{
background-color: #78DA68;
}
</style>
border-color css
<style>
span { border-color: #78DA68; }
span { border-color: rgb(120,218,104); }
td.TdClassName
{
border-color: #78DA68;
}
.TagClassName
{
border-color: #78DA68;
}
</style>