Shades of Fruit Salad #4E9F5C
Tints of Fruit Salad #4E9F5C
RGB
CMYK
RGB Variations
Color information
#4E9F5C (or 0x4E9F5C) is known color: Fruit Salad. HEX triplet: 4E, 9F and 5C. RGB value is (78,159,92). Sum of RGB (Red+Green+Blue) = 78+159+92=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9F5C is #B160A3. Grayscale: #7F7F7F. Windows color (decimal): -11624612 or 6070094. OLE color: 6070094.
HSL color Cylindrical-coordinate representation of color #4E9F5C: hue angle of 130.37º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9F5C is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 159 | 92 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.38 |
| HSL | 130.37º | 0.34% | 0.46% | - |
| HSV(B) | 130.37º | 0.51% | 0.62% | - |
| XYZ | 17.47 | 27.19 | 14.45 | - |
| YUV | 127.14 | 108.16 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 159 | 92 | 0.51 | 0 | 0.42 | 0.38 | 130.37 | 0.34 | 0.46 |
| Hex | 4E | 9F | 5C | 33 | 0 | 2A | 26 | 82 | 22 | 2E |
| Octal | 116 | 237 | 134 | 63 | 0 | 52 | 46 | 202 | 42 | 56 |
| Binary | 1001110 | 10011111 | 1011100 | 110011 | 0 | 101010 | 100110 | 10000010 | 100010 | 101110 |
Color Harmonies of #4E9F5C
Complementary color
Monochromatic Colors of #4E9F5C
Black with #4E9F5C
Text Example
Text Example
White with #4E9F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9F5C; }
p { color: rgb(78,159,92); }
H1.HeaderClassName
{
color: #4E9F5C;
}
.AnyTagClassName
{
color: #4E9F5C;
}
</style>
background-color css
<style>
a { background-color: #4E9F5C; }
a { background-color: rgb(78,159,92); }
div.DivClassName
{
background-color: #4E9F5C;
}
.BgClassName
{
background-color: #4E9F5C;
}
</style>
border-color css
<style>
span { border-color: #4E9F5C; }
span { border-color: rgb(78,159,92); }
td.TdClassName
{
border-color: #4E9F5C;
}
.TagClassName
{
border-color: #4E9F5C;
}
</style>