Shades of Fruit Salad #4BA35A
Tints of Fruit Salad #4BA35A
RGB
CMYK
RGB Variations
Color information
#4BA35A (or 0x4BA35A) is known color: Fruit Salad. HEX triplet: 4B, A3 and 5A. RGB value is (75,163,90). Sum of RGB (Red+Green+Blue) = 75+163+90=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA35A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA35A is #B45CA5. Grayscale: #808080. Windows color (decimal): -11820198 or 5940043. OLE color: 5940043.
HSL color Cylindrical-coordinate representation of color #4BA35A: hue angle of 130.23º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA35A is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 90 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.36 |
| HSL | 130.23º | 0.37% | 0.47% | - |
| HSV(B) | 130.23º | 0.54% | 0.64% | - |
| XYZ | 17.84 | 28.43 | 14.22 | - |
| YUV | 128.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 90 | 0.54 | 0 | 0.45 | 0.36 | 130.23 | 0.37 | 0.47 |
| Hex | 4B | A3 | 5A | 36 | 0 | 2D | 24 | 82 | 25 | 2F |
| Octal | 113 | 243 | 132 | 66 | 0 | 55 | 44 | 202 | 45 | 57 |
| Binary | 1001011 | 10100011 | 1011010 | 110110 | 0 | 101101 | 100100 | 10000010 | 100101 | 101111 |
Color Harmonies of #4BA35A
Complementary color
Monochromatic Colors of #4BA35A
Black with #4BA35A
Text Example
Text Example
White with #4BA35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA35A; }
p { color: rgb(75,163,90); }
H1.HeaderClassName
{
color: #4BA35A;
}
.AnyTagClassName
{
color: #4BA35A;
}
</style>
background-color css
<style>
a { background-color: #4BA35A; }
a { background-color: rgb(75,163,90); }
div.DivClassName
{
background-color: #4BA35A;
}
.BgClassName
{
background-color: #4BA35A;
}
</style>
border-color css
<style>
span { border-color: #4BA35A; }
span { border-color: rgb(75,163,90); }
td.TdClassName
{
border-color: #4BA35A;
}
.TagClassName
{
border-color: #4BA35A;
}
</style>