Shades of Pastel Green #78EC71
Tints of Pastel Green #78EC71
RGB
CMYK
RGB Variations
Color information
#78EC71 (or 0x78EC71) is known color: Pastel Green. HEX triplet: 78, EC and 71. RGB value is (120,236,113). Sum of RGB (Red+Green+Blue) = 120+236+113=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #78EC71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78EC71 is #87138E. Grayscale: #BBBBBB. Windows color (decimal): -8852367 or 7466104. OLE color: 7466104.
HSL color Cylindrical-coordinate representation of color #78EC71: hue angle of 116.59º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78EC71 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 236 | 113 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.07 |
| HSL | 116.59º | 0.76% | 0.68% | - |
| HSV(B) | 116.59º | 0.52% | 0.93% | - |
| XYZ | 40.72 | 65.18 | 26.06 | - |
| YUV | 187.29 | 86.07 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 236 | 113 | 0.49 | 0 | 0.52 | 0.07 | 116.59 | 0.76 | 0.68 |
| Hex | 78 | EC | 71 | 31 | 0 | 34 | 7 | 75 | 4C | 44 |
| Octal | 170 | 354 | 161 | 61 | 0 | 64 | 7 | 165 | 114 | 104 |
| Binary | 1111000 | 11101100 | 1110001 | 110001 | 0 | 110100 | 111 | 1110101 | 1001100 | 1000100 |
Color Harmonies of #78EC71
Complementary color
Monochromatic Colors of #78EC71
Black with #78EC71
Text Example
Text Example
White with #78EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EC71; }
p { color: rgb(120,236,113); }
H1.HeaderClassName
{
color: #78EC71;
}
.AnyTagClassName
{
color: #78EC71;
}
</style>
background-color css
<style>
a { background-color: #78EC71; }
a { background-color: rgb(120,236,113); }
div.DivClassName
{
background-color: #78EC71;
}
.BgClassName
{
background-color: #78EC71;
}
</style>
border-color css
<style>
span { border-color: #78EC71; }
span { border-color: rgb(120,236,113); }
td.TdClassName
{
border-color: #78EC71;
}
.TagClassName
{
border-color: #78EC71;
}
</style>