Shades of Fruit Salad #4EBA53
Tints of Fruit Salad #4EBA53
RGB
CMYK
RGB Variations
Color information
#4EBA53 (or 0x4EBA53) is known color: Fruit Salad. HEX triplet: 4E, BA and 53. RGB value is (78,186,83). Sum of RGB (Red+Green+Blue) = 78+186+83=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBA53 is #B145AC. Grayscale: #8E8E8E. Windows color (decimal): -11617709 or 5487182. OLE color: 5487182.
HSL color Cylindrical-coordinate representation of color #4EBA53: hue angle of 122.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EBA53 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 83 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.27 |
| HSL | 122.78º | 0.44% | 0.52% | - |
| HSV(B) | 122.78º | 0.58% | 0.73% | - |
| XYZ | 22.26 | 37.36 | 14.22 | - |
| YUV | 141.97 | 94.72 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 83 | 0.58 | 0 | 0.55 | 0.27 | 122.78 | 0.44 | 0.52 |
| Hex | 4E | BA | 53 | 3A | 0 | 37 | 1B | 7B | 2C | 34 |
| Octal | 116 | 272 | 123 | 72 | 0 | 67 | 33 | 173 | 54 | 64 |
| Binary | 1001110 | 10111010 | 1010011 | 111010 | 0 | 110111 | 11011 | 1111011 | 101100 | 110100 |
Color Harmonies of #4EBA53
Complementary color
Monochromatic Colors of #4EBA53
Black with #4EBA53
Text Example
Text Example
White with #4EBA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBA53; }
p { color: rgb(78,186,83); }
H1.HeaderClassName
{
color: #4EBA53;
}
.AnyTagClassName
{
color: #4EBA53;
}
</style>
background-color css
<style>
a { background-color: #4EBA53; }
a { background-color: rgb(78,186,83); }
div.DivClassName
{
background-color: #4EBA53;
}
.BgClassName
{
background-color: #4EBA53;
}
</style>
border-color css
<style>
span { border-color: #4EBA53; }
span { border-color: rgb(78,186,83); }
td.TdClassName
{
border-color: #4EBA53;
}
.TagClassName
{
border-color: #4EBA53;
}
</style>