Shades of Pastel Green #78DC73
Tints of Pastel Green #78DC73
RGB
CMYK
RGB Variations
Color information
#78DC73 (or 0x78DC73) is known color: Pastel Green. HEX triplet: 78, DC and 73. RGB value is (120,220,115). Sum of RGB (Red+Green+Blue) = 120+220+115=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DC73 is #87238C. Grayscale: #B2B2B2. Windows color (decimal): -8856461 or 7593080. OLE color: 7593080.
HSL color Cylindrical-coordinate representation of color #78DC73: hue angle of 117.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78DC73 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 115 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.14 |
| HSL | 117.14º | 0.6% | 0.66% | - |
| HSV(B) | 117.14º | 0.48% | 0.86% | - |
| XYZ | 36.43 | 56.42 | 25.19 | - |
| YUV | 178.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 115 | 0.45 | 0 | 0.48 | 0.14 | 117.14 | 0.6 | 0.66 |
| Hex | 78 | DC | 73 | 2D | 0 | 30 | E | 75 | 3C | 42 |
| Octal | 170 | 334 | 163 | 55 | 0 | 60 | 16 | 165 | 74 | 102 |
| Binary | 1111000 | 11011100 | 1110011 | 101101 | 0 | 110000 | 1110 | 1110101 | 111100 | 1000010 |
Color Harmonies of #78DC73
Complementary color
Monochromatic Colors of #78DC73
Black with #78DC73
Text Example
Text Example
White with #78DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DC73; }
p { color: rgb(120,220,115); }
H1.HeaderClassName
{
color: #78DC73;
}
.AnyTagClassName
{
color: #78DC73;
}
</style>
background-color css
<style>
a { background-color: #78DC73; }
a { background-color: rgb(120,220,115); }
div.DivClassName
{
background-color: #78DC73;
}
.BgClassName
{
background-color: #78DC73;
}
</style>
border-color css
<style>
span { border-color: #78DC73; }
span { border-color: rgb(120,220,115); }
td.TdClassName
{
border-color: #78DC73;
}
.TagClassName
{
border-color: #78DC73;
}
</style>