Shades of Fruit Salad #4CB849
Tints of Fruit Salad #4CB849
RGB
CMYK
RGB Variations
Color information
#4CB849 (or 0x4CB849) is known color: Fruit Salad. HEX triplet: 4C, B8 and 49. RGB value is (76,184,73). Sum of RGB (Red+Green+Blue) = 76+184+73=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 184 (72.27% from 255 or 55.26% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB849 is #B347B6. Grayscale: #8B8B8B. Windows color (decimal): -11749303 or 4831308. OLE color: 4831308.
HSL color Cylindrical-coordinate representation of color #4CB849: hue angle of 118.38º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CB849 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 184 | 73 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.28 |
| HSL | 118.38º | 0.44% | 0.5% | - |
| HSV(B) | 118.38º | 0.6% | 0.72% | - |
| XYZ | 21.32 | 36.3 | 12.19 | - |
| YUV | 139.05 | 90.72 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 184 | 73 | 0.59 | 0 | 0.60 | 0.28 | 118.38 | 0.44 | 0.5 |
| Hex | 4C | B8 | 49 | 3B | 0 | 3C | 1C | 76 | 2C | 32 |
| Octal | 114 | 270 | 111 | 73 | 0 | 74 | 34 | 166 | 54 | 62 |
| Binary | 1001100 | 10111000 | 1001001 | 111011 | 0 | 111100 | 11100 | 1110110 | 101100 | 110010 |
Color Harmonies of #4CB849
Complementary color
Monochromatic Colors of #4CB849
Black with #4CB849
Text Example
Text Example
White with #4CB849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB849; }
p { color: rgb(76,184,73); }
H1.HeaderClassName
{
color: #4CB849;
}
.AnyTagClassName
{
color: #4CB849;
}
</style>
background-color css
<style>
a { background-color: #4CB849; }
a { background-color: rgb(76,184,73); }
div.DivClassName
{
background-color: #4CB849;
}
.BgClassName
{
background-color: #4CB849;
}
</style>
border-color css
<style>
span { border-color: #4CB849; }
span { border-color: rgb(76,184,73); }
td.TdClassName
{
border-color: #4CB849;
}
.TagClassName
{
border-color: #4CB849;
}
</style>