Shades of Fruit Salad #4EC94E
Tints of Fruit Salad #4EC94E
RGB
CMYK
RGB Variations
Color information
#4EC94E (or 0x4EC94E) is known color: Fruit Salad. HEX triplet: 4E, C9 and 4E. RGB value is (78,201,78). Sum of RGB (Red+Green+Blue) = 78+201+78=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC94E is #B136B1. Grayscale: #969696. Windows color (decimal): -11613874 or 5163342. OLE color: 5163342.
HSL color Cylindrical-coordinate representation of color #4EC94E: hue angle of 120º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC94E is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 201 | 78 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.21 |
| HSL | 120º | 0.53% | 0.55% | - |
| HSV(B) | 120º | 0.61% | 0.79% | - |
| XYZ | 25.4 | 43.94 | 14.35 | - |
| YUV | 150.2 | 87.25 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 78 | 0.61 | 0 | 0.61 | 0.21 | 120 | 0.53 | 0.55 |
| Hex | 4E | C9 | 4E | 3D | 0 | 3D | 15 | 78 | 35 | 37 |
| Octal | 116 | 311 | 116 | 75 | 0 | 75 | 25 | 170 | 65 | 67 |
| Binary | 1001110 | 11001001 | 1001110 | 111101 | 0 | 111101 | 10101 | 1111000 | 110101 | 110111 |
Color Harmonies of #4EC94E
Complementary color
Monochromatic Colors of #4EC94E
Black with #4EC94E
Text Example
Text Example
White with #4EC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC94E; }
p { color: rgb(78,201,78); }
H1.HeaderClassName
{
color: #4EC94E;
}
.AnyTagClassName
{
color: #4EC94E;
}
</style>
background-color css
<style>
a { background-color: #4EC94E; }
a { background-color: rgb(78,201,78); }
div.DivClassName
{
background-color: #4EC94E;
}
.BgClassName
{
background-color: #4EC94E;
}
</style>
border-color css
<style>
span { border-color: #4EC94E; }
span { border-color: rgb(78,201,78); }
td.TdClassName
{
border-color: #4EC94E;
}
.TagClassName
{
border-color: #4EC94E;
}
</style>