Shades of Fruit Salad #4E934A
Tints of Fruit Salad #4E934A
RGB
CMYK
RGB Variations
Color information
#4E934A (or 0x4E934A) is known color: Fruit Salad. HEX triplet: 4E, 93 and 4A. RGB value is (78,147,74). Sum of RGB (Red+Green+Blue) = 78+147+74=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #4E934A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E934A is #B16CB5. Grayscale: #767676. Windows color (decimal): -11627702 or 4887374. OLE color: 4887374.
HSL color Cylindrical-coordinate representation of color #4E934A: hue angle of 116.71º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E934A is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 147 | 74 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.42 |
| HSL | 116.71º | 0.33% | 0.43% | - |
| HSV(B) | 116.71º | 0.5% | 0.58% | - |
| XYZ | 14.81 | 22.98 | 10.13 | - |
| YUV | 118.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 74 | 0.47 | 0 | 0.50 | 0.42 | 116.71 | 0.33 | 0.43 |
| Hex | 4E | 93 | 4A | 2F | 0 | 32 | 2A | 75 | 21 | 2B |
| Octal | 116 | 223 | 112 | 57 | 0 | 62 | 52 | 165 | 41 | 53 |
| Binary | 1001110 | 10010011 | 1001010 | 101111 | 0 | 110010 | 101010 | 1110101 | 100001 | 101011 |
Color Harmonies of #4E934A
Complementary color
Monochromatic Colors of #4E934A
Black with #4E934A
Text Example
Text Example
White with #4E934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E934A; }
p { color: rgb(78,147,74); }
H1.HeaderClassName
{
color: #4E934A;
}
.AnyTagClassName
{
color: #4E934A;
}
</style>
background-color css
<style>
a { background-color: #4E934A; }
a { background-color: rgb(78,147,74); }
div.DivClassName
{
background-color: #4E934A;
}
.BgClassName
{
background-color: #4E934A;
}
</style>
border-color css
<style>
span { border-color: #4E934A; }
span { border-color: rgb(78,147,74); }
td.TdClassName
{
border-color: #4E934A;
}
.TagClassName
{
border-color: #4E934A;
}
</style>