Shades of Pastel Green #78EC73
Tints of Pastel Green #78EC73
RGB
CMYK
RGB Variations
Color information
#78EC73 (or 0x78EC73) is known color: Pastel Green. HEX triplet: 78, EC and 73. RGB value is (120,236,115). Sum of RGB (Red+Green+Blue) = 120+236+115=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #78EC73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78EC73 is #87138C. Grayscale: #BBBBBB. Windows color (decimal): -8852365 or 7597176. OLE color: 7597176.
HSL color Cylindrical-coordinate representation of color #78EC73: hue angle of 117.52º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78EC73 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 236 | 115 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.07 |
| HSL | 117.52º | 0.76% | 0.69% | - |
| HSV(B) | 117.52º | 0.51% | 0.93% | - |
| XYZ | 40.84 | 65.22 | 26.66 | - |
| YUV | 187.52 | 87.07 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 236 | 115 | 0.49 | 0 | 0.51 | 0.07 | 117.52 | 0.76 | 0.69 |
| Hex | 78 | EC | 73 | 31 | 0 | 33 | 7 | 76 | 4C | 45 |
| Octal | 170 | 354 | 163 | 61 | 0 | 63 | 7 | 166 | 114 | 105 |
| Binary | 1111000 | 11101100 | 1110011 | 110001 | 0 | 110011 | 111 | 1110110 | 1001100 | 1000101 |
Color Harmonies of #78EC73
Complementary color
Monochromatic Colors of #78EC73
Black with #78EC73
Text Example
Text Example
White with #78EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EC73; }
p { color: rgb(120,236,115); }
H1.HeaderClassName
{
color: #78EC73;
}
.AnyTagClassName
{
color: #78EC73;
}
</style>
background-color css
<style>
a { background-color: #78EC73; }
a { background-color: rgb(120,236,115); }
div.DivClassName
{
background-color: #78EC73;
}
.BgClassName
{
background-color: #78EC73;
}
</style>
border-color css
<style>
span { border-color: #78EC73; }
span { border-color: rgb(120,236,115); }
td.TdClassName
{
border-color: #78EC73;
}
.TagClassName
{
border-color: #78EC73;
}
</style>