Shades of Fruit Salad #4EC550
Tints of Fruit Salad #4EC550
RGB
CMYK
RGB Variations
Color information
#4EC550 (or 0x4EC550) is known color: Fruit Salad. HEX triplet: 4E, C5 and 50. RGB value is (78,197,80). Sum of RGB (Red+Green+Blue) = 78+197+80=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #4EC550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC550 is #B13AAF. Grayscale: #949494. Windows color (decimal): -11614896 or 5293390. OLE color: 5293390.
HSL color Cylindrical-coordinate representation of color #4EC550: hue angle of 121.01º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC550 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 197 | 80 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.23 |
| HSL | 121.01º | 0.51% | 0.54% | - |
| HSV(B) | 121.01º | 0.6% | 0.77% | - |
| XYZ | 24.56 | 42.13 | 14.43 | - |
| YUV | 148.08 | 89.58 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 197 | 80 | 0.60 | 0 | 0.59 | 0.23 | 121.01 | 0.51 | 0.54 |
| Hex | 4E | C5 | 50 | 3C | 0 | 3B | 17 | 79 | 33 | 36 |
| Octal | 116 | 305 | 120 | 74 | 0 | 73 | 27 | 171 | 63 | 66 |
| Binary | 1001110 | 11000101 | 1010000 | 111100 | 0 | 111011 | 10111 | 1111001 | 110011 | 110110 |
Color Harmonies of #4EC550
Complementary color
Monochromatic Colors of #4EC550
Black with #4EC550
Text Example
Text Example
White with #4EC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC550; }
p { color: rgb(78,197,80); }
H1.HeaderClassName
{
color: #4EC550;
}
.AnyTagClassName
{
color: #4EC550;
}
</style>
background-color css
<style>
a { background-color: #4EC550; }
a { background-color: rgb(78,197,80); }
div.DivClassName
{
background-color: #4EC550;
}
.BgClassName
{
background-color: #4EC550;
}
</style>
border-color css
<style>
span { border-color: #4EC550; }
span { border-color: rgb(78,197,80); }
td.TdClassName
{
border-color: #4EC550;
}
.TagClassName
{
border-color: #4EC550;
}
</style>