Shades of Fruit Salad #4BA350
Tints of Fruit Salad #4BA350
RGB
CMYK
RGB Variations
Color information
#4BA350 (or 0x4BA350) is known color: Fruit Salad. HEX triplet: 4B, A3 and 50. RGB value is (75,163,80). Sum of RGB (Red+Green+Blue) = 75+163+80=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA350 is #B45CAF. Grayscale: #7F7F7F. Windows color (decimal): -11820208 or 5284683. OLE color: 5284683.
HSL color Cylindrical-coordinate representation of color #4BA350: hue angle of 123.41º 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 #4BA350 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 80 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.36 |
| HSL | 123.41º | 0.37% | 0.47% | - |
| HSV(B) | 123.41º | 0.54% | 0.64% | - |
| XYZ | 17.45 | 28.27 | 12.13 | - |
| YUV | 127.23 | 101.35 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 80 | 0.54 | 0 | 0.51 | 0.36 | 123.41 | 0.37 | 0.47 |
| Hex | 4B | A3 | 50 | 36 | 0 | 33 | 24 | 7B | 25 | 2F |
| Octal | 113 | 243 | 120 | 66 | 0 | 63 | 44 | 173 | 45 | 57 |
| Binary | 1001011 | 10100011 | 1010000 | 110110 | 0 | 110011 | 100100 | 1111011 | 100101 | 101111 |
Color Harmonies of #4BA350
Complementary color
Monochromatic Colors of #4BA350
Black with #4BA350
Text Example
Text Example
White with #4BA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA350; }
p { color: rgb(75,163,80); }
H1.HeaderClassName
{
color: #4BA350;
}
.AnyTagClassName
{
color: #4BA350;
}
</style>
background-color css
<style>
a { background-color: #4BA350; }
a { background-color: rgb(75,163,80); }
div.DivClassName
{
background-color: #4BA350;
}
.BgClassName
{
background-color: #4BA350;
}
</style>
border-color css
<style>
span { border-color: #4BA350; }
span { border-color: rgb(75,163,80); }
td.TdClassName
{
border-color: #4BA350;
}
.TagClassName
{
border-color: #4BA350;
}
</style>