Shades of Fruit Salad #4EC150
Tints of Fruit Salad #4EC150
RGB
CMYK
RGB Variations
Color information
#4EC150 (or 0x4EC150) is known color: Fruit Salad. HEX triplet: 4E, C1 and 50. RGB value is (78,193,80). Sum of RGB (Red+Green+Blue) = 78+193+80=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #4EC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC150 is #B13EAF. Grayscale: #929292. Windows color (decimal): -11615920 or 5292366. OLE color: 5292366.
HSL color Cylindrical-coordinate representation of color #4EC150: hue angle of 121.04º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC150 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 193 | 80 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.24 |
| HSL | 121.04º | 0.48% | 0.53% | - |
| HSV(B) | 121.04º | 0.6% | 0.76% | - |
| XYZ | 23.66 | 40.34 | 14.13 | - |
| YUV | 145.73 | 90.9 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 193 | 80 | 0.60 | 0 | 0.59 | 0.24 | 121.04 | 0.48 | 0.53 |
| Hex | 4E | C1 | 50 | 3C | 0 | 3B | 18 | 79 | 30 | 35 |
| Octal | 116 | 301 | 120 | 74 | 0 | 73 | 30 | 171 | 60 | 65 |
| Binary | 1001110 | 11000001 | 1010000 | 111100 | 0 | 111011 | 11000 | 1111001 | 110000 | 110101 |
Color Harmonies of #4EC150
Complementary color
Monochromatic Colors of #4EC150
Black with #4EC150
Text Example
Text Example
White with #4EC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC150; }
p { color: rgb(78,193,80); }
H1.HeaderClassName
{
color: #4EC150;
}
.AnyTagClassName
{
color: #4EC150;
}
</style>
background-color css
<style>
a { background-color: #4EC150; }
a { background-color: rgb(78,193,80); }
div.DivClassName
{
background-color: #4EC150;
}
.BgClassName
{
background-color: #4EC150;
}
</style>
border-color css
<style>
span { border-color: #4EC150; }
span { border-color: rgb(78,193,80); }
td.TdClassName
{
border-color: #4EC150;
}
.TagClassName
{
border-color: #4EC150;
}
</style>