Shades of Fruit Salad #4EA45D
Tints of Fruit Salad #4EA45D
RGB
CMYK
RGB Variations
Color information
#4EA45D (or 0x4EA45D) is known color: Fruit Salad. HEX triplet: 4E, A4 and 5D. RGB value is (78,164,93). Sum of RGB (Red+Green+Blue) = 78+164+93=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA45D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA45D is #B15BA2. Grayscale: #828282. Windows color (decimal): -11623331 or 6136910. OLE color: 6136910.
HSL color Cylindrical-coordinate representation of color #4EA45D: hue angle of 130.47º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA45D is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 164 | 93 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.36 |
| HSL | 130.47º | 0.36% | 0.47% | - |
| HSV(B) | 130.47º | 0.52% | 0.64% | - |
| XYZ | 18.39 | 28.96 | 14.98 | - |
| YUV | 130.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 164 | 93 | 0.52 | 0 | 0.43 | 0.36 | 130.47 | 0.36 | 0.47 |
| Hex | 4E | A4 | 5D | 34 | 0 | 2B | 24 | 82 | 24 | 2F |
| Octal | 116 | 244 | 135 | 64 | 0 | 53 | 44 | 202 | 44 | 57 |
| Binary | 1001110 | 10100100 | 1011101 | 110100 | 0 | 101011 | 100100 | 10000010 | 100100 | 101111 |
Color Harmonies of #4EA45D
Complementary color
Monochromatic Colors of #4EA45D
Black with #4EA45D
Text Example
Text Example
White with #4EA45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA45D; }
p { color: rgb(78,164,93); }
H1.HeaderClassName
{
color: #4EA45D;
}
.AnyTagClassName
{
color: #4EA45D;
}
</style>
background-color css
<style>
a { background-color: #4EA45D; }
a { background-color: rgb(78,164,93); }
div.DivClassName
{
background-color: #4EA45D;
}
.BgClassName
{
background-color: #4EA45D;
}
</style>
border-color css
<style>
span { border-color: #4EA45D; }
span { border-color: rgb(78,164,93); }
td.TdClassName
{
border-color: #4EA45D;
}
.TagClassName
{
border-color: #4EA45D;
}
</style>