Shades of Fruit Salad #4CB360
Tints of Fruit Salad #4CB360
RGB
CMYK
RGB Variations
Color information
#4CB360 (or 0x4CB360) is known color: Fruit Salad. HEX triplet: 4C, B3 and 60. RGB value is (76,179,96). Sum of RGB (Red+Green+Blue) = 76+179+96=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB360 is #B34C9F. Grayscale: #8A8A8A. Windows color (decimal): -11750560 or 6337356. OLE color: 6337356.
HSL color Cylindrical-coordinate representation of color #4CB360: hue angle of 131.65º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB360 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 96 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.30 |
| HSL | 131.65º | 0.4% | 0.5% | - |
| HSV(B) | 131.65º | 0.58% | 0.7% | - |
| XYZ | 21.21 | 34.62 | 16.63 | - |
| YUV | 138.74 | 103.88 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 96 | 0.58 | 0 | 0.46 | 0.30 | 131.65 | 0.4 | 0.5 |
| Hex | 4C | B3 | 60 | 3A | 0 | 2E | 1E | 84 | 28 | 32 |
| Octal | 114 | 263 | 140 | 72 | 0 | 56 | 36 | 204 | 50 | 62 |
| Binary | 1001100 | 10110011 | 1100000 | 111010 | 0 | 101110 | 11110 | 10000100 | 101000 | 110010 |
Color Harmonies of #4CB360
Complementary color
Monochromatic Colors of #4CB360
Black with #4CB360
Text Example
Text Example
White with #4CB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB360; }
p { color: rgb(76,179,96); }
H1.HeaderClassName
{
color: #4CB360;
}
.AnyTagClassName
{
color: #4CB360;
}
</style>
background-color css
<style>
a { background-color: #4CB360; }
a { background-color: rgb(76,179,96); }
div.DivClassName
{
background-color: #4CB360;
}
.BgClassName
{
background-color: #4CB360;
}
</style>
border-color css
<style>
span { border-color: #4CB360; }
span { border-color: rgb(76,179,96); }
td.TdClassName
{
border-color: #4CB360;
}
.TagClassName
{
border-color: #4CB360;
}
</style>