Shades of Fruit Salad #4EAF56
Tints of Fruit Salad #4EAF56
RGB
CMYK
RGB Variations
Color information
#4EAF56 (or 0x4EAF56) is known color: Fruit Salad. HEX triplet: 4E, AF and 56. RGB value is (78,175,86). Sum of RGB (Red+Green+Blue) = 78+175+86=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF56 is #B150A9. Grayscale: #888888. Windows color (decimal): -11620522 or 5680974. OLE color: 5680974.
HSL color Cylindrical-coordinate representation of color #4EAF56: hue angle of 124.95º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAF56 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 175 | 86 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.31 |
| HSL | 124.95º | 0.38% | 0.5% | - |
| HSV(B) | 124.95º | 0.55% | 0.69% | - |
| XYZ | 20.15 | 32.95 | 14.1 | - |
| YUV | 135.85 | 99.86 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 86 | 0.55 | 0 | 0.51 | 0.31 | 124.95 | 0.38 | 0.5 |
| Hex | 4E | AF | 56 | 37 | 0 | 33 | 1F | 7D | 26 | 32 |
| Octal | 116 | 257 | 126 | 67 | 0 | 63 | 37 | 175 | 46 | 62 |
| Binary | 1001110 | 10101111 | 1010110 | 110111 | 0 | 110011 | 11111 | 1111101 | 100110 | 110010 |
Color Harmonies of #4EAF56
Complementary color
Monochromatic Colors of #4EAF56
Black with #4EAF56
Text Example
Text Example
White with #4EAF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAF56; }
p { color: rgb(78,175,86); }
H1.HeaderClassName
{
color: #4EAF56;
}
.AnyTagClassName
{
color: #4EAF56;
}
</style>
background-color css
<style>
a { background-color: #4EAF56; }
a { background-color: rgb(78,175,86); }
div.DivClassName
{
background-color: #4EAF56;
}
.BgClassName
{
background-color: #4EAF56;
}
</style>
border-color css
<style>
span { border-color: #4EAF56; }
span { border-color: rgb(78,175,86); }
td.TdClassName
{
border-color: #4EAF56;
}
.TagClassName
{
border-color: #4EAF56;
}
</style>