Shades of Fruit Salad #4BA03B
Tints of Fruit Salad #4BA03B
RGB
CMYK
RGB Variations
Color information
#4BA03B (or 0x4BA03B) is known color: Fruit Salad. HEX triplet: 4B, A0 and 3B. RGB value is (75,160,59). Sum of RGB (Red+Green+Blue) = 75+160+59=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA03B is #B45FC4. Grayscale: #7B7B7B. Windows color (decimal): -11820997 or 3907659. OLE color: 3907659.
HSL color Cylindrical-coordinate representation of color #4BA03B: hue angle of 110.5º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BA03B is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 59 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.37 |
| HSL | 110.5º | 0.46% | 0.43% | - |
| HSV(B) | 110.5º | 0.63% | 0.63% | - |
| XYZ | 16.26 | 26.95 | 8.48 | - |
| YUV | 123.07 | 91.84 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 59 | 0.53 | 0 | 0.63 | 0.37 | 110.5 | 0.46 | 0.43 |
| Hex | 4B | A0 | 3B | 35 | 0 | 3F | 25 | 6E | 2E | 2B |
| Octal | 113 | 240 | 73 | 65 | 0 | 77 | 45 | 156 | 56 | 53 |
| Binary | 1001011 | 10100000 | 111011 | 110101 | 0 | 111111 | 100101 | 1101110 | 101110 | 101011 |
Color Harmonies of #4BA03B
Complementary color
Monochromatic Colors of #4BA03B
Black with #4BA03B
Text Example
Text Example
White with #4BA03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA03B; }
p { color: rgb(75,160,59); }
H1.HeaderClassName
{
color: #4BA03B;
}
.AnyTagClassName
{
color: #4BA03B;
}
</style>
background-color css
<style>
a { background-color: #4BA03B; }
a { background-color: rgb(75,160,59); }
div.DivClassName
{
background-color: #4BA03B;
}
.BgClassName
{
background-color: #4BA03B;
}
</style>
border-color css
<style>
span { border-color: #4BA03B; }
span { border-color: rgb(75,160,59); }
td.TdClassName
{
border-color: #4BA03B;
}
.TagClassName
{
border-color: #4BA03B;
}
</style>