Shades of Pastel Green #74EC78
Tints of Pastel Green #74EC78
RGB
CMYK
RGB Variations
Color information
#74EC78 (or 0x74EC78) is known color: Pastel Green. HEX triplet: 74, EC and 78. RGB value is (116,236,120). Sum of RGB (Red+Green+Blue) = 116+236+120=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EC78 is #8B1387. Grayscale: #BBBBBB. Windows color (decimal): -9114504 or 7924852. OLE color: 7924852.
HSL color Cylindrical-coordinate representation of color #74EC78: hue angle of 122º 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 #74EC78 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 120 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.07 |
| HSL | 122º | 0.76% | 0.69% | - |
| HSV(B) | 122º | 0.51% | 0.93% | - |
| XYZ | 40.59 | 65.06 | 28.19 | - |
| YUV | 186.9 | 90.24 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 120 | 0.51 | 0 | 0.49 | 0.07 | 122 | 0.76 | 0.69 |
| Hex | 74 | EC | 78 | 33 | 0 | 31 | 7 | 7A | 4C | 45 |
| Octal | 164 | 354 | 170 | 63 | 0 | 61 | 7 | 172 | 114 | 105 |
| Binary | 1110100 | 11101100 | 1111000 | 110011 | 0 | 110001 | 111 | 1111010 | 1001100 | 1000101 |
Color Harmonies of #74EC78
Complementary color
Monochromatic Colors of #74EC78
Black with #74EC78
Text Example
Text Example
White with #74EC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC78; }
p { color: rgb(116,236,120); }
H1.HeaderClassName
{
color: #74EC78;
}
.AnyTagClassName
{
color: #74EC78;
}
</style>
background-color css
<style>
a { background-color: #74EC78; }
a { background-color: rgb(116,236,120); }
div.DivClassName
{
background-color: #74EC78;
}
.BgClassName
{
background-color: #74EC78;
}
</style>
border-color css
<style>
span { border-color: #74EC78; }
span { border-color: rgb(116,236,120); }
td.TdClassName
{
border-color: #74EC78;
}
.TagClassName
{
border-color: #74EC78;
}
</style>