Shades of Fruit Salad #4EC650
Tints of Fruit Salad #4EC650
RGB
CMYK
RGB Variations
Color information
#4EC650 (or 0x4EC650) is known color: Fruit Salad. HEX triplet: 4E, C6 and 50. RGB value is (78,198,80). Sum of RGB (Red+Green+Blue) = 78+198+80=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #4EC650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC650 is #B139AF. Grayscale: #959595. Windows color (decimal): -11614640 or 5293646. OLE color: 5293646.
HSL color Cylindrical-coordinate representation of color #4EC650: hue angle of 121º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC650 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 198 | 80 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.22 |
| HSL | 121º | 0.51% | 0.54% | - |
| HSV(B) | 121º | 0.61% | 0.78% | - |
| XYZ | 24.78 | 42.59 | 14.5 | - |
| YUV | 148.67 | 89.24 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 198 | 80 | 0.61 | 0 | 0.60 | 0.22 | 121 | 0.51 | 0.54 |
| Hex | 4E | C6 | 50 | 3D | 0 | 3C | 16 | 79 | 33 | 36 |
| Octal | 116 | 306 | 120 | 75 | 0 | 74 | 26 | 171 | 63 | 66 |
| Binary | 1001110 | 11000110 | 1010000 | 111101 | 0 | 111100 | 10110 | 1111001 | 110011 | 110110 |
Color Harmonies of #4EC650
Complementary color
Monochromatic Colors of #4EC650
Black with #4EC650
Text Example
Text Example
White with #4EC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC650; }
p { color: rgb(78,198,80); }
H1.HeaderClassName
{
color: #4EC650;
}
.AnyTagClassName
{
color: #4EC650;
}
</style>
background-color css
<style>
a { background-color: #4EC650; }
a { background-color: rgb(78,198,80); }
div.DivClassName
{
background-color: #4EC650;
}
.BgClassName
{
background-color: #4EC650;
}
</style>
border-color css
<style>
span { border-color: #4EC650; }
span { border-color: rgb(78,198,80); }
td.TdClassName
{
border-color: #4EC650;
}
.TagClassName
{
border-color: #4EC650;
}
</style>