Shades of Fruit Salad #4C8F47
Tints of Fruit Salad #4C8F47
RGB
CMYK
RGB Variations
Color information
#4C8F47 (or 0x4C8F47) is known color: Fruit Salad. HEX triplet: 4C, 8F and 47. RGB value is (76,143,71). Sum of RGB (Red+Green+Blue) = 76+143+71=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 143 - color contains mainly: green. Hex color #4C8F47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8F47 is #B370B8. Grayscale: #727272. Windows color (decimal): -11759801 or 4689740. OLE color: 4689740.
HSL color Cylindrical-coordinate representation of color #4C8F47: hue angle of 115.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C8F47 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 143 | 71 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.44 |
| HSL | 115.83º | 0.34% | 0.42% | - |
| HSV(B) | 115.83º | 0.5% | 0.56% | - |
| XYZ | 13.94 | 21.64 | 9.4 | - |
| YUV | 114.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 143 | 71 | 0.47 | 0 | 0.50 | 0.44 | 115.83 | 0.34 | 0.42 |
| Hex | 4C | 8F | 47 | 2F | 0 | 32 | 2C | 74 | 22 | 2A |
| Octal | 114 | 217 | 107 | 57 | 0 | 62 | 54 | 164 | 42 | 52 |
| Binary | 1001100 | 10001111 | 1000111 | 101111 | 0 | 110010 | 101100 | 1110100 | 100010 | 101010 |
Color Harmonies of #4C8F47
Complementary color
Monochromatic Colors of #4C8F47
Black with #4C8F47
Text Example
Text Example
White with #4C8F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8F47; }
p { color: rgb(76,143,71); }
H1.HeaderClassName
{
color: #4C8F47;
}
.AnyTagClassName
{
color: #4C8F47;
}
</style>
background-color css
<style>
a { background-color: #4C8F47; }
a { background-color: rgb(76,143,71); }
div.DivClassName
{
background-color: #4C8F47;
}
.BgClassName
{
background-color: #4C8F47;
}
</style>
border-color css
<style>
span { border-color: #4C8F47; }
span { border-color: rgb(76,143,71); }
td.TdClassName
{
border-color: #4C8F47;
}
.TagClassName
{
border-color: #4C8F47;
}
</style>