Shades of Pastel Green #78EC81
Tints of Pastel Green #78EC81
RGB
CMYK
RGB Variations
Color information
#78EC81 (or 0x78EC81) is known color: Pastel Green. HEX triplet: 78, EC and 81. RGB value is (120,236,129). Sum of RGB (Red+Green+Blue) = 120+236+129=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #78EC81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EC81 is #87137E. Grayscale: #BDBDBD. Windows color (decimal): -8852351 or 8514680. OLE color: 8514680.
HSL color Cylindrical-coordinate representation of color #78EC81: hue angle of 124.66º 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 #78EC81 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 236 | 129 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.07 |
| HSL | 124.66º | 0.75% | 0.7% | - |
| HSV(B) | 124.66º | 0.49% | 0.93% | - |
| XYZ | 41.7 | 65.57 | 31.23 | - |
| YUV | 189.12 | 94.07 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 236 | 129 | 0.49 | 0 | 0.45 | 0.07 | 124.66 | 0.75 | 0.7 |
| Hex | 78 | EC | 81 | 31 | 0 | 2D | 7 | 7D | 4B | 46 |
| Octal | 170 | 354 | 201 | 61 | 0 | 55 | 7 | 175 | 113 | 106 |
| Binary | 1111000 | 11101100 | 10000001 | 110001 | 0 | 101101 | 111 | 1111101 | 1001011 | 1000110 |
Color Harmonies of #78EC81
Complementary color
Monochromatic Colors of #78EC81
Black with #78EC81
Text Example
Text Example
White with #78EC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EC81; }
p { color: rgb(120,236,129); }
H1.HeaderClassName
{
color: #78EC81;
}
.AnyTagClassName
{
color: #78EC81;
}
</style>
background-color css
<style>
a { background-color: #78EC81; }
a { background-color: rgb(120,236,129); }
div.DivClassName
{
background-color: #78EC81;
}
.BgClassName
{
background-color: #78EC81;
}
</style>
border-color css
<style>
span { border-color: #78EC81; }
span { border-color: rgb(120,236,129); }
td.TdClassName
{
border-color: #78EC81;
}
.TagClassName
{
border-color: #78EC81;
}
</style>