Shades of Fruit Salad #4EC049
Tints of Fruit Salad #4EC049
RGB
CMYK
RGB Variations
Color information
#4EC049 (or 0x4EC049) is known color: Fruit Salad. HEX triplet: 4E, C0 and 49. RGB value is (78,192,73). Sum of RGB (Red+Green+Blue) = 78+192+73=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC049 is #B13FB6. Grayscale: #909090. Windows color (decimal): -11616183 or 4833358. OLE color: 4833358.
HSL color Cylindrical-coordinate representation of color #4EC049: hue angle of 117.48º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC049 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 73 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.25 |
| HSL | 117.48º | 0.49% | 0.52% | - |
| HSV(B) | 117.48º | 0.62% | 0.75% | - |
| XYZ | 23.19 | 39.8 | 12.76 | - |
| YUV | 144.35 | 87.73 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 73 | 0.59 | 0 | 0.62 | 0.25 | 117.48 | 0.49 | 0.52 |
| Hex | 4E | C0 | 49 | 3B | 0 | 3E | 19 | 75 | 31 | 34 |
| Octal | 116 | 300 | 111 | 73 | 0 | 76 | 31 | 165 | 61 | 64 |
| Binary | 1001110 | 11000000 | 1001001 | 111011 | 0 | 111110 | 11001 | 1110101 | 110001 | 110100 |
Color Harmonies of #4EC049
Complementary color
Monochromatic Colors of #4EC049
Black with #4EC049
Text Example
Text Example
White with #4EC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC049; }
p { color: rgb(78,192,73); }
H1.HeaderClassName
{
color: #4EC049;
}
.AnyTagClassName
{
color: #4EC049;
}
</style>
background-color css
<style>
a { background-color: #4EC049; }
a { background-color: rgb(78,192,73); }
div.DivClassName
{
background-color: #4EC049;
}
.BgClassName
{
background-color: #4EC049;
}
</style>
border-color css
<style>
span { border-color: #4EC049; }
span { border-color: rgb(78,192,73); }
td.TdClassName
{
border-color: #4EC049;
}
.TagClassName
{
border-color: #4EC049;
}
</style>