Shades of Fruit Salad #4BA04A
Tints of Fruit Salad #4BA04A
RGB
CMYK
RGB Variations
Color information
#4BA04A (or 0x4BA04A) is known color: Fruit Salad. HEX triplet: 4B, A0 and 4A. RGB value is (75,160,74). Sum of RGB (Red+Green+Blue) = 75+160+74=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA04A is #B45FB5. Grayscale: #7D7D7D. Windows color (decimal): -11820982 or 4890699. OLE color: 4890699.
HSL color Cylindrical-coordinate representation of color #4BA04A: hue angle of 119.3º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA04A is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 74 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.37 |
| HSL | 119.3º | 0.37% | 0.46% | - |
| HSV(B) | 119.3º | 0.54% | 0.63% | - |
| XYZ | 16.71 | 27.13 | 10.83 | - |
| YUV | 124.78 | 99.34 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 74 | 0.53 | 0 | 0.54 | 0.37 | 119.3 | 0.37 | 0.46 |
| Hex | 4B | A0 | 4A | 35 | 0 | 36 | 25 | 77 | 25 | 2E |
| Octal | 113 | 240 | 112 | 65 | 0 | 66 | 45 | 167 | 45 | 56 |
| Binary | 1001011 | 10100000 | 1001010 | 110101 | 0 | 110110 | 100101 | 1110111 | 100101 | 101110 |
Color Harmonies of #4BA04A
Complementary color
Monochromatic Colors of #4BA04A
Black with #4BA04A
Text Example
Text Example
White with #4BA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA04A; }
p { color: rgb(75,160,74); }
H1.HeaderClassName
{
color: #4BA04A;
}
.AnyTagClassName
{
color: #4BA04A;
}
</style>
background-color css
<style>
a { background-color: #4BA04A; }
a { background-color: rgb(75,160,74); }
div.DivClassName
{
background-color: #4BA04A;
}
.BgClassName
{
background-color: #4BA04A;
}
</style>
border-color css
<style>
span { border-color: #4BA04A; }
span { border-color: rgb(75,160,74); }
td.TdClassName
{
border-color: #4BA04A;
}
.TagClassName
{
border-color: #4BA04A;
}
</style>