Shades of Fruit Salad #4B9556
Tints of Fruit Salad #4B9556
RGB
CMYK
RGB Variations
Color information
#4B9556 (or 0x4B9556) is known color: Fruit Salad. HEX triplet: 4B, 95 and 56. RGB value is (75,149,86). Sum of RGB (Red+Green+Blue) = 75+149+86=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9556 is #B46AA9. Grayscale: #777777. Windows color (decimal): -11823786 or 5674315. OLE color: 5674315.
HSL color Cylindrical-coordinate representation of color #4B9556: hue angle of 128.92º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9556 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 86 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.42 |
| HSL | 128.92º | 0.33% | 0.44% | - |
| HSV(B) | 128.92º | 0.5% | 0.58% | - |
| XYZ | 15.33 | 23.66 | 12.56 | - |
| YUV | 119.69 | 108.98 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 86 | 0.50 | 0 | 0.42 | 0.42 | 128.92 | 0.33 | 0.44 |
| Hex | 4B | 95 | 56 | 32 | 0 | 2A | 2A | 81 | 21 | 2C |
| Octal | 113 | 225 | 126 | 62 | 0 | 52 | 52 | 201 | 41 | 54 |
| Binary | 1001011 | 10010101 | 1010110 | 110010 | 0 | 101010 | 101010 | 10000001 | 100001 | 101100 |
Color Harmonies of #4B9556
Complementary color
Monochromatic Colors of #4B9556
Black with #4B9556
Text Example
Text Example
White with #4B9556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9556; }
p { color: rgb(75,149,86); }
H1.HeaderClassName
{
color: #4B9556;
}
.AnyTagClassName
{
color: #4B9556;
}
</style>
background-color css
<style>
a { background-color: #4B9556; }
a { background-color: rgb(75,149,86); }
div.DivClassName
{
background-color: #4B9556;
}
.BgClassName
{
background-color: #4B9556;
}
</style>
border-color css
<style>
span { border-color: #4B9556; }
span { border-color: rgb(75,149,86); }
td.TdClassName
{
border-color: #4B9556;
}
.TagClassName
{
border-color: #4B9556;
}
</style>