Shades of Pastel Green #78D865
Tints of Pastel Green #78D865
RGB
CMYK
RGB Variations
Color information
#78D865 (or 0x78D865) is known color: Pastel Green. HEX triplet: 78, D8 and 65. RGB value is (120,216,101). Sum of RGB (Red+Green+Blue) = 120+216+101=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #78D865 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D865 is #87279A. Grayscale: #AEAEAE. Windows color (decimal): -8857499 or 6674552. OLE color: 6674552.
HSL color Cylindrical-coordinate representation of color #78D865: hue angle of 110.09º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78D865 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 216 | 101 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.15 |
| HSL | 110.09º | 0.6% | 0.62% | - |
| HSV(B) | 110.09º | 0.53% | 0.85% | - |
| XYZ | 34.65 | 54.04 | 20.92 | - |
| YUV | 174.19 | 86.7 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 216 | 101 | 0.44 | 0 | 0.53 | 0.15 | 110.09 | 0.6 | 0.62 |
| Hex | 78 | D8 | 65 | 2C | 0 | 35 | F | 6E | 3C | 3E |
| Octal | 170 | 330 | 145 | 54 | 0 | 65 | 17 | 156 | 74 | 76 |
| Binary | 1111000 | 11011000 | 1100101 | 101100 | 0 | 110101 | 1111 | 1101110 | 111100 | 111110 |
Color Harmonies of #78D865
Complementary color
Monochromatic Colors of #78D865
Black with #78D865
Text Example
Text Example
White with #78D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D865; }
p { color: rgb(120,216,101); }
H1.HeaderClassName
{
color: #78D865;
}
.AnyTagClassName
{
color: #78D865;
}
</style>
background-color css
<style>
a { background-color: #78D865; }
a { background-color: rgb(120,216,101); }
div.DivClassName
{
background-color: #78D865;
}
.BgClassName
{
background-color: #78D865;
}
</style>
border-color css
<style>
span { border-color: #78D865; }
span { border-color: rgb(120,216,101); }
td.TdClassName
{
border-color: #78D865;
}
.TagClassName
{
border-color: #78D865;
}
</style>