Shades of Fruit Salad #4EAD5F
Tints of Fruit Salad #4EAD5F
RGB
CMYK
RGB Variations
Color information
#4EAD5F (or 0x4EAD5F) is known color: Fruit Salad. HEX triplet: 4E, AD and 5F. RGB value is (78,173,95). Sum of RGB (Red+Green+Blue) = 78+173+95=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #4EAD5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAD5F is #B152A0. Grayscale: #878787. Windows color (decimal): -11621025 or 6270286. OLE color: 6270286.
HSL color Cylindrical-coordinate representation of color #4EAD5F: hue angle of 130.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAD5F is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 173 | 95 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.32 |
| HSL | 130.74º | 0.38% | 0.49% | - |
| HSV(B) | 130.74º | 0.55% | 0.68% | - |
| XYZ | 20.15 | 32.33 | 16.01 | - |
| YUV | 135.7 | 105.03 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 173 | 95 | 0.55 | 0 | 0.45 | 0.32 | 130.74 | 0.38 | 0.49 |
| Hex | 4E | AD | 5F | 37 | 0 | 2D | 20 | 83 | 26 | 31 |
| Octal | 116 | 255 | 137 | 67 | 0 | 55 | 40 | 203 | 46 | 61 |
| Binary | 1001110 | 10101101 | 1011111 | 110111 | 0 | 101101 | 100000 | 10000011 | 100110 | 110001 |
Color Harmonies of #4EAD5F
Complementary color
Monochromatic Colors of #4EAD5F
Black with #4EAD5F
Text Example
Text Example
White with #4EAD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAD5F; }
p { color: rgb(78,173,95); }
H1.HeaderClassName
{
color: #4EAD5F;
}
.AnyTagClassName
{
color: #4EAD5F;
}
</style>
background-color css
<style>
a { background-color: #4EAD5F; }
a { background-color: rgb(78,173,95); }
div.DivClassName
{
background-color: #4EAD5F;
}
.BgClassName
{
background-color: #4EAD5F;
}
</style>
border-color css
<style>
span { border-color: #4EAD5F; }
span { border-color: rgb(78,173,95); }
td.TdClassName
{
border-color: #4EAD5F;
}
.TagClassName
{
border-color: #4EAD5F;
}
</style>