Shades of Fruit Salad #4CB449
Tints of Fruit Salad #4CB449
RGB
CMYK
RGB Variations
Color information
#4CB449 (or 0x4CB449) is known color: Fruit Salad. HEX triplet: 4C, B4 and 49. RGB value is (76,180,73). Sum of RGB (Red+Green+Blue) = 76+180+73=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB449 is #B34BB6. Grayscale: #898989. Windows color (decimal): -11750327 or 4830284. OLE color: 4830284.
HSL color Cylindrical-coordinate representation of color #4CB449: hue angle of 118.32º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB449 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 73 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.29 |
| HSL | 118.32º | 0.42% | 0.5% | - |
| HSV(B) | 118.32º | 0.59% | 0.71% | - |
| XYZ | 20.5 | 34.66 | 11.91 | - |
| YUV | 136.71 | 92.04 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 73 | 0.58 | 0 | 0.59 | 0.29 | 118.32 | 0.42 | 0.5 |
| Hex | 4C | B4 | 49 | 3A | 0 | 3B | 1D | 76 | 2A | 32 |
| Octal | 114 | 264 | 111 | 72 | 0 | 73 | 35 | 166 | 52 | 62 |
| Binary | 1001100 | 10110100 | 1001001 | 111010 | 0 | 111011 | 11101 | 1110110 | 101010 | 110010 |
Color Harmonies of #4CB449
Complementary color
Monochromatic Colors of #4CB449
Black with #4CB449
Text Example
Text Example
White with #4CB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB449; }
p { color: rgb(76,180,73); }
H1.HeaderClassName
{
color: #4CB449;
}
.AnyTagClassName
{
color: #4CB449;
}
</style>
background-color css
<style>
a { background-color: #4CB449; }
a { background-color: rgb(76,180,73); }
div.DivClassName
{
background-color: #4CB449;
}
.BgClassName
{
background-color: #4CB449;
}
</style>
border-color css
<style>
span { border-color: #4CB449; }
span { border-color: rgb(76,180,73); }
td.TdClassName
{
border-color: #4CB449;
}
.TagClassName
{
border-color: #4CB449;
}
</style>