Shades of Fruit Salad #4EBA45
Tints of Fruit Salad #4EBA45
RGB
CMYK
RGB Variations
Color information
#4EBA45 (or 0x4EBA45) is known color: Fruit Salad. HEX triplet: 4E, BA and 45. RGB value is (78,186,69). Sum of RGB (Red+Green+Blue) = 78+186+69=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EBA45 is #B145BA. Grayscale: #8C8C8C. Windows color (decimal): -11617723 or 4569678. OLE color: 4569678.
HSL color Cylindrical-coordinate representation of color #4EBA45: hue angle of 115.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4EBA45 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 69 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.27 |
| HSL | 115.38º | 0.46% | 0.5% | - |
| HSV(B) | 115.38º | 0.63% | 0.73% | - |
| XYZ | 21.77 | 37.17 | 11.66 | - |
| YUV | 140.37 | 87.72 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 69 | 0.58 | 0 | 0.63 | 0.27 | 115.38 | 0.46 | 0.5 |
| Hex | 4E | BA | 45 | 3A | 0 | 3F | 1B | 73 | 2E | 32 |
| Octal | 116 | 272 | 105 | 72 | 0 | 77 | 33 | 163 | 56 | 62 |
| Binary | 1001110 | 10111010 | 1000101 | 111010 | 0 | 111111 | 11011 | 1110011 | 101110 | 110010 |
Color Harmonies of #4EBA45
Complementary color
Monochromatic Colors of #4EBA45
Black with #4EBA45
Text Example
Text Example
White with #4EBA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBA45; }
p { color: rgb(78,186,69); }
H1.HeaderClassName
{
color: #4EBA45;
}
.AnyTagClassName
{
color: #4EBA45;
}
</style>
background-color css
<style>
a { background-color: #4EBA45; }
a { background-color: rgb(78,186,69); }
div.DivClassName
{
background-color: #4EBA45;
}
.BgClassName
{
background-color: #4EBA45;
}
</style>
border-color css
<style>
span { border-color: #4EBA45; }
span { border-color: rgb(78,186,69); }
td.TdClassName
{
border-color: #4EBA45;
}
.TagClassName
{
border-color: #4EBA45;
}
</style>