Shades of Fruit Salad #4EC54F
Tints of Fruit Salad #4EC54F
RGB
CMYK
RGB Variations
Color information
#4EC54F (or 0x4EC54F) is known color: Fruit Salad. HEX triplet: 4E, C5 and 4F. RGB value is (78,197,79). Sum of RGB (Red+Green+Blue) = 78+197+79=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #4EC54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC54F is #B13AB0. Grayscale: #949494. Windows color (decimal): -11614897 or 5227854. OLE color: 5227854.
HSL color Cylindrical-coordinate representation of color #4EC54F: hue angle of 120.5º 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 #4EC54F is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 197 | 79 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.23 |
| HSL | 120.5º | 0.51% | 0.54% | - |
| HSV(B) | 120.5º | 0.6% | 0.77% | - |
| XYZ | 24.52 | 42.12 | 14.23 | - |
| YUV | 147.97 | 89.08 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 197 | 79 | 0.60 | 0 | 0.60 | 0.23 | 120.5 | 0.51 | 0.54 |
| Hex | 4E | C5 | 4F | 3C | 0 | 3C | 17 | 79 | 33 | 36 |
| Octal | 116 | 305 | 117 | 74 | 0 | 74 | 27 | 171 | 63 | 66 |
| Binary | 1001110 | 11000101 | 1001111 | 111100 | 0 | 111100 | 10111 | 1111001 | 110011 | 110110 |
Color Harmonies of #4EC54F
Complementary color
Monochromatic Colors of #4EC54F
Black with #4EC54F
Text Example
Text Example
White with #4EC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC54F; }
p { color: rgb(78,197,79); }
H1.HeaderClassName
{
color: #4EC54F;
}
.AnyTagClassName
{
color: #4EC54F;
}
</style>
background-color css
<style>
a { background-color: #4EC54F; }
a { background-color: rgb(78,197,79); }
div.DivClassName
{
background-color: #4EC54F;
}
.BgClassName
{
background-color: #4EC54F;
}
</style>
border-color css
<style>
span { border-color: #4EC54F; }
span { border-color: rgb(78,197,79); }
td.TdClassName
{
border-color: #4EC54F;
}
.TagClassName
{
border-color: #4EC54F;
}
</style>