Shades of Pastel Green #78D67C
Tints of Pastel Green #78D67C
RGB
CMYK
RGB Variations
Color information
#78D67C (or 0x78D67C) is known color: Pastel Green. HEX triplet: 78, D6 and 7C. RGB value is (120,214,124). Sum of RGB (Red+Green+Blue) = 120+214+124=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #78D67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D67C is #872983. Grayscale: #AFAFAF. Windows color (decimal): -8857988 or 8181368. OLE color: 8181368.
HSL color Cylindrical-coordinate representation of color #78D67C: hue angle of 122.55º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D67C is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 214 | 124 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.16 |
| HSL | 122.55º | 0.53% | 0.65% | - |
| HSV(B) | 122.55º | 0.44% | 0.84% | - |
| XYZ | 35.43 | 53.54 | 27.54 | - |
| YUV | 175.63 | 98.86 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 214 | 124 | 0.44 | 0 | 0.42 | 0.16 | 122.55 | 0.53 | 0.65 |
| Hex | 78 | D6 | 7C | 2C | 0 | 2A | 10 | 7B | 35 | 41 |
| Octal | 170 | 326 | 174 | 54 | 0 | 52 | 20 | 173 | 65 | 101 |
| Binary | 1111000 | 11010110 | 1111100 | 101100 | 0 | 101010 | 10000 | 1111011 | 110101 | 1000001 |
Color Harmonies of #78D67C
Complementary color
Monochromatic Colors of #78D67C
Black with #78D67C
Text Example
Text Example
White with #78D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D67C; }
p { color: rgb(120,214,124); }
H1.HeaderClassName
{
color: #78D67C;
}
.AnyTagClassName
{
color: #78D67C;
}
</style>
background-color css
<style>
a { background-color: #78D67C; }
a { background-color: rgb(120,214,124); }
div.DivClassName
{
background-color: #78D67C;
}
.BgClassName
{
background-color: #78D67C;
}
</style>
border-color css
<style>
span { border-color: #78D67C; }
span { border-color: rgb(120,214,124); }
td.TdClassName
{
border-color: #78D67C;
}
.TagClassName
{
border-color: #78D67C;
}
</style>