Shades of Pastel Green #78EC7E
Tints of Pastel Green #78EC7E
RGB
CMYK
RGB Variations
Color information
#78EC7E (or 0x78EC7E) is known color: Pastel Green. HEX triplet: 78, EC and 7E. RGB value is (120,236,126). Sum of RGB (Red+Green+Blue) = 120+236+126=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #78EC7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78EC7E is #871381. Grayscale: #BDBDBD. Windows color (decimal): -8852354 or 8318072. OLE color: 8318072.
HSL color Cylindrical-coordinate representation of color #78EC7E: hue angle of 123.1º 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 #78EC7E is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 236 | 126 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.07 |
| HSL | 123.1º | 0.75% | 0.7% | - |
| HSV(B) | 123.1º | 0.49% | 0.93% | - |
| XYZ | 41.51 | 65.49 | 30.19 | - |
| YUV | 188.78 | 92.57 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 236 | 126 | 0.49 | 0 | 0.47 | 0.07 | 123.1 | 0.75 | 0.7 |
| Hex | 78 | EC | 7E | 31 | 0 | 2F | 7 | 7B | 4B | 46 |
| Octal | 170 | 354 | 176 | 61 | 0 | 57 | 7 | 173 | 113 | 106 |
| Binary | 1111000 | 11101100 | 1111110 | 110001 | 0 | 101111 | 111 | 1111011 | 1001011 | 1000110 |
Color Harmonies of #78EC7E
Complementary color
Monochromatic Colors of #78EC7E
Black with #78EC7E
Text Example
Text Example
White with #78EC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EC7E; }
p { color: rgb(120,236,126); }
H1.HeaderClassName
{
color: #78EC7E;
}
.AnyTagClassName
{
color: #78EC7E;
}
</style>
background-color css
<style>
a { background-color: #78EC7E; }
a { background-color: rgb(120,236,126); }
div.DivClassName
{
background-color: #78EC7E;
}
.BgClassName
{
background-color: #78EC7E;
}
</style>
border-color css
<style>
span { border-color: #78EC7E; }
span { border-color: rgb(120,236,126); }
td.TdClassName
{
border-color: #78EC7E;
}
.TagClassName
{
border-color: #78EC7E;
}
</style>