Shades of Pastel Green #78D673
Tints of Pastel Green #78D673
RGB
CMYK
RGB Variations
Color information
#78D673 (or 0x78D673) is known color: Pastel Green. HEX triplet: 78, D6 and 73. RGB value is (120,214,115). Sum of RGB (Red+Green+Blue) = 120+214+115=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #78D673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D673 is #87298C. Grayscale: #AEAEAE. Windows color (decimal): -8857997 or 7591544. OLE color: 7591544.
HSL color Cylindrical-coordinate representation of color #78D673: hue angle of 116.97º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78D673 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 214 | 115 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.16 |
| HSL | 116.97º | 0.55% | 0.65% | - |
| HSV(B) | 116.97º | 0.46% | 0.84% | - |
| XYZ | 34.89 | 53.32 | 24.67 | - |
| YUV | 174.61 | 94.36 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 214 | 115 | 0.44 | 0 | 0.46 | 0.16 | 116.97 | 0.55 | 0.65 |
| Hex | 78 | D6 | 73 | 2C | 0 | 2E | 10 | 75 | 37 | 41 |
| Octal | 170 | 326 | 163 | 54 | 0 | 56 | 20 | 165 | 67 | 101 |
| Binary | 1111000 | 11010110 | 1110011 | 101100 | 0 | 101110 | 10000 | 1110101 | 110111 | 1000001 |
Color Harmonies of #78D673
Complementary color
Monochromatic Colors of #78D673
Black with #78D673
Text Example
Text Example
White with #78D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D673; }
p { color: rgb(120,214,115); }
H1.HeaderClassName
{
color: #78D673;
}
.AnyTagClassName
{
color: #78D673;
}
</style>
background-color css
<style>
a { background-color: #78D673; }
a { background-color: rgb(120,214,115); }
div.DivClassName
{
background-color: #78D673;
}
.BgClassName
{
background-color: #78D673;
}
</style>
border-color css
<style>
span { border-color: #78D673; }
span { border-color: rgb(120,214,115); }
td.TdClassName
{
border-color: #78D673;
}
.TagClassName
{
border-color: #78D673;
}
</style>