Shades of Pastel Green #78D884
Tints of Pastel Green #78D884
RGB
CMYK
RGB Variations
Color information
#78D884 (or 0x78D884) is known color: Pastel Green. HEX triplet: 78, D8 and 84. RGB value is (120,216,132). Sum of RGB (Red+Green+Blue) = 120+216+132=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #78D884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D884 is #87277B. Grayscale: #B1B1B1. Windows color (decimal): -8857468 or 8706168. OLE color: 8706168.
HSL color Cylindrical-coordinate representation of color #78D884: hue angle of 127.5º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D884 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 216 | 132 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.15 |
| HSL | 127.5º | 0.55% | 0.66% | - |
| HSV(B) | 127.5º | 0.44% | 0.85% | - |
| XYZ | 36.47 | 54.77 | 30.48 | - |
| YUV | 177.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 216 | 132 | 0.44 | 0 | 0.39 | 0.15 | 127.5 | 0.55 | 0.66 |
| Hex | 78 | D8 | 84 | 2C | 0 | 27 | F | 80 | 37 | 42 |
| Octal | 170 | 330 | 204 | 54 | 0 | 47 | 17 | 200 | 67 | 102 |
| Binary | 1111000 | 11011000 | 10000100 | 101100 | 0 | 100111 | 1111 | 10000000 | 110111 | 1000010 |
Color Harmonies of #78D884
Complementary color
Monochromatic Colors of #78D884
Black with #78D884
Text Example
Text Example
White with #78D884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D884; }
p { color: rgb(120,216,132); }
H1.HeaderClassName
{
color: #78D884;
}
.AnyTagClassName
{
color: #78D884;
}
</style>
background-color css
<style>
a { background-color: #78D884; }
a { background-color: rgb(120,216,132); }
div.DivClassName
{
background-color: #78D884;
}
.BgClassName
{
background-color: #78D884;
}
</style>
border-color css
<style>
span { border-color: #78D884; }
span { border-color: rgb(120,216,132); }
td.TdClassName
{
border-color: #78D884;
}
.TagClassName
{
border-color: #78D884;
}
</style>