Shades of Fruit Salad #4BA046
Tints of Fruit Salad #4BA046
RGB
CMYK
RGB Variations
Color information
#4BA046 (or 0x4BA046) is known color: Fruit Salad. HEX triplet: 4B, A0 and 46. RGB value is (75,160,70). Sum of RGB (Red+Green+Blue) = 75+160+70=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA046 is #B45FB9. Grayscale: #7C7C7C. Windows color (decimal): -11820986 or 4628555. OLE color: 4628555.
HSL color Cylindrical-coordinate representation of color #4BA046: hue angle of 116.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BA046 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 70 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.37 |
| HSL | 116.67º | 0.39% | 0.45% | - |
| HSV(B) | 116.67º | 0.56% | 0.63% | - |
| XYZ | 16.58 | 27.08 | 10.15 | - |
| YUV | 124.33 | 97.34 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 70 | 0.53 | 0 | 0.56 | 0.37 | 116.67 | 0.39 | 0.45 |
| Hex | 4B | A0 | 46 | 35 | 0 | 38 | 25 | 75 | 27 | 2D |
| Octal | 113 | 240 | 106 | 65 | 0 | 70 | 45 | 165 | 47 | 55 |
| Binary | 1001011 | 10100000 | 1000110 | 110101 | 0 | 111000 | 100101 | 1110101 | 100111 | 101101 |
Color Harmonies of #4BA046
Complementary color
Monochromatic Colors of #4BA046
Black with #4BA046
Text Example
Text Example
White with #4BA046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA046; }
p { color: rgb(75,160,70); }
H1.HeaderClassName
{
color: #4BA046;
}
.AnyTagClassName
{
color: #4BA046;
}
</style>
background-color css
<style>
a { background-color: #4BA046; }
a { background-color: rgb(75,160,70); }
div.DivClassName
{
background-color: #4BA046;
}
.BgClassName
{
background-color: #4BA046;
}
</style>
border-color css
<style>
span { border-color: #4BA046; }
span { border-color: rgb(75,160,70); }
td.TdClassName
{
border-color: #4BA046;
}
.TagClassName
{
border-color: #4BA046;
}
</style>