Shades of Fruit Salad #4BA354
Tints of Fruit Salad #4BA354
RGB
CMYK
RGB Variations
Color information
#4BA354 (or 0x4BA354) is known color: Fruit Salad. HEX triplet: 4B, A3 and 54. RGB value is (75,163,84). Sum of RGB (Red+Green+Blue) = 75+163+84=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA354 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA354 is #B45CAB. Grayscale: #7F7F7F. Windows color (decimal): -11820204 or 5546827. OLE color: 5546827.
HSL color Cylindrical-coordinate representation of color #4BA354: hue angle of 126.14º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA354 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 84 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.36 |
| HSL | 126.14º | 0.37% | 0.47% | - |
| HSV(B) | 126.14º | 0.54% | 0.64% | - |
| XYZ | 17.6 | 28.33 | 12.93 | - |
| YUV | 127.68 | 103.35 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 84 | 0.54 | 0 | 0.48 | 0.36 | 126.14 | 0.37 | 0.47 |
| Hex | 4B | A3 | 54 | 36 | 0 | 30 | 24 | 7E | 25 | 2F |
| Octal | 113 | 243 | 124 | 66 | 0 | 60 | 44 | 176 | 45 | 57 |
| Binary | 1001011 | 10100011 | 1010100 | 110110 | 0 | 110000 | 100100 | 1111110 | 100101 | 101111 |
Color Harmonies of #4BA354
Complementary color
Monochromatic Colors of #4BA354
Black with #4BA354
Text Example
Text Example
White with #4BA354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA354; }
p { color: rgb(75,163,84); }
H1.HeaderClassName
{
color: #4BA354;
}
.AnyTagClassName
{
color: #4BA354;
}
</style>
background-color css
<style>
a { background-color: #4BA354; }
a { background-color: rgb(75,163,84); }
div.DivClassName
{
background-color: #4BA354;
}
.BgClassName
{
background-color: #4BA354;
}
</style>
border-color css
<style>
span { border-color: #4BA354; }
span { border-color: rgb(75,163,84); }
td.TdClassName
{
border-color: #4BA354;
}
.TagClassName
{
border-color: #4BA354;
}
</style>