Shades of Fruit Salad #4EA553
Tints of Fruit Salad #4EA553
RGB
CMYK
RGB Variations
Color information
#4EA553 (or 0x4EA553) is known color: Fruit Salad. HEX triplet: 4E, A5 and 53. RGB value is (78,165,83). Sum of RGB (Red+Green+Blue) = 78+165+83=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #4EA553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA553 is #B15AAC. Grayscale: #818181. Windows color (decimal): -11623085 or 5481806. OLE color: 5481806.
HSL color Cylindrical-coordinate representation of color #4EA553: hue angle of 123.45º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA553 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 165 | 83 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.35 |
| HSL | 123.45º | 0.36% | 0.48% | - |
| HSV(B) | 123.45º | 0.53% | 0.65% | - |
| XYZ | 18.16 | 29.15 | 12.85 | - |
| YUV | 129.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 165 | 83 | 0.53 | 0 | 0.50 | 0.35 | 123.45 | 0.36 | 0.48 |
| Hex | 4E | A5 | 53 | 35 | 0 | 32 | 23 | 7B | 24 | 30 |
| Octal | 116 | 245 | 123 | 65 | 0 | 62 | 43 | 173 | 44 | 60 |
| Binary | 1001110 | 10100101 | 1010011 | 110101 | 0 | 110010 | 100011 | 1111011 | 100100 | 110000 |
Color Harmonies of #4EA553
Complementary color
Monochromatic Colors of #4EA553
Black with #4EA553
Text Example
Text Example
White with #4EA553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA553; }
p { color: rgb(78,165,83); }
H1.HeaderClassName
{
color: #4EA553;
}
.AnyTagClassName
{
color: #4EA553;
}
</style>
background-color css
<style>
a { background-color: #4EA553; }
a { background-color: rgb(78,165,83); }
div.DivClassName
{
background-color: #4EA553;
}
.BgClassName
{
background-color: #4EA553;
}
</style>
border-color css
<style>
span { border-color: #4EA553; }
span { border-color: rgb(78,165,83); }
td.TdClassName
{
border-color: #4EA553;
}
.TagClassName
{
border-color: #4EA553;
}
</style>