Shades of Fruit Salad #4EBA5C
Tints of Fruit Salad #4EBA5C
RGB
CMYK
RGB Variations
Color information
#4EBA5C (or 0x4EBA5C) is known color: Fruit Salad. HEX triplet: 4E, BA and 5C. RGB value is (78,186,92). Sum of RGB (Red+Green+Blue) = 78+186+92=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBA5C is #B145A3. Grayscale: #8F8F8F. Windows color (decimal): -11617700 or 6077006. OLE color: 6077006.
HSL color Cylindrical-coordinate representation of color #4EBA5C: hue angle of 127.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 #4EBA5C is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 92 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.27 |
| HSL | 127.78º | 0.44% | 0.52% | - |
| HSV(B) | 127.78º | 0.58% | 0.73% | - |
| XYZ | 22.63 | 37.51 | 16.17 | - |
| YUV | 142.99 | 99.22 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 92 | 0.58 | 0 | 0.51 | 0.27 | 127.78 | 0.44 | 0.52 |
| Hex | 4E | BA | 5C | 3A | 0 | 33 | 1B | 80 | 2C | 34 |
| Octal | 116 | 272 | 134 | 72 | 0 | 63 | 33 | 200 | 54 | 64 |
| Binary | 1001110 | 10111010 | 1011100 | 111010 | 0 | 110011 | 11011 | 10000000 | 101100 | 110100 |
Color Harmonies of #4EBA5C
Complementary color
Monochromatic Colors of #4EBA5C
Black with #4EBA5C
Text Example
Text Example
White with #4EBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBA5C; }
p { color: rgb(78,186,92); }
H1.HeaderClassName
{
color: #4EBA5C;
}
.AnyTagClassName
{
color: #4EBA5C;
}
</style>
background-color css
<style>
a { background-color: #4EBA5C; }
a { background-color: rgb(78,186,92); }
div.DivClassName
{
background-color: #4EBA5C;
}
.BgClassName
{
background-color: #4EBA5C;
}
</style>
border-color css
<style>
span { border-color: #4EBA5C; }
span { border-color: rgb(78,186,92); }
td.TdClassName
{
border-color: #4EBA5C;
}
.TagClassName
{
border-color: #4EBA5C;
}
</style>