Shades of Fruit Salad #4EAE55
Tints of Fruit Salad #4EAE55
RGB
CMYK
RGB Variations
Color information
#4EAE55 (or 0x4EAE55) is known color: Fruit Salad. HEX triplet: 4E, AE and 55. RGB value is (78,174,85). Sum of RGB (Red+Green+Blue) = 78+174+85=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAE55 is #B151AA. Grayscale: #878787. Windows color (decimal): -11620779 or 5615182. OLE color: 5615182.
HSL color Cylindrical-coordinate representation of color #4EAE55: hue angle of 124.38º 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 #4EAE55 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 174 | 85 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.32 |
| HSL | 124.38º | 0.38% | 0.49% | - |
| HSV(B) | 124.38º | 0.55% | 0.68% | - |
| XYZ | 19.92 | 32.55 | 13.83 | - |
| YUV | 135.15 | 99.7 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 174 | 85 | 0.55 | 0 | 0.51 | 0.32 | 124.38 | 0.38 | 0.49 |
| Hex | 4E | AE | 55 | 37 | 0 | 33 | 20 | 7C | 26 | 31 |
| Octal | 116 | 256 | 125 | 67 | 0 | 63 | 40 | 174 | 46 | 61 |
| Binary | 1001110 | 10101110 | 1010101 | 110111 | 0 | 110011 | 100000 | 1111100 | 100110 | 110001 |
Color Harmonies of #4EAE55
Complementary color
Monochromatic Colors of #4EAE55
Black with #4EAE55
Text Example
Text Example
White with #4EAE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAE55; }
p { color: rgb(78,174,85); }
H1.HeaderClassName
{
color: #4EAE55;
}
.AnyTagClassName
{
color: #4EAE55;
}
</style>
background-color css
<style>
a { background-color: #4EAE55; }
a { background-color: rgb(78,174,85); }
div.DivClassName
{
background-color: #4EAE55;
}
.BgClassName
{
background-color: #4EAE55;
}
</style>
border-color css
<style>
span { border-color: #4EAE55; }
span { border-color: rgb(78,174,85); }
td.TdClassName
{
border-color: #4EAE55;
}
.TagClassName
{
border-color: #4EAE55;
}
</style>