Shades of Fruit Salad #4EA45C
Tints of Fruit Salad #4EA45C
RGB
CMYK
RGB Variations
Color information
#4EA45C (or 0x4EA45C) is known color: Fruit Salad. HEX triplet: 4E, A4 and 5C. RGB value is (78,164,92). Sum of RGB (Red+Green+Blue) = 78+164+92=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA45C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA45C is #B15BA3. Grayscale: #828282. Windows color (decimal): -11623332 or 6071374. OLE color: 6071374.
HSL color Cylindrical-coordinate representation of color #4EA45C: hue angle of 129.77º 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 #4EA45C is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 164 | 92 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.36 |
| HSL | 129.77º | 0.36% | 0.47% | - |
| HSV(B) | 129.77º | 0.52% | 0.64% | - |
| XYZ | 18.35 | 28.94 | 14.74 | - |
| YUV | 130.08 | 106.51 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 164 | 92 | 0.52 | 0 | 0.44 | 0.36 | 129.77 | 0.36 | 0.47 |
| Hex | 4E | A4 | 5C | 34 | 0 | 2C | 24 | 82 | 24 | 2F |
| Octal | 116 | 244 | 134 | 64 | 0 | 54 | 44 | 202 | 44 | 57 |
| Binary | 1001110 | 10100100 | 1011100 | 110100 | 0 | 101100 | 100100 | 10000010 | 100100 | 101111 |
Color Harmonies of #4EA45C
Complementary color
Monochromatic Colors of #4EA45C
Black with #4EA45C
Text Example
Text Example
White with #4EA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA45C; }
p { color: rgb(78,164,92); }
H1.HeaderClassName
{
color: #4EA45C;
}
.AnyTagClassName
{
color: #4EA45C;
}
</style>
background-color css
<style>
a { background-color: #4EA45C; }
a { background-color: rgb(78,164,92); }
div.DivClassName
{
background-color: #4EA45C;
}
.BgClassName
{
background-color: #4EA45C;
}
</style>
border-color css
<style>
span { border-color: #4EA45C; }
span { border-color: rgb(78,164,92); }
td.TdClassName
{
border-color: #4EA45C;
}
.TagClassName
{
border-color: #4EA45C;
}
</style>