Shades of Fruit Salad #4CBC49
Tints of Fruit Salad #4CBC49
RGB
CMYK
RGB Variations
Color information
#4CBC49 (or 0x4CBC49) is known color: Fruit Salad. HEX triplet: 4C, BC and 49. RGB value is (76,188,73). Sum of RGB (Red+Green+Blue) = 76+188+73=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBC49 is #B343B6. Grayscale: #8D8D8D. Windows color (decimal): -11748279 or 4832332. OLE color: 4832332.
HSL color Cylindrical-coordinate representation of color #4CBC49: hue angle of 118.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CBC49 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 73 | - |
| CMYK | 0.60 | 0 | 0.61 | 0.26 |
| HSL | 118.43º | 0.46% | 0.51% | - |
| HSV(B) | 118.43º | 0.61% | 0.74% | - |
| XYZ | 22.17 | 37.98 | 12.47 | - |
| YUV | 141.4 | 89.39 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 73 | 0.60 | 0 | 0.61 | 0.26 | 118.43 | 0.46 | 0.51 |
| Hex | 4C | BC | 49 | 3C | 0 | 3D | 1A | 76 | 2E | 33 |
| Octal | 114 | 274 | 111 | 74 | 0 | 75 | 32 | 166 | 56 | 63 |
| Binary | 1001100 | 10111100 | 1001001 | 111100 | 0 | 111101 | 11010 | 1110110 | 101110 | 110011 |
Color Harmonies of #4CBC49
Complementary color
Monochromatic Colors of #4CBC49
Black with #4CBC49
Text Example
Text Example
White with #4CBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC49; }
p { color: rgb(76,188,73); }
H1.HeaderClassName
{
color: #4CBC49;
}
.AnyTagClassName
{
color: #4CBC49;
}
</style>
background-color css
<style>
a { background-color: #4CBC49; }
a { background-color: rgb(76,188,73); }
div.DivClassName
{
background-color: #4CBC49;
}
.BgClassName
{
background-color: #4CBC49;
}
</style>
border-color css
<style>
span { border-color: #4CBC49; }
span { border-color: rgb(76,188,73); }
td.TdClassName
{
border-color: #4CBC49;
}
.TagClassName
{
border-color: #4CBC49;
}
</style>