Shades of Fruit Salad #4E924D
Tints of Fruit Salad #4E924D
RGB
CMYK
RGB Variations
Color information
#4E924D (or 0x4E924D) is known color: Fruit Salad. HEX triplet: 4E, 92 and 4D. RGB value is (78,146,77). Sum of RGB (Red+Green+Blue) = 78+146+77=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #4E924D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E924D is #B16DB2. Grayscale: #767676. Windows color (decimal): -11627955 or 5083726. OLE color: 5083726.
HSL color Cylindrical-coordinate representation of color #4E924D: hue angle of 119.13º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E924D is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 146 | 77 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.43 |
| HSL | 119.13º | 0.31% | 0.44% | - |
| HSV(B) | 119.13º | 0.47% | 0.57% | - |
| XYZ | 14.76 | 22.71 | 10.63 | - |
| YUV | 117.8 | 104.97 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 77 | 0.47 | 0 | 0.47 | 0.43 | 119.13 | 0.31 | 0.44 |
| Hex | 4E | 92 | 4D | 2F | 0 | 2F | 2B | 77 | 1F | 2C |
| Octal | 116 | 222 | 115 | 57 | 0 | 57 | 53 | 167 | 37 | 54 |
| Binary | 1001110 | 10010010 | 1001101 | 101111 | 0 | 101111 | 101011 | 1110111 | 11111 | 101100 |
Color Harmonies of #4E924D
Complementary color
Monochromatic Colors of #4E924D
Black with #4E924D
Text Example
Text Example
White with #4E924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E924D; }
p { color: rgb(78,146,77); }
H1.HeaderClassName
{
color: #4E924D;
}
.AnyTagClassName
{
color: #4E924D;
}
</style>
background-color css
<style>
a { background-color: #4E924D; }
a { background-color: rgb(78,146,77); }
div.DivClassName
{
background-color: #4E924D;
}
.BgClassName
{
background-color: #4E924D;
}
</style>
border-color css
<style>
span { border-color: #4E924D; }
span { border-color: rgb(78,146,77); }
td.TdClassName
{
border-color: #4E924D;
}
.TagClassName
{
border-color: #4E924D;
}
</style>