Shades of Pastel Green #74EC7A
Tints of Pastel Green #74EC7A
RGB
CMYK
RGB Variations
Color information
#74EC7A (or 0x74EC7A) is known color: Pastel Green. HEX triplet: 74, EC and 7A. RGB value is (116,236,122). Sum of RGB (Red+Green+Blue) = 116+236+122=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EC7A is #8B1385. Grayscale: #BBBBBB. Windows color (decimal): -9114502 or 8055924. OLE color: 8055924.
HSL color Cylindrical-coordinate representation of color #74EC7A: hue angle of 123º 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 #74EC7A is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 122 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.07 |
| HSL | 123º | 0.76% | 0.69% | - |
| HSV(B) | 123º | 0.51% | 0.93% | - |
| XYZ | 40.71 | 65.11 | 28.83 | - |
| YUV | 187.12 | 91.24 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 122 | 0.51 | 0 | 0.48 | 0.07 | 123 | 0.76 | 0.69 |
| Hex | 74 | EC | 7A | 33 | 0 | 30 | 7 | 7B | 4C | 45 |
| Octal | 164 | 354 | 172 | 63 | 0 | 60 | 7 | 173 | 114 | 105 |
| Binary | 1110100 | 11101100 | 1111010 | 110011 | 0 | 110000 | 111 | 1111011 | 1001100 | 1000101 |
Color Harmonies of #74EC7A
Complementary color
Monochromatic Colors of #74EC7A
Black with #74EC7A
Text Example
Text Example
White with #74EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC7A; }
p { color: rgb(116,236,122); }
H1.HeaderClassName
{
color: #74EC7A;
}
.AnyTagClassName
{
color: #74EC7A;
}
</style>
background-color css
<style>
a { background-color: #74EC7A; }
a { background-color: rgb(116,236,122); }
div.DivClassName
{
background-color: #74EC7A;
}
.BgClassName
{
background-color: #74EC7A;
}
</style>
border-color css
<style>
span { border-color: #74EC7A; }
span { border-color: rgb(116,236,122); }
td.TdClassName
{
border-color: #74EC7A;
}
.TagClassName
{
border-color: #74EC7A;
}
</style>