Shades of Fruit Salad #4C9A54
Tints of Fruit Salad #4C9A54
RGB
CMYK
RGB Variations
Color information
#4C9A54 (or 0x4C9A54) is known color: Fruit Salad. HEX triplet: 4C, 9A and 54. RGB value is (76,154,84). Sum of RGB (Red+Green+Blue) = 76+154+84=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #4C9A54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9A54 is #B365AB. Grayscale: #7A7A7A. Windows color (decimal): -11756972 or 5544524. OLE color: 5544524.
HSL color Cylindrical-coordinate representation of color #4C9A54: hue angle of 126.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9A54 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 154 | 84 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.40 |
| HSL | 126.15º | 0.34% | 0.45% | - |
| HSV(B) | 126.15º | 0.51% | 0.6% | - |
| XYZ | 16.14 | 25.29 | 12.42 | - |
| YUV | 122.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 154 | 84 | 0.51 | 0 | 0.45 | 0.40 | 126.15 | 0.34 | 0.45 |
| Hex | 4C | 9A | 54 | 33 | 0 | 2D | 28 | 7E | 22 | 2D |
| Octal | 114 | 232 | 124 | 63 | 0 | 55 | 50 | 176 | 42 | 55 |
| Binary | 1001100 | 10011010 | 1010100 | 110011 | 0 | 101101 | 101000 | 1111110 | 100010 | 101101 |
Color Harmonies of #4C9A54
Complementary color
Monochromatic Colors of #4C9A54
Black with #4C9A54
Text Example
Text Example
White with #4C9A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9A54; }
p { color: rgb(76,154,84); }
H1.HeaderClassName
{
color: #4C9A54;
}
.AnyTagClassName
{
color: #4C9A54;
}
</style>
background-color css
<style>
a { background-color: #4C9A54; }
a { background-color: rgb(76,154,84); }
div.DivClassName
{
background-color: #4C9A54;
}
.BgClassName
{
background-color: #4C9A54;
}
</style>
border-color css
<style>
span { border-color: #4C9A54; }
span { border-color: rgb(76,154,84); }
td.TdClassName
{
border-color: #4C9A54;
}
.TagClassName
{
border-color: #4C9A54;
}
</style>