Shades of Pastel Green #78DC86
Tints of Pastel Green #78DC86
RGB
CMYK
RGB Variations
Color information
#78DC86 (or 0x78DC86) is known color: Pastel Green. HEX triplet: 78, DC and 86. RGB value is (120,220,134). Sum of RGB (Red+Green+Blue) = 120+220+134=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DC86 is #872379. Grayscale: #B4B4B4. Windows color (decimal): -8856442 or 8838264. OLE color: 8838264.
HSL color Cylindrical-coordinate representation of color #78DC86: hue angle of 128.4º 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 #78DC86 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 134 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.14 |
| HSL | 128.4º | 0.59% | 0.67% | - |
| HSV(B) | 128.4º | 0.45% | 0.86% | - |
| XYZ | 37.64 | 56.9 | 31.55 | - |
| YUV | 180.3 | 101.87 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 134 | 0.45 | 0 | 0.39 | 0.14 | 128.4 | 0.59 | 0.67 |
| Hex | 78 | DC | 86 | 2D | 0 | 27 | E | 80 | 3B | 43 |
| Octal | 170 | 334 | 206 | 55 | 0 | 47 | 16 | 200 | 73 | 103 |
| Binary | 1111000 | 11011100 | 10000110 | 101101 | 0 | 100111 | 1110 | 10000000 | 111011 | 1000011 |
Color Harmonies of #78DC86
Complementary color
Monochromatic Colors of #78DC86
Black with #78DC86
Text Example
Text Example
White with #78DC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DC86; }
p { color: rgb(120,220,134); }
H1.HeaderClassName
{
color: #78DC86;
}
.AnyTagClassName
{
color: #78DC86;
}
</style>
background-color css
<style>
a { background-color: #78DC86; }
a { background-color: rgb(120,220,134); }
div.DivClassName
{
background-color: #78DC86;
}
.BgClassName
{
background-color: #78DC86;
}
</style>
border-color css
<style>
span { border-color: #78DC86; }
span { border-color: rgb(120,220,134); }
td.TdClassName
{
border-color: #78DC86;
}
.TagClassName
{
border-color: #78DC86;
}
</style>