Shades of Fruit Salad #4BA053
Tints of Fruit Salad #4BA053
RGB
CMYK
RGB Variations
Color information
#4BA053 (or 0x4BA053) is known color: Fruit Salad. HEX triplet: 4B, A0 and 53. RGB value is (75,160,83). Sum of RGB (Red+Green+Blue) = 75+160+83=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA053 is #B45FAC. Grayscale: #7E7E7E. Windows color (decimal): -11820973 or 5480523. OLE color: 5480523.
HSL color Cylindrical-coordinate representation of color #4BA053: hue angle of 125.65º 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 #4BA053 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 83 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.37 |
| HSL | 125.65º | 0.36% | 0.46% | - |
| HSV(B) | 125.65º | 0.53% | 0.63% | - |
| XYZ | 17.03 | 27.26 | 12.55 | - |
| YUV | 125.81 | 103.84 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 83 | 0.53 | 0 | 0.48 | 0.37 | 125.65 | 0.36 | 0.46 |
| Hex | 4B | A0 | 53 | 35 | 0 | 30 | 25 | 7E | 24 | 2E |
| Octal | 113 | 240 | 123 | 65 | 0 | 60 | 45 | 176 | 44 | 56 |
| Binary | 1001011 | 10100000 | 1010011 | 110101 | 0 | 110000 | 100101 | 1111110 | 100100 | 101110 |
Color Harmonies of #4BA053
Complementary color
Monochromatic Colors of #4BA053
Black with #4BA053
Text Example
Text Example
White with #4BA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA053; }
p { color: rgb(75,160,83); }
H1.HeaderClassName
{
color: #4BA053;
}
.AnyTagClassName
{
color: #4BA053;
}
</style>
background-color css
<style>
a { background-color: #4BA053; }
a { background-color: rgb(75,160,83); }
div.DivClassName
{
background-color: #4BA053;
}
.BgClassName
{
background-color: #4BA053;
}
</style>
border-color css
<style>
span { border-color: #4BA053; }
span { border-color: rgb(75,160,83); }
td.TdClassName
{
border-color: #4BA053;
}
.TagClassName
{
border-color: #4BA053;
}
</style>