Shades of Fruit Salad #4EC04D
Tints of Fruit Salad #4EC04D
RGB
CMYK
RGB Variations
Color information
#4EC04D (or 0x4EC04D) is known color: Fruit Salad. HEX triplet: 4E, C0 and 4D. RGB value is (78,192,77). Sum of RGB (Red+Green+Blue) = 78+192+77=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC04D is #B13FB2. Grayscale: #919191. Windows color (decimal): -11616179 or 5095502. OLE color: 5095502.
HSL color Cylindrical-coordinate representation of color #4EC04D: hue angle of 119.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC04D is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 77 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.25 |
| HSL | 119.48º | 0.48% | 0.53% | - |
| HSV(B) | 119.48º | 0.6% | 0.75% | - |
| XYZ | 23.33 | 39.85 | 13.48 | - |
| YUV | 144.8 | 89.73 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 77 | 0.59 | 0 | 0.60 | 0.25 | 119.48 | 0.48 | 0.53 |
| Hex | 4E | C0 | 4D | 3B | 0 | 3C | 19 | 77 | 30 | 35 |
| Octal | 116 | 300 | 115 | 73 | 0 | 74 | 31 | 167 | 60 | 65 |
| Binary | 1001110 | 11000000 | 1001101 | 111011 | 0 | 111100 | 11001 | 1110111 | 110000 | 110101 |
Color Harmonies of #4EC04D
Complementary color
Monochromatic Colors of #4EC04D
Black with #4EC04D
Text Example
Text Example
White with #4EC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC04D; }
p { color: rgb(78,192,77); }
H1.HeaderClassName
{
color: #4EC04D;
}
.AnyTagClassName
{
color: #4EC04D;
}
</style>
background-color css
<style>
a { background-color: #4EC04D; }
a { background-color: rgb(78,192,77); }
div.DivClassName
{
background-color: #4EC04D;
}
.BgClassName
{
background-color: #4EC04D;
}
</style>
border-color css
<style>
span { border-color: #4EC04D; }
span { border-color: rgb(78,192,77); }
td.TdClassName
{
border-color: #4EC04D;
}
.TagClassName
{
border-color: #4EC04D;
}
</style>