Shades of Fruit Salad #4CA350
Tints of Fruit Salad #4CA350
RGB
CMYK
RGB Variations
Color information
#4CA350 (or 0x4CA350) is known color: Fruit Salad. HEX triplet: 4C, A3 and 50. RGB value is (76,163,80). Sum of RGB (Red+Green+Blue) = 76+163+80=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #4CA350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA350 is #B35CAF. Grayscale: #7F7F7F. Windows color (decimal): -11754672 or 5284684. OLE color: 5284684.
HSL color Cylindrical-coordinate representation of color #4CA350: hue angle of 122.76º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA350 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 163 | 80 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.36 |
| HSL | 122.76º | 0.36% | 0.47% | - |
| HSV(B) | 122.76º | 0.53% | 0.64% | - |
| XYZ | 17.53 | 28.31 | 12.13 | - |
| YUV | 127.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 163 | 80 | 0.53 | 0 | 0.51 | 0.36 | 122.76 | 0.36 | 0.47 |
| Hex | 4C | A3 | 50 | 35 | 0 | 33 | 24 | 7B | 24 | 2F |
| Octal | 114 | 243 | 120 | 65 | 0 | 63 | 44 | 173 | 44 | 57 |
| Binary | 1001100 | 10100011 | 1010000 | 110101 | 0 | 110011 | 100100 | 1111011 | 100100 | 101111 |
Color Harmonies of #4CA350
Complementary color
Monochromatic Colors of #4CA350
Black with #4CA350
Text Example
Text Example
White with #4CA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA350; }
p { color: rgb(76,163,80); }
H1.HeaderClassName
{
color: #4CA350;
}
.AnyTagClassName
{
color: #4CA350;
}
</style>
background-color css
<style>
a { background-color: #4CA350; }
a { background-color: rgb(76,163,80); }
div.DivClassName
{
background-color: #4CA350;
}
.BgClassName
{
background-color: #4CA350;
}
</style>
border-color css
<style>
span { border-color: #4CA350; }
span { border-color: rgb(76,163,80); }
td.TdClassName
{
border-color: #4CA350;
}
.TagClassName
{
border-color: #4CA350;
}
</style>