Shades of Pastel Green #74EC71
Tints of Pastel Green #74EC71
RGB
CMYK
RGB Variations
Color information
#74EC71 (or 0x74EC71) is known color: Pastel Green. HEX triplet: 74, EC and 71. RGB value is (116,236,113). Sum of RGB (Red+Green+Blue) = 116+236+113=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EC71 is #8B138E. Grayscale: #BABABA. Windows color (decimal): -9114511 or 7466100. OLE color: 7466100.
HSL color Cylindrical-coordinate representation of color #74EC71: hue angle of 118.54º 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 #74EC71 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 113 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.07 |
| HSL | 118.54º | 0.76% | 0.68% | - |
| HSV(B) | 118.54º | 0.52% | 0.93% | - |
| XYZ | 40.18 | 64.9 | 26.03 | - |
| YUV | 186.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 113 | 0.51 | 0 | 0.52 | 0.07 | 118.54 | 0.76 | 0.68 |
| Hex | 74 | EC | 71 | 33 | 0 | 34 | 7 | 77 | 4C | 44 |
| Octal | 164 | 354 | 161 | 63 | 0 | 64 | 7 | 167 | 114 | 104 |
| Binary | 1110100 | 11101100 | 1110001 | 110011 | 0 | 110100 | 111 | 1110111 | 1001100 | 1000100 |
Color Harmonies of #74EC71
Complementary color
Monochromatic Colors of #74EC71
Black with #74EC71
Text Example
Text Example
White with #74EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC71; }
p { color: rgb(116,236,113); }
H1.HeaderClassName
{
color: #74EC71;
}
.AnyTagClassName
{
color: #74EC71;
}
</style>
background-color css
<style>
a { background-color: #74EC71; }
a { background-color: rgb(116,236,113); }
div.DivClassName
{
background-color: #74EC71;
}
.BgClassName
{
background-color: #74EC71;
}
</style>
border-color css
<style>
span { border-color: #74EC71; }
span { border-color: rgb(116,236,113); }
td.TdClassName
{
border-color: #74EC71;
}
.TagClassName
{
border-color: #74EC71;
}
</style>