Shades of Fruit Salad #4BA155
Tints of Fruit Salad #4BA155
RGB
CMYK
RGB Variations
Color information
#4BA155 (or 0x4BA155) is known color: Fruit Salad. HEX triplet: 4B, A1 and 55. RGB value is (75,161,85). Sum of RGB (Red+Green+Blue) = 75+161+85=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA155 is #B45EAA. Grayscale: #7E7E7E. Windows color (decimal): -11820715 or 5611851. OLE color: 5611851.
HSL color Cylindrical-coordinate representation of color #4BA155: hue angle of 126.98º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA155 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 161 | 85 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.37 |
| HSL | 126.98º | 0.36% | 0.46% | - |
| HSV(B) | 126.98º | 0.53% | 0.63% | - |
| XYZ | 17.29 | 27.64 | 13.02 | - |
| YUV | 126.62 | 104.51 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 161 | 85 | 0.53 | 0 | 0.47 | 0.37 | 126.98 | 0.36 | 0.46 |
| Hex | 4B | A1 | 55 | 35 | 0 | 2F | 25 | 7F | 24 | 2E |
| Octal | 113 | 241 | 125 | 65 | 0 | 57 | 45 | 177 | 44 | 56 |
| Binary | 1001011 | 10100001 | 1010101 | 110101 | 0 | 101111 | 100101 | 1111111 | 100100 | 101110 |
Color Harmonies of #4BA155
Complementary color
Monochromatic Colors of #4BA155
Black with #4BA155
Text Example
Text Example
White with #4BA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA155; }
p { color: rgb(75,161,85); }
H1.HeaderClassName
{
color: #4BA155;
}
.AnyTagClassName
{
color: #4BA155;
}
</style>
background-color css
<style>
a { background-color: #4BA155; }
a { background-color: rgb(75,161,85); }
div.DivClassName
{
background-color: #4BA155;
}
.BgClassName
{
background-color: #4BA155;
}
</style>
border-color css
<style>
span { border-color: #4BA155; }
span { border-color: rgb(75,161,85); }
td.TdClassName
{
border-color: #4BA155;
}
.TagClassName
{
border-color: #4BA155;
}
</style>