Shades of Fruit Salad #4E904C
Tints of Fruit Salad #4E904C
RGB
CMYK
RGB Variations
Color information
#4E904C (or 0x4E904C) is known color: Fruit Salad. HEX triplet: 4E, 90 and 4C. RGB value is (78,144,76). Sum of RGB (Red+Green+Blue) = 78+144+76=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #4E904C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E904C is #B16FB3. Grayscale: #747474. Windows color (decimal): -11628468 or 5017678. OLE color: 5017678.
HSL color Cylindrical-coordinate representation of color #4E904C: hue angle of 118.24º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E904C is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 76 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.44 |
| HSL | 118.24º | 0.31% | 0.43% | - |
| HSV(B) | 118.24º | 0.47% | 0.56% | - |
| XYZ | 14.42 | 22.09 | 10.34 | - |
| YUV | 116.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 76 | 0.46 | 0 | 0.47 | 0.44 | 118.24 | 0.31 | 0.43 |
| Hex | 4E | 90 | 4C | 2E | 0 | 2F | 2C | 76 | 1F | 2B |
| Octal | 116 | 220 | 114 | 56 | 0 | 57 | 54 | 166 | 37 | 53 |
| Binary | 1001110 | 10010000 | 1001100 | 101110 | 0 | 101111 | 101100 | 1110110 | 11111 | 101011 |
Color Harmonies of #4E904C
Complementary color
Monochromatic Colors of #4E904C
Black with #4E904C
Text Example
Text Example
White with #4E904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E904C; }
p { color: rgb(78,144,76); }
H1.HeaderClassName
{
color: #4E904C;
}
.AnyTagClassName
{
color: #4E904C;
}
</style>
background-color css
<style>
a { background-color: #4E904C; }
a { background-color: rgb(78,144,76); }
div.DivClassName
{
background-color: #4E904C;
}
.BgClassName
{
background-color: #4E904C;
}
</style>
border-color css
<style>
span { border-color: #4E904C; }
span { border-color: rgb(78,144,76); }
td.TdClassName
{
border-color: #4E904C;
}
.TagClassName
{
border-color: #4E904C;
}
</style>