Shades of Fruit Salad #4E904D
Tints of Fruit Salad #4E904D
RGB
CMYK
RGB Variations
Color information
#4E904D (or 0x4E904D) is known color: Fruit Salad. HEX triplet: 4E, 90 and 4D. RGB value is (78,144,77). Sum of RGB (Red+Green+Blue) = 78+144+77=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #4E904D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E904D is #B16FB2. Grayscale: #747474. Windows color (decimal): -11628467 or 5083214. OLE color: 5083214.
HSL color Cylindrical-coordinate representation of color #4E904D: hue angle of 119.1º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E904D is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 77 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.44 |
| HSL | 119.1º | 0.3% | 0.43% | - |
| HSV(B) | 119.1º | 0.47% | 0.56% | - |
| XYZ | 14.45 | 22.1 | 10.53 | - |
| YUV | 116.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 77 | 0.46 | 0 | 0.47 | 0.44 | 119.1 | 0.3 | 0.43 |
| Hex | 4E | 90 | 4D | 2E | 0 | 2F | 2C | 77 | 1E | 2B |
| Octal | 116 | 220 | 115 | 56 | 0 | 57 | 54 | 167 | 36 | 53 |
| Binary | 1001110 | 10010000 | 1001101 | 101110 | 0 | 101111 | 101100 | 1110111 | 11110 | 101011 |
Color Harmonies of #4E904D
Complementary color
Monochromatic Colors of #4E904D
Black with #4E904D
Text Example
Text Example
White with #4E904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E904D; }
p { color: rgb(78,144,77); }
H1.HeaderClassName
{
color: #4E904D;
}
.AnyTagClassName
{
color: #4E904D;
}
</style>
background-color css
<style>
a { background-color: #4E904D; }
a { background-color: rgb(78,144,77); }
div.DivClassName
{
background-color: #4E904D;
}
.BgClassName
{
background-color: #4E904D;
}
</style>
border-color css
<style>
span { border-color: #4E904D; }
span { border-color: rgb(78,144,77); }
td.TdClassName
{
border-color: #4E904D;
}
.TagClassName
{
border-color: #4E904D;
}
</style>