Shades of Fruit Salad #4BA33D
Tints of Fruit Salad #4BA33D
RGB
CMYK
RGB Variations
Color information
#4BA33D (or 0x4BA33D) is known color: Fruit Salad. HEX triplet: 4B, A3 and 3D. RGB value is (75,163,61). Sum of RGB (Red+Green+Blue) = 75+163+61=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 163 (64.06% from 255 or 54.52% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA33D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA33D is #B45CC2. Grayscale: #7D7D7D. Windows color (decimal): -11820227 or 4039499. OLE color: 4039499.
HSL color Cylindrical-coordinate representation of color #4BA33D: hue angle of 111.76º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BA33D is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 61 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.36 |
| HSL | 111.76º | 0.46% | 0.44% | - |
| HSV(B) | 111.76º | 0.63% | 0.64% | - |
| XYZ | 16.84 | 28.03 | 8.94 | - |
| YUV | 125.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 61 | 0.54 | 0 | 0.63 | 0.36 | 111.76 | 0.46 | 0.44 |
| Hex | 4B | A3 | 3D | 36 | 0 | 3F | 24 | 70 | 2E | 2C |
| Octal | 113 | 243 | 75 | 66 | 0 | 77 | 44 | 160 | 56 | 54 |
| Binary | 1001011 | 10100011 | 111101 | 110110 | 0 | 111111 | 100100 | 1110000 | 101110 | 101100 |
Color Harmonies of #4BA33D
Complementary color
Monochromatic Colors of #4BA33D
Black with #4BA33D
Text Example
Text Example
White with #4BA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA33D; }
p { color: rgb(75,163,61); }
H1.HeaderClassName
{
color: #4BA33D;
}
.AnyTagClassName
{
color: #4BA33D;
}
</style>
background-color css
<style>
a { background-color: #4BA33D; }
a { background-color: rgb(75,163,61); }
div.DivClassName
{
background-color: #4BA33D;
}
.BgClassName
{
background-color: #4BA33D;
}
</style>
border-color css
<style>
span { border-color: #4BA33D; }
span { border-color: rgb(75,163,61); }
td.TdClassName
{
border-color: #4BA33D;
}
.TagClassName
{
border-color: #4BA33D;
}
</style>