Shades of Fruit Salad #4E9148
Tints of Fruit Salad #4E9148
RGB
CMYK
RGB Variations
Color information
#4E9148 (or 0x4E9148) is known color: Fruit Salad. HEX triplet: 4E, 91 and 48. RGB value is (78,145,72). Sum of RGB (Red+Green+Blue) = 78+145+72=295 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.44% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #4E9148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E9148 is #B16EB7. Grayscale: #747474. Windows color (decimal): -11628216 or 4755790. OLE color: 4755790.
HSL color Cylindrical-coordinate representation of color #4E9148: hue angle of 115.07º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9148 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 145 | 72 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.43 |
| HSL | 115.07º | 0.34% | 0.43% | - |
| HSV(B) | 115.07º | 0.5% | 0.57% | - |
| XYZ | 14.44 | 22.34 | 9.68 | - |
| YUV | 116.65 | 102.8 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 72 | 0.46 | 0 | 0.50 | 0.43 | 115.07 | 0.34 | 0.43 |
| Hex | 4E | 91 | 48 | 2E | 0 | 32 | 2B | 73 | 22 | 2B |
| Octal | 116 | 221 | 110 | 56 | 0 | 62 | 53 | 163 | 42 | 53 |
| Binary | 1001110 | 10010001 | 1001000 | 101110 | 0 | 110010 | 101011 | 1110011 | 100010 | 101011 |
Color Harmonies of #4E9148
Complementary color
Monochromatic Colors of #4E9148
Black with #4E9148
Text Example
Text Example
White with #4E9148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9148; }
p { color: rgb(78,145,72); }
H1.HeaderClassName
{
color: #4E9148;
}
.AnyTagClassName
{
color: #4E9148;
}
</style>
background-color css
<style>
a { background-color: #4E9148; }
a { background-color: rgb(78,145,72); }
div.DivClassName
{
background-color: #4E9148;
}
.BgClassName
{
background-color: #4E9148;
}
</style>
border-color css
<style>
span { border-color: #4E9148; }
span { border-color: rgb(78,145,72); }
td.TdClassName
{
border-color: #4E9148;
}
.TagClassName
{
border-color: #4E9148;
}
</style>