Shades of Fruit Salad #4C8E51
Tints of Fruit Salad #4C8E51
RGB
CMYK
RGB Variations
Color information
#4C8E51 (or 0x4C8E51) is known color: Fruit Salad. HEX triplet: 4C, 8E and 51. RGB value is (76,142,81). Sum of RGB (Red+Green+Blue) = 76+142+81=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #4C8E51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8E51 is #B371AE. Grayscale: #737373. Windows color (decimal): -11760047 or 5344844. OLE color: 5344844.
HSL color Cylindrical-coordinate representation of color #4C8E51: hue angle of 124.55º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8E51 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 142 | 81 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.44 |
| HSL | 124.55º | 0.3% | 0.43% | - |
| HSV(B) | 124.55º | 0.46% | 0.56% | - |
| XYZ | 14.14 | 21.48 | 11.18 | - |
| YUV | 115.31 | 108.63 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 142 | 81 | 0.46 | 0 | 0.43 | 0.44 | 124.55 | 0.3 | 0.43 |
| Hex | 4C | 8E | 51 | 2E | 0 | 2B | 2C | 7D | 1E | 2B |
| Octal | 114 | 216 | 121 | 56 | 0 | 53 | 54 | 175 | 36 | 53 |
| Binary | 1001100 | 10001110 | 1010001 | 101110 | 0 | 101011 | 101100 | 1111101 | 11110 | 101011 |
Color Harmonies of #4C8E51
Complementary color
Monochromatic Colors of #4C8E51
Black with #4C8E51
Text Example
Text Example
White with #4C8E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8E51; }
p { color: rgb(76,142,81); }
H1.HeaderClassName
{
color: #4C8E51;
}
.AnyTagClassName
{
color: #4C8E51;
}
</style>
background-color css
<style>
a { background-color: #4C8E51; }
a { background-color: rgb(76,142,81); }
div.DivClassName
{
background-color: #4C8E51;
}
.BgClassName
{
background-color: #4C8E51;
}
</style>
border-color css
<style>
span { border-color: #4C8E51; }
span { border-color: rgb(76,142,81); }
td.TdClassName
{
border-color: #4C8E51;
}
.TagClassName
{
border-color: #4C8E51;
}
</style>