Shades of Fruit Salad #4EA24C
Tints of Fruit Salad #4EA24C
RGB
CMYK
RGB Variations
Color information
#4EA24C (or 0x4EA24C) is known color: Fruit Salad. HEX triplet: 4E, A2 and 4C. RGB value is (78,162,76). Sum of RGB (Red+Green+Blue) = 78+162+76=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA24C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA24C is #B15DB3. Grayscale: #7F7F7F. Windows color (decimal): -11623860 or 5022286. OLE color: 5022286.
HSL color Cylindrical-coordinate representation of color #4EA24C: hue angle of 118.6º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA24C is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 76 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.36 |
| HSL | 118.6º | 0.36% | 0.47% | - |
| HSV(B) | 118.6º | 0.53% | 0.64% | - |
| XYZ | 17.37 | 27.98 | 11.32 | - |
| YUV | 127.08 | 99.17 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 76 | 0.52 | 0 | 0.53 | 0.36 | 118.6 | 0.36 | 0.47 |
| Hex | 4E | A2 | 4C | 34 | 0 | 35 | 24 | 77 | 24 | 2F |
| Octal | 116 | 242 | 114 | 64 | 0 | 65 | 44 | 167 | 44 | 57 |
| Binary | 1001110 | 10100010 | 1001100 | 110100 | 0 | 110101 | 100100 | 1110111 | 100100 | 101111 |
Color Harmonies of #4EA24C
Complementary color
Monochromatic Colors of #4EA24C
Black with #4EA24C
Text Example
Text Example
White with #4EA24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA24C; }
p { color: rgb(78,162,76); }
H1.HeaderClassName
{
color: #4EA24C;
}
.AnyTagClassName
{
color: #4EA24C;
}
</style>
background-color css
<style>
a { background-color: #4EA24C; }
a { background-color: rgb(78,162,76); }
div.DivClassName
{
background-color: #4EA24C;
}
.BgClassName
{
background-color: #4EA24C;
}
</style>
border-color css
<style>
span { border-color: #4EA24C; }
span { border-color: rgb(78,162,76); }
td.TdClassName
{
border-color: #4EA24C;
}
.TagClassName
{
border-color: #4EA24C;
}
</style>