Shades of Fruit Salad #4CB560
Tints of Fruit Salad #4CB560
RGB
CMYK
RGB Variations
Color information
#4CB560 (or 0x4CB560) is known color: Fruit Salad. HEX triplet: 4C, B5 and 60. RGB value is (76,181,96). Sum of RGB (Red+Green+Blue) = 76+181+96=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB560 is #B34A9F. Grayscale: #8C8C8C. Windows color (decimal): -11750048 or 6337868. OLE color: 6337868.
HSL color Cylindrical-coordinate representation of color #4CB560: hue angle of 131.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB560 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 181 | 96 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.29 |
| HSL | 131.43º | 0.42% | 0.5% | - |
| HSV(B) | 131.43º | 0.58% | 0.71% | - |
| XYZ | 21.62 | 35.43 | 16.77 | - |
| YUV | 139.92 | 103.21 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 96 | 0.58 | 0 | 0.47 | 0.29 | 131.43 | 0.42 | 0.5 |
| Hex | 4C | B5 | 60 | 3A | 0 | 2F | 1D | 83 | 2A | 32 |
| Octal | 114 | 265 | 140 | 72 | 0 | 57 | 35 | 203 | 52 | 62 |
| Binary | 1001100 | 10110101 | 1100000 | 111010 | 0 | 101111 | 11101 | 10000011 | 101010 | 110010 |
Color Harmonies of #4CB560
Complementary color
Monochromatic Colors of #4CB560
Black with #4CB560
Text Example
Text Example
White with #4CB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB560; }
p { color: rgb(76,181,96); }
H1.HeaderClassName
{
color: #4CB560;
}
.AnyTagClassName
{
color: #4CB560;
}
</style>
background-color css
<style>
a { background-color: #4CB560; }
a { background-color: rgb(76,181,96); }
div.DivClassName
{
background-color: #4CB560;
}
.BgClassName
{
background-color: #4CB560;
}
</style>
border-color css
<style>
span { border-color: #4CB560; }
span { border-color: rgb(76,181,96); }
td.TdClassName
{
border-color: #4CB560;
}
.TagClassName
{
border-color: #4CB560;
}
</style>