Shades of Pastel Green #74EC6D
Tints of Pastel Green #74EC6D
RGB
CMYK
RGB Variations
Color information
#74EC6D (or 0x74EC6D) is known color: Pastel Green. HEX triplet: 74, EC and 6D. RGB value is (116,236,109). Sum of RGB (Red+Green+Blue) = 116+236+109=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC6D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EC6D is #8B1392. Grayscale: #BABABA. Windows color (decimal): -9114515 or 7203956. OLE color: 7203956.
HSL color Cylindrical-coordinate representation of color #74EC6D: hue angle of 116.69º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74EC6D is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 109 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.07 |
| HSL | 116.69º | 0.77% | 0.68% | - |
| HSV(B) | 116.69º | 0.54% | 0.93% | - |
| XYZ | 39.96 | 64.81 | 24.87 | - |
| YUV | 185.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 109 | 0.51 | 0 | 0.54 | 0.07 | 116.69 | 0.77 | 0.68 |
| Hex | 74 | EC | 6D | 33 | 0 | 36 | 7 | 75 | 4D | 44 |
| Octal | 164 | 354 | 155 | 63 | 0 | 66 | 7 | 165 | 115 | 104 |
| Binary | 1110100 | 11101100 | 1101101 | 110011 | 0 | 110110 | 111 | 1110101 | 1001101 | 1000100 |
Color Harmonies of #74EC6D
Complementary color
Monochromatic Colors of #74EC6D
Black with #74EC6D
Text Example
Text Example
White with #74EC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC6D; }
p { color: rgb(116,236,109); }
H1.HeaderClassName
{
color: #74EC6D;
}
.AnyTagClassName
{
color: #74EC6D;
}
</style>
background-color css
<style>
a { background-color: #74EC6D; }
a { background-color: rgb(116,236,109); }
div.DivClassName
{
background-color: #74EC6D;
}
.BgClassName
{
background-color: #74EC6D;
}
</style>
border-color css
<style>
span { border-color: #74EC6D; }
span { border-color: rgb(116,236,109); }
td.TdClassName
{
border-color: #74EC6D;
}
.TagClassName
{
border-color: #74EC6D;
}
</style>