Shades of Fruit Salad #4EBC4D
Tints of Fruit Salad #4EBC4D
RGB
CMYK
RGB Variations
Color information
#4EBC4D (or 0x4EBC4D) is known color: Fruit Salad. HEX triplet: 4E, BC and 4D. RGB value is (78,188,77). Sum of RGB (Red+Green+Blue) = 78+188+77=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBC4D is #B143B2. Grayscale: #8E8E8E. Windows color (decimal): -11617203 or 5094478. OLE color: 5094478.
HSL color Cylindrical-coordinate representation of color #4EBC4D: hue angle of 119.46º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBC4D is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 188 | 77 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.26 |
| HSL | 119.46º | 0.45% | 0.52% | - |
| HSV(B) | 119.46º | 0.59% | 0.74% | - |
| XYZ | 22.46 | 38.12 | 13.2 | - |
| YUV | 142.46 | 91.06 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 188 | 77 | 0.59 | 0 | 0.59 | 0.26 | 119.46 | 0.45 | 0.52 |
| Hex | 4E | BC | 4D | 3B | 0 | 3B | 1A | 77 | 2D | 34 |
| Octal | 116 | 274 | 115 | 73 | 0 | 73 | 32 | 167 | 55 | 64 |
| Binary | 1001110 | 10111100 | 1001101 | 111011 | 0 | 111011 | 11010 | 1110111 | 101101 | 110100 |
Color Harmonies of #4EBC4D
Complementary color
Monochromatic Colors of #4EBC4D
Black with #4EBC4D
Text Example
Text Example
White with #4EBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBC4D; }
p { color: rgb(78,188,77); }
H1.HeaderClassName
{
color: #4EBC4D;
}
.AnyTagClassName
{
color: #4EBC4D;
}
</style>
background-color css
<style>
a { background-color: #4EBC4D; }
a { background-color: rgb(78,188,77); }
div.DivClassName
{
background-color: #4EBC4D;
}
.BgClassName
{
background-color: #4EBC4D;
}
</style>
border-color css
<style>
span { border-color: #4EBC4D; }
span { border-color: rgb(78,188,77); }
td.TdClassName
{
border-color: #4EBC4D;
}
.TagClassName
{
border-color: #4EBC4D;
}
</style>