Shades of Pastel Green #74EC76
Tints of Pastel Green #74EC76
RGB
CMYK
RGB Variations
Color information
#74EC76 (or 0x74EC76) is known color: Pastel Green. HEX triplet: 74, EC and 76. RGB value is (116,236,118). Sum of RGB (Red+Green+Blue) = 116+236+118=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EC76 is #8B1389. Grayscale: #BBBBBB. Windows color (decimal): -9114506 or 7793780. OLE color: 7793780.
HSL color Cylindrical-coordinate representation of color #74EC76: hue angle of 121º 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 #74EC76 is Cyan = 0.51, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 118 | - |
| CMYK | 0.51 | 0 | 0.5 | 0.07 |
| HSL | 121º | 0.76% | 0.69% | - |
| HSV(B) | 121º | 0.51% | 0.93% | - |
| XYZ | 40.47 | 65.01 | 27.56 | - |
| YUV | 186.67 | 89.24 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 118 | 0.51 | 0 | 0.5 | 0.07 | 121 | 0.76 | 0.69 |
| Hex | 74 | EC | 76 | 33 | 0 | 32 | 7 | 79 | 4C | 45 |
| Octal | 164 | 354 | 166 | 63 | 0 | 62 | 7 | 171 | 114 | 105 |
| Binary | 1110100 | 11101100 | 1110110 | 110011 | 0 | 110010 | 111 | 1111001 | 1001100 | 1000101 |
Color Harmonies of #74EC76
Complementary color
Monochromatic Colors of #74EC76
Black with #74EC76
Text Example
Text Example
White with #74EC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC76; }
p { color: rgb(116,236,118); }
H1.HeaderClassName
{
color: #74EC76;
}
.AnyTagClassName
{
color: #74EC76;
}
</style>
background-color css
<style>
a { background-color: #74EC76; }
a { background-color: rgb(116,236,118); }
div.DivClassName
{
background-color: #74EC76;
}
.BgClassName
{
background-color: #74EC76;
}
</style>
border-color css
<style>
span { border-color: #74EC76; }
span { border-color: rgb(116,236,118); }
td.TdClassName
{
border-color: #74EC76;
}
.TagClassName
{
border-color: #74EC76;
}
</style>