Shades of Fruit Salad #4E974B
Tints of Fruit Salad #4E974B
RGB
CMYK
RGB Variations
Color information
#4E974B (or 0x4E974B) is known color: Fruit Salad. HEX triplet: 4E, 97 and 4B. RGB value is (78,151,75). Sum of RGB (Red+Green+Blue) = 78+151+75=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #4E974B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E974B is #B168B4. Grayscale: #787878. Windows color (decimal): -11626677 or 4953934. OLE color: 4953934.
HSL color Cylindrical-coordinate representation of color #4E974B: hue angle of 117.63º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E974B is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 151 | 75 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.41 |
| HSL | 117.63º | 0.34% | 0.44% | - |
| HSV(B) | 117.63º | 0.5% | 0.59% | - |
| XYZ | 15.48 | 24.26 | 10.52 | - |
| YUV | 120.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 151 | 75 | 0.48 | 0 | 0.50 | 0.41 | 117.63 | 0.34 | 0.44 |
| Hex | 4E | 97 | 4B | 30 | 0 | 32 | 29 | 76 | 22 | 2C |
| Octal | 116 | 227 | 113 | 60 | 0 | 62 | 51 | 166 | 42 | 54 |
| Binary | 1001110 | 10010111 | 1001011 | 110000 | 0 | 110010 | 101001 | 1110110 | 100010 | 101100 |
Color Harmonies of #4E974B
Complementary color
Monochromatic Colors of #4E974B
Black with #4E974B
Text Example
Text Example
White with #4E974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E974B; }
p { color: rgb(78,151,75); }
H1.HeaderClassName
{
color: #4E974B;
}
.AnyTagClassName
{
color: #4E974B;
}
</style>
background-color css
<style>
a { background-color: #4E974B; }
a { background-color: rgb(78,151,75); }
div.DivClassName
{
background-color: #4E974B;
}
.BgClassName
{
background-color: #4E974B;
}
</style>
border-color css
<style>
span { border-color: #4E974B; }
span { border-color: rgb(78,151,75); }
td.TdClassName
{
border-color: #4E974B;
}
.TagClassName
{
border-color: #4E974B;
}
</style>