Shades of Fruit Salad #4E9C5B
Tints of Fruit Salad #4E9C5B
RGB
CMYK
RGB Variations
Color information
#4E9C5B (or 0x4E9C5B) is known color: Fruit Salad. HEX triplet: 4E, 9C and 5B. RGB value is (78,156,91). Sum of RGB (Red+Green+Blue) = 78+156+91=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #4E9C5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9C5B is #B163A4. Grayscale: #7D7D7D. Windows color (decimal): -11625381 or 6003790. OLE color: 6003790.
HSL color Cylindrical-coordinate representation of color #4E9C5B: hue angle of 130º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9C5B is Cyan = 0.5, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 156 | 91 | - |
| CMYK | 0.5 | 0 | 0.42 | 0.39 |
| HSL | 130º | 0.33% | 0.46% | - |
| HSV(B) | 130º | 0.5% | 0.61% | - |
| XYZ | 16.92 | 26.15 | 14.05 | - |
| YUV | 125.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 156 | 91 | 0.5 | 0 | 0.42 | 0.39 | 130 | 0.33 | 0.46 |
| Hex | 4E | 9C | 5B | 32 | 0 | 2A | 27 | 82 | 21 | 2E |
| Octal | 116 | 234 | 133 | 62 | 0 | 52 | 47 | 202 | 41 | 56 |
| Binary | 1001110 | 10011100 | 1011011 | 110010 | 0 | 101010 | 100111 | 10000010 | 100001 | 101110 |
Color Harmonies of #4E9C5B
Complementary color
Monochromatic Colors of #4E9C5B
Black with #4E9C5B
Text Example
Text Example
White with #4E9C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9C5B; }
p { color: rgb(78,156,91); }
H1.HeaderClassName
{
color: #4E9C5B;
}
.AnyTagClassName
{
color: #4E9C5B;
}
</style>
background-color css
<style>
a { background-color: #4E9C5B; }
a { background-color: rgb(78,156,91); }
div.DivClassName
{
background-color: #4E9C5B;
}
.BgClassName
{
background-color: #4E9C5B;
}
</style>
border-color css
<style>
span { border-color: #4E9C5B; }
span { border-color: rgb(78,156,91); }
td.TdClassName
{
border-color: #4E9C5B;
}
.TagClassName
{
border-color: #4E9C5B;
}
</style>