Shades of Pastel Green #78DC84
Tints of Pastel Green #78DC84
RGB
CMYK
RGB Variations
Color information
#78DC84 (or 0x78DC84) is known color: Pastel Green. HEX triplet: 78, DC and 84. RGB value is (120,220,132). Sum of RGB (Red+Green+Blue) = 120+220+132=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DC84 is #87237B. Grayscale: #B4B4B4. Windows color (decimal): -8856444 or 8707192. OLE color: 8707192.
HSL color Cylindrical-coordinate representation of color #78DC84: hue angle of 127.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DC84 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 132 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.14 |
| HSL | 127.2º | 0.59% | 0.67% | - |
| HSV(B) | 127.2º | 0.45% | 0.86% | - |
| XYZ | 37.5 | 56.85 | 30.83 | - |
| YUV | 180.07 | 100.87 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 132 | 0.45 | 0 | 0.40 | 0.14 | 127.2 | 0.59 | 0.67 |
| Hex | 78 | DC | 84 | 2D | 0 | 28 | E | 7F | 3B | 43 |
| Octal | 170 | 334 | 204 | 55 | 0 | 50 | 16 | 177 | 73 | 103 |
| Binary | 1111000 | 11011100 | 10000100 | 101101 | 0 | 101000 | 1110 | 1111111 | 111011 | 1000011 |
Color Harmonies of #78DC84
Complementary color
Monochromatic Colors of #78DC84
Black with #78DC84
Text Example
Text Example
White with #78DC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DC84; }
p { color: rgb(120,220,132); }
H1.HeaderClassName
{
color: #78DC84;
}
.AnyTagClassName
{
color: #78DC84;
}
</style>
background-color css
<style>
a { background-color: #78DC84; }
a { background-color: rgb(120,220,132); }
div.DivClassName
{
background-color: #78DC84;
}
.BgClassName
{
background-color: #78DC84;
}
</style>
border-color css
<style>
span { border-color: #78DC84; }
span { border-color: rgb(120,220,132); }
td.TdClassName
{
border-color: #78DC84;
}
.TagClassName
{
border-color: #78DC84;
}
</style>