Shades of Fruit Salad #4BA057
Tints of Fruit Salad #4BA057
RGB
CMYK
RGB Variations
Color information
#4BA057 (or 0x4BA057) is known color: Fruit Salad. HEX triplet: 4B, A0 and 57. RGB value is (75,160,87). Sum of RGB (Red+Green+Blue) = 75+160+87=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA057 is #B45FA8. Grayscale: #7E7E7E. Windows color (decimal): -11820969 or 5742667. OLE color: 5742667.
HSL color Cylindrical-coordinate representation of color #4BA057: hue angle of 128.47º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA057 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 87 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.37 |
| HSL | 128.47º | 0.36% | 0.46% | - |
| HSV(B) | 128.47º | 0.53% | 0.63% | - |
| XYZ | 17.19 | 27.33 | 13.39 | - |
| YUV | 126.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 87 | 0.53 | 0 | 0.46 | 0.37 | 128.47 | 0.36 | 0.46 |
| Hex | 4B | A0 | 57 | 35 | 0 | 2E | 25 | 80 | 24 | 2E |
| Octal | 113 | 240 | 127 | 65 | 0 | 56 | 45 | 200 | 44 | 56 |
| Binary | 1001011 | 10100000 | 1010111 | 110101 | 0 | 101110 | 100101 | 10000000 | 100100 | 101110 |
Color Harmonies of #4BA057
Complementary color
Monochromatic Colors of #4BA057
Black with #4BA057
Text Example
Text Example
White with #4BA057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA057; }
p { color: rgb(75,160,87); }
H1.HeaderClassName
{
color: #4BA057;
}
.AnyTagClassName
{
color: #4BA057;
}
</style>
background-color css
<style>
a { background-color: #4BA057; }
a { background-color: rgb(75,160,87); }
div.DivClassName
{
background-color: #4BA057;
}
.BgClassName
{
background-color: #4BA057;
}
</style>
border-color css
<style>
span { border-color: #4BA057; }
span { border-color: rgb(75,160,87); }
td.TdClassName
{
border-color: #4BA057;
}
.TagClassName
{
border-color: #4BA057;
}
</style>