Shades of Fruit Salad #4E934C
Tints of Fruit Salad #4E934C
RGB
CMYK
RGB Variations
Color information
#4E934C (or 0x4E934C) is known color: Fruit Salad. HEX triplet: 4E, 93 and 4C. RGB value is (78,147,76). Sum of RGB (Red+Green+Blue) = 78+147+76=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #4E934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E934C is #B16CB3. Grayscale: #767676. Windows color (decimal): -11627700 or 5018446. OLE color: 5018446.
HSL color Cylindrical-coordinate representation of color #4E934C: hue angle of 118.31º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E934C is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 147 | 76 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.42 |
| HSL | 118.31º | 0.32% | 0.44% | - |
| HSV(B) | 118.31º | 0.48% | 0.58% | - |
| XYZ | 14.88 | 23.01 | 10.49 | - |
| YUV | 118.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 76 | 0.47 | 0 | 0.48 | 0.42 | 118.31 | 0.32 | 0.44 |
| Hex | 4E | 93 | 4C | 2F | 0 | 30 | 2A | 76 | 20 | 2C |
| Octal | 116 | 223 | 114 | 57 | 0 | 60 | 52 | 166 | 40 | 54 |
| Binary | 1001110 | 10010011 | 1001100 | 101111 | 0 | 110000 | 101010 | 1110110 | 100000 | 101100 |
Color Harmonies of #4E934C
Complementary color
Monochromatic Colors of #4E934C
Black with #4E934C
Text Example
Text Example
White with #4E934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E934C; }
p { color: rgb(78,147,76); }
H1.HeaderClassName
{
color: #4E934C;
}
.AnyTagClassName
{
color: #4E934C;
}
</style>
background-color css
<style>
a { background-color: #4E934C; }
a { background-color: rgb(78,147,76); }
div.DivClassName
{
background-color: #4E934C;
}
.BgClassName
{
background-color: #4E934C;
}
</style>
border-color css
<style>
span { border-color: #4E934C; }
span { border-color: rgb(78,147,76); }
td.TdClassName
{
border-color: #4E934C;
}
.TagClassName
{
border-color: #4E934C;
}
</style>