Shades of Pastel Green #78DC7E
Tints of Pastel Green #78DC7E
RGB
CMYK
RGB Variations
Color information
#78DC7E (or 0x78DC7E) is known color: Pastel Green. HEX triplet: 78, DC and 7E. RGB value is (120,220,126). Sum of RGB (Red+Green+Blue) = 120+220+126=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DC7E is #872381. Grayscale: #B3B3B3. Windows color (decimal): -8856450 or 8313976. OLE color: 8313976.
HSL color Cylindrical-coordinate representation of color #78DC7E: hue angle of 123.6º 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 #78DC7E is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 126 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.14 |
| HSL | 123.6º | 0.59% | 0.67% | - |
| HSV(B) | 123.6º | 0.45% | 0.86% | - |
| XYZ | 37.1 | 56.69 | 28.72 | - |
| YUV | 179.38 | 97.87 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 126 | 0.45 | 0 | 0.43 | 0.14 | 123.6 | 0.59 | 0.67 |
| Hex | 78 | DC | 7E | 2D | 0 | 2B | E | 7C | 3B | 43 |
| Octal | 170 | 334 | 176 | 55 | 0 | 53 | 16 | 174 | 73 | 103 |
| Binary | 1111000 | 11011100 | 1111110 | 101101 | 0 | 101011 | 1110 | 1111100 | 111011 | 1000011 |
Color Harmonies of #78DC7E
Complementary color
Monochromatic Colors of #78DC7E
Black with #78DC7E
Text Example
Text Example
White with #78DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DC7E; }
p { color: rgb(120,220,126); }
H1.HeaderClassName
{
color: #78DC7E;
}
.AnyTagClassName
{
color: #78DC7E;
}
</style>
background-color css
<style>
a { background-color: #78DC7E; }
a { background-color: rgb(120,220,126); }
div.DivClassName
{
background-color: #78DC7E;
}
.BgClassName
{
background-color: #78DC7E;
}
</style>
border-color css
<style>
span { border-color: #78DC7E; }
span { border-color: rgb(120,220,126); }
td.TdClassName
{
border-color: #78DC7E;
}
.TagClassName
{
border-color: #78DC7E;
}
</style>