Shades of Fruit Salad #4EC350
Tints of Fruit Salad #4EC350
RGB
CMYK
RGB Variations
Color information
#4EC350 (or 0x4EC350) is known color: Fruit Salad. HEX triplet: 4E, C3 and 50. RGB value is (78,195,80). Sum of RGB (Red+Green+Blue) = 78+195+80=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #4EC350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC350 is #B13CAF. Grayscale: #939393. Windows color (decimal): -11615408 or 5292878. OLE color: 5292878.
HSL color Cylindrical-coordinate representation of color #4EC350: hue angle of 121.03º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC350 is Cyan = 0.6, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 195 | 80 | - |
| CMYK | 0.6 | 0 | 0.59 | 0.24 |
| HSL | 121.03º | 0.49% | 0.54% | - |
| HSV(B) | 121.03º | 0.6% | 0.76% | - |
| XYZ | 24.1 | 41.23 | 14.28 | - |
| YUV | 146.91 | 90.24 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 195 | 80 | 0.6 | 0 | 0.59 | 0.24 | 121.03 | 0.49 | 0.54 |
| Hex | 4E | C3 | 50 | 3C | 0 | 3B | 18 | 79 | 31 | 36 |
| Octal | 116 | 303 | 120 | 74 | 0 | 73 | 30 | 171 | 61 | 66 |
| Binary | 1001110 | 11000011 | 1010000 | 111100 | 0 | 111011 | 11000 | 1111001 | 110001 | 110110 |
Color Harmonies of #4EC350
Complementary color
Monochromatic Colors of #4EC350
Black with #4EC350
Text Example
Text Example
White with #4EC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC350; }
p { color: rgb(78,195,80); }
H1.HeaderClassName
{
color: #4EC350;
}
.AnyTagClassName
{
color: #4EC350;
}
</style>
background-color css
<style>
a { background-color: #4EC350; }
a { background-color: rgb(78,195,80); }
div.DivClassName
{
background-color: #4EC350;
}
.BgClassName
{
background-color: #4EC350;
}
</style>
border-color css
<style>
span { border-color: #4EC350; }
span { border-color: rgb(78,195,80); }
td.TdClassName
{
border-color: #4EC350;
}
.TagClassName
{
border-color: #4EC350;
}
</style>