Shades of Fruit Salad #4EBD55
Tints of Fruit Salad #4EBD55
RGB
CMYK
RGB Variations
Color information
#4EBD55 (or 0x4EBD55) is known color: Fruit Salad. HEX triplet: 4E, BD and 55. RGB value is (78,189,85). Sum of RGB (Red+Green+Blue) = 78+189+85=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBD55 is #B142AA. Grayscale: #909090. Windows color (decimal): -11616939 or 5619022. OLE color: 5619022.
HSL color Cylindrical-coordinate representation of color #4EBD55: hue angle of 123.78º degrees, saturation: 0.46, 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 #4EBD55 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 189 | 85 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.26 |
| HSL | 123.78º | 0.46% | 0.52% | - |
| HSV(B) | 123.78º | 0.59% | 0.74% | - |
| XYZ | 22.98 | 38.67 | 14.85 | - |
| YUV | 143.96 | 94.73 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 85 | 0.59 | 0 | 0.55 | 0.26 | 123.78 | 0.46 | 0.52 |
| Hex | 4E | BD | 55 | 3B | 0 | 37 | 1A | 7C | 2E | 34 |
| Octal | 116 | 275 | 125 | 73 | 0 | 67 | 32 | 174 | 56 | 64 |
| Binary | 1001110 | 10111101 | 1010101 | 111011 | 0 | 110111 | 11010 | 1111100 | 101110 | 110100 |
Color Harmonies of #4EBD55
Complementary color
Monochromatic Colors of #4EBD55
Black with #4EBD55
Text Example
Text Example
White with #4EBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBD55; }
p { color: rgb(78,189,85); }
H1.HeaderClassName
{
color: #4EBD55;
}
.AnyTagClassName
{
color: #4EBD55;
}
</style>
background-color css
<style>
a { background-color: #4EBD55; }
a { background-color: rgb(78,189,85); }
div.DivClassName
{
background-color: #4EBD55;
}
.BgClassName
{
background-color: #4EBD55;
}
</style>
border-color css
<style>
span { border-color: #4EBD55; }
span { border-color: rgb(78,189,85); }
td.TdClassName
{
border-color: #4EBD55;
}
.TagClassName
{
border-color: #4EBD55;
}
</style>