Shades of Fruit Salad #4BA03D
Tints of Fruit Salad #4BA03D
RGB
CMYK
RGB Variations
Color information
#4BA03D (or 0x4BA03D) is known color: Fruit Salad. HEX triplet: 4B, A0 and 3D. RGB value is (75,160,61). Sum of RGB (Red+Green+Blue) = 75+160+61=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA03D is #B45FC2. Grayscale: #7B7B7B. Windows color (decimal): -11820995 or 4038731. OLE color: 4038731.
HSL color Cylindrical-coordinate representation of color #4BA03D: hue angle of 111.52º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BA03D is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 61 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.37 |
| HSL | 111.52º | 0.45% | 0.43% | - |
| HSV(B) | 111.52º | 0.62% | 0.63% | - |
| XYZ | 16.31 | 26.97 | 8.76 | - |
| YUV | 123.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 61 | 0.53 | 0 | 0.62 | 0.37 | 111.52 | 0.45 | 0.43 |
| Hex | 4B | A0 | 3D | 35 | 0 | 3E | 25 | 70 | 2D | 2B |
| Octal | 113 | 240 | 75 | 65 | 0 | 76 | 45 | 160 | 55 | 53 |
| Binary | 1001011 | 10100000 | 111101 | 110101 | 0 | 111110 | 100101 | 1110000 | 101101 | 101011 |
Color Harmonies of #4BA03D
Complementary color
Monochromatic Colors of #4BA03D
Black with #4BA03D
Text Example
Text Example
White with #4BA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA03D; }
p { color: rgb(75,160,61); }
H1.HeaderClassName
{
color: #4BA03D;
}
.AnyTagClassName
{
color: #4BA03D;
}
</style>
background-color css
<style>
a { background-color: #4BA03D; }
a { background-color: rgb(75,160,61); }
div.DivClassName
{
background-color: #4BA03D;
}
.BgClassName
{
background-color: #4BA03D;
}
</style>
border-color css
<style>
span { border-color: #4BA03D; }
span { border-color: rgb(75,160,61); }
td.TdClassName
{
border-color: #4BA03D;
}
.TagClassName
{
border-color: #4BA03D;
}
</style>