Shades of Fruit Salad #4C9740
Tints of Fruit Salad #4C9740
RGB
CMYK
RGB Variations
Color information
#4C9740 (or 0x4C9740) is known color: Fruit Salad. HEX triplet: 4C, 97 and 40. RGB value is (76,151,64). Sum of RGB (Red+Green+Blue) = 76+151+64=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #4C9740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9740 is #B368BF. Grayscale: #767676. Windows color (decimal): -11757760 or 4233036. OLE color: 4233036.
HSL color Cylindrical-coordinate representation of color #4C9740: hue angle of 111.72º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C9740 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 151 | 64 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.41 |
| HSL | 111.72º | 0.4% | 0.42% | - |
| HSV(B) | 111.72º | 0.58% | 0.59% | - |
| XYZ | 14.97 | 24.04 | 8.7 | - |
| YUV | 118.66 | 97.15 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 151 | 64 | 0.50 | 0 | 0.58 | 0.41 | 111.72 | 0.4 | 0.42 |
| Hex | 4C | 97 | 40 | 32 | 0 | 3A | 29 | 70 | 28 | 2A |
| Octal | 114 | 227 | 100 | 62 | 0 | 72 | 51 | 160 | 50 | 52 |
| Binary | 1001100 | 10010111 | 1000000 | 110010 | 0 | 111010 | 101001 | 1110000 | 101000 | 101010 |
Color Harmonies of #4C9740
Complementary color
Monochromatic Colors of #4C9740
Black with #4C9740
Text Example
Text Example
White with #4C9740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9740; }
p { color: rgb(76,151,64); }
H1.HeaderClassName
{
color: #4C9740;
}
.AnyTagClassName
{
color: #4C9740;
}
</style>
background-color css
<style>
a { background-color: #4C9740; }
a { background-color: rgb(76,151,64); }
div.DivClassName
{
background-color: #4C9740;
}
.BgClassName
{
background-color: #4C9740;
}
</style>
border-color css
<style>
span { border-color: #4C9740; }
span { border-color: rgb(76,151,64); }
td.TdClassName
{
border-color: #4C9740;
}
.TagClassName
{
border-color: #4C9740;
}
</style>