Shades of Fruit Salad #4CBC55
Tints of Fruit Salad #4CBC55
RGB
CMYK
RGB Variations
Color information
#4CBC55 (or 0x4CBC55) is known color: Fruit Salad. HEX triplet: 4C, BC and 55. RGB value is (76,188,85). Sum of RGB (Red+Green+Blue) = 76+188+85=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC55 is #B343AA. Grayscale: #8F8F8F. Windows color (decimal): -11748267 or 5618764. OLE color: 5618764.
HSL color Cylindrical-coordinate representation of color #4CBC55: hue angle of 124.82º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBC55 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 85 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.26 |
| HSL | 124.82º | 0.46% | 0.52% | - |
| HSV(B) | 124.82º | 0.6% | 0.74% | - |
| XYZ | 22.6 | 38.16 | 14.77 | - |
| YUV | 142.77 | 95.39 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 85 | 0.60 | 0 | 0.55 | 0.26 | 124.82 | 0.46 | 0.52 |
| Hex | 4C | BC | 55 | 3C | 0 | 37 | 1A | 7D | 2E | 34 |
| Octal | 114 | 274 | 125 | 74 | 0 | 67 | 32 | 175 | 56 | 64 |
| Binary | 1001100 | 10111100 | 1010101 | 111100 | 0 | 110111 | 11010 | 1111101 | 101110 | 110100 |
Color Harmonies of #4CBC55
Complementary color
Monochromatic Colors of #4CBC55
Black with #4CBC55
Text Example
Text Example
White with #4CBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC55; }
p { color: rgb(76,188,85); }
H1.HeaderClassName
{
color: #4CBC55;
}
.AnyTagClassName
{
color: #4CBC55;
}
</style>
background-color css
<style>
a { background-color: #4CBC55; }
a { background-color: rgb(76,188,85); }
div.DivClassName
{
background-color: #4CBC55;
}
.BgClassName
{
background-color: #4CBC55;
}
</style>
border-color css
<style>
span { border-color: #4CBC55; }
span { border-color: rgb(76,188,85); }
td.TdClassName
{
border-color: #4CBC55;
}
.TagClassName
{
border-color: #4CBC55;
}
</style>