Shades of Pastel Green #78EC7C
Tints of Pastel Green #78EC7C
RGB
CMYK
RGB Variations
Color information
#78EC7C (or 0x78EC7C) is known color: Pastel Green. HEX triplet: 78, EC and 7C. RGB value is (120,236,124). Sum of RGB (Red+Green+Blue) = 120+236+124=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #78EC7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78EC7C is #871383. Grayscale: #BCBCBC. Windows color (decimal): -8852356 or 8187000. OLE color: 8187000.
HSL color Cylindrical-coordinate representation of color #78EC7C: hue angle of 122.07º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EC7C is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 236 | 124 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.07 |
| HSL | 122.07º | 0.75% | 0.7% | - |
| HSV(B) | 122.07º | 0.49% | 0.93% | - |
| XYZ | 41.38 | 65.44 | 29.52 | - |
| YUV | 188.55 | 91.57 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 236 | 124 | 0.49 | 0 | 0.47 | 0.07 | 122.07 | 0.75 | 0.7 |
| Hex | 78 | EC | 7C | 31 | 0 | 2F | 7 | 7A | 4B | 46 |
| Octal | 170 | 354 | 174 | 61 | 0 | 57 | 7 | 172 | 113 | 106 |
| Binary | 1111000 | 11101100 | 1111100 | 110001 | 0 | 101111 | 111 | 1111010 | 1001011 | 1000110 |
Color Harmonies of #78EC7C
Complementary color
Monochromatic Colors of #78EC7C
Black with #78EC7C
Text Example
Text Example
White with #78EC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EC7C; }
p { color: rgb(120,236,124); }
H1.HeaderClassName
{
color: #78EC7C;
}
.AnyTagClassName
{
color: #78EC7C;
}
</style>
background-color css
<style>
a { background-color: #78EC7C; }
a { background-color: rgb(120,236,124); }
div.DivClassName
{
background-color: #78EC7C;
}
.BgClassName
{
background-color: #78EC7C;
}
</style>
border-color css
<style>
span { border-color: #78EC7C; }
span { border-color: rgb(120,236,124); }
td.TdClassName
{
border-color: #78EC7C;
}
.TagClassName
{
border-color: #78EC7C;
}
</style>