Shades of Fruit Salad #4B9550
Tints of Fruit Salad #4B9550
RGB
CMYK
RGB Variations
Color information
#4B9550 (or 0x4B9550) is known color: Fruit Salad. HEX triplet: 4B, 95 and 50. RGB value is (75,149,80). Sum of RGB (Red+Green+Blue) = 75+149+80=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9550 is #B46AAF. Grayscale: #777777. Windows color (decimal): -11823792 or 5281099. OLE color: 5281099.
HSL color Cylindrical-coordinate representation of color #4B9550: hue angle of 124.05º 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 #4B9550 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 80 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.42 |
| HSL | 124.05º | 0.33% | 0.44% | - |
| HSV(B) | 124.05º | 0.5% | 0.58% | - |
| XYZ | 15.1 | 23.57 | 11.34 | - |
| YUV | 119.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 80 | 0.50 | 0 | 0.46 | 0.42 | 124.05 | 0.33 | 0.44 |
| Hex | 4B | 95 | 50 | 32 | 0 | 2E | 2A | 7C | 21 | 2C |
| Octal | 113 | 225 | 120 | 62 | 0 | 56 | 52 | 174 | 41 | 54 |
| Binary | 1001011 | 10010101 | 1010000 | 110010 | 0 | 101110 | 101010 | 1111100 | 100001 | 101100 |
Color Harmonies of #4B9550
Complementary color
Monochromatic Colors of #4B9550
Black with #4B9550
Text Example
Text Example
White with #4B9550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9550; }
p { color: rgb(75,149,80); }
H1.HeaderClassName
{
color: #4B9550;
}
.AnyTagClassName
{
color: #4B9550;
}
</style>
background-color css
<style>
a { background-color: #4B9550; }
a { background-color: rgb(75,149,80); }
div.DivClassName
{
background-color: #4B9550;
}
.BgClassName
{
background-color: #4B9550;
}
</style>
border-color css
<style>
span { border-color: #4B9550; }
span { border-color: rgb(75,149,80); }
td.TdClassName
{
border-color: #4B9550;
}
.TagClassName
{
border-color: #4B9550;
}
</style>