Shades of Fruit Salad #4C8E4D
Tints of Fruit Salad #4C8E4D
RGB
CMYK
RGB Variations
Color information
#4C8E4D (or 0x4C8E4D) is known color: Fruit Salad. HEX triplet: 4C, 8E and 4D. RGB value is (76,142,77). Sum of RGB (Red+Green+Blue) = 76+142+77=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #4C8E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8E4D is #B371B2. Grayscale: #737373. Windows color (decimal): -11760051 or 5082700. OLE color: 5082700.
HSL color Cylindrical-coordinate representation of color #4C8E4D: hue angle of 120.91º 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 #4C8E4D is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 142 | 77 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.44 |
| HSL | 120.91º | 0.3% | 0.43% | - |
| HSV(B) | 120.91º | 0.46% | 0.56% | - |
| XYZ | 13.99 | 21.42 | 10.42 | - |
| YUV | 114.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 142 | 77 | 0.46 | 0 | 0.46 | 0.44 | 120.91 | 0.3 | 0.43 |
| Hex | 4C | 8E | 4D | 2E | 0 | 2E | 2C | 79 | 1E | 2B |
| Octal | 114 | 216 | 115 | 56 | 0 | 56 | 54 | 171 | 36 | 53 |
| Binary | 1001100 | 10001110 | 1001101 | 101110 | 0 | 101110 | 101100 | 1111001 | 11110 | 101011 |
Color Harmonies of #4C8E4D
Complementary color
Monochromatic Colors of #4C8E4D
Black with #4C8E4D
Text Example
Text Example
White with #4C8E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8E4D; }
p { color: rgb(76,142,77); }
H1.HeaderClassName
{
color: #4C8E4D;
}
.AnyTagClassName
{
color: #4C8E4D;
}
</style>
background-color css
<style>
a { background-color: #4C8E4D; }
a { background-color: rgb(76,142,77); }
div.DivClassName
{
background-color: #4C8E4D;
}
.BgClassName
{
background-color: #4C8E4D;
}
</style>
border-color css
<style>
span { border-color: #4C8E4D; }
span { border-color: rgb(76,142,77); }
td.TdClassName
{
border-color: #4C8E4D;
}
.TagClassName
{
border-color: #4C8E4D;
}
</style>