Shades of Pastel Green #78D668
Tints of Pastel Green #78D668
RGB
CMYK
RGB Variations
Color information
#78D668 (or 0x78D668) is known color: Pastel Green. HEX triplet: 78, D6 and 68. RGB value is (120,214,104). Sum of RGB (Red+Green+Blue) = 120+214+104=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #78D668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D668 is #872997. Grayscale: #ADADAD. Windows color (decimal): -8858008 or 6870648. OLE color: 6870648.
HSL color Cylindrical-coordinate representation of color #78D668: hue angle of 111.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78D668 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 214 | 104 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.16 |
| HSL | 111.27º | 0.57% | 0.62% | - |
| HSV(B) | 111.27º | 0.51% | 0.84% | - |
| XYZ | 34.29 | 53.09 | 21.54 | - |
| YUV | 173.35 | 88.86 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 214 | 104 | 0.44 | 0 | 0.51 | 0.16 | 111.27 | 0.57 | 0.62 |
| Hex | 78 | D6 | 68 | 2C | 0 | 33 | 10 | 6F | 39 | 3E |
| Octal | 170 | 326 | 150 | 54 | 0 | 63 | 20 | 157 | 71 | 76 |
| Binary | 1111000 | 11010110 | 1101000 | 101100 | 0 | 110011 | 10000 | 1101111 | 111001 | 111110 |
Color Harmonies of #78D668
Complementary color
Monochromatic Colors of #78D668
Black with #78D668
Text Example
Text Example
White with #78D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D668; }
p { color: rgb(120,214,104); }
H1.HeaderClassName
{
color: #78D668;
}
.AnyTagClassName
{
color: #78D668;
}
</style>
background-color css
<style>
a { background-color: #78D668; }
a { background-color: rgb(120,214,104); }
div.DivClassName
{
background-color: #78D668;
}
.BgClassName
{
background-color: #78D668;
}
</style>
border-color css
<style>
span { border-color: #78D668; }
span { border-color: rgb(120,214,104); }
td.TdClassName
{
border-color: #78D668;
}
.TagClassName
{
border-color: #78D668;
}
</style>