Shades of Fruit Salad #4A9854
Tints of Fruit Salad #4A9854
RGB
CMYK
RGB Variations
Color information
#4A9854 (or 0x4A9854) is known color: Fruit Salad. HEX triplet: 4A, 98 and 54. RGB value is (74,152,84). Sum of RGB (Red+Green+Blue) = 74+152+84=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #4A9854 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9854 is #B567AB. Grayscale: #797979. Windows color (decimal): -11888556 or 5544010. OLE color: 5544010.
HSL color Cylindrical-coordinate representation of color #4A9854: hue angle of 127.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A9854 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 152 | 84 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.40 |
| HSL | 127.69º | 0.35% | 0.44% | - |
| HSV(B) | 127.69º | 0.51% | 0.6% | - |
| XYZ | 15.65 | 24.55 | 12.3 | - |
| YUV | 120.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 84 | 0.51 | 0 | 0.45 | 0.40 | 127.69 | 0.35 | 0.44 |
| Hex | 4A | 98 | 54 | 33 | 0 | 2D | 28 | 80 | 23 | 2C |
| Octal | 112 | 230 | 124 | 63 | 0 | 55 | 50 | 200 | 43 | 54 |
| Binary | 1001010 | 10011000 | 1010100 | 110011 | 0 | 101101 | 101000 | 10000000 | 100011 | 101100 |
Color Harmonies of #4A9854
Complementary color
Monochromatic Colors of #4A9854
Black with #4A9854
Text Example
Text Example
White with #4A9854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9854; }
p { color: rgb(74,152,84); }
H1.HeaderClassName
{
color: #4A9854;
}
.AnyTagClassName
{
color: #4A9854;
}
</style>
background-color css
<style>
a { background-color: #4A9854; }
a { background-color: rgb(74,152,84); }
div.DivClassName
{
background-color: #4A9854;
}
.BgClassName
{
background-color: #4A9854;
}
</style>
border-color css
<style>
span { border-color: #4A9854; }
span { border-color: rgb(74,152,84); }
td.TdClassName
{
border-color: #4A9854;
}
.TagClassName
{
border-color: #4A9854;
}
</style>