Shades of Fruit Salad #4C964C
Tints of Fruit Salad #4C964C
RGB
CMYK
RGB Variations
Color information
#4C964C (or 0x4C964C) is known color: Fruit Salad. HEX triplet: 4C, 96 and 4C. RGB value is (76,150,76). Sum of RGB (Red+Green+Blue) = 76+150+76=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #4C964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C964C is #B369B3. Grayscale: #777777. Windows color (decimal): -11758004 or 5019212. OLE color: 5019212.
HSL color Cylindrical-coordinate representation of color #4C964C: hue angle of 120º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C964C is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 150 | 76 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.41 |
| HSL | 120º | 0.33% | 0.44% | - |
| HSV(B) | 120º | 0.49% | 0.59% | - |
| XYZ | 15.19 | 23.87 | 10.64 | - |
| YUV | 119.44 | 103.48 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 150 | 76 | 0.49 | 0 | 0.49 | 0.41 | 120 | 0.33 | 0.44 |
| Hex | 4C | 96 | 4C | 31 | 0 | 31 | 29 | 78 | 21 | 2C |
| Octal | 114 | 226 | 114 | 61 | 0 | 61 | 51 | 170 | 41 | 54 |
| Binary | 1001100 | 10010110 | 1001100 | 110001 | 0 | 110001 | 101001 | 1111000 | 100001 | 101100 |
Color Harmonies of #4C964C
Complementary color
Monochromatic Colors of #4C964C
Black with #4C964C
Text Example
Text Example
White with #4C964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C964C; }
p { color: rgb(76,150,76); }
H1.HeaderClassName
{
color: #4C964C;
}
.AnyTagClassName
{
color: #4C964C;
}
</style>
background-color css
<style>
a { background-color: #4C964C; }
a { background-color: rgb(76,150,76); }
div.DivClassName
{
background-color: #4C964C;
}
.BgClassName
{
background-color: #4C964C;
}
</style>
border-color css
<style>
span { border-color: #4C964C; }
span { border-color: rgb(76,150,76); }
td.TdClassName
{
border-color: #4C964C;
}
.TagClassName
{
border-color: #4C964C;
}
</style>