Shades of Fruit Salad #4B9957
Tints of Fruit Salad #4B9957
RGB
CMYK
RGB Variations
Color information
#4B9957 (or 0x4B9957) is known color: Fruit Salad. HEX triplet: 4B, 99 and 57. RGB value is (75,153,87). Sum of RGB (Red+Green+Blue) = 75+153+87=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #4B9957 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9957 is #B466A8. Grayscale: #7A7A7A. Windows color (decimal): -11822761 or 5740875. OLE color: 5740875.
HSL color Cylindrical-coordinate representation of color #4B9957: hue angle of 129.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9957 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 75 | 153 | 87 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.4 |
| HSL | 129.23º | 0.34% | 0.45% | - |
| HSV(B) | 129.23º | 0.51% | 0.6% | - |
| XYZ | 16.01 | 24.97 | 12.99 | - |
| YUV | 122.15 | 108.16 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 153 | 87 | 0.51 | 0 | 0.43 | 0.4 | 129.23 | 0.34 | 0.45 |
| Hex | 4B | 99 | 57 | 33 | 0 | 2B | 28 | 81 | 22 | 2D |
| Octal | 113 | 231 | 127 | 63 | 0 | 53 | 50 | 201 | 42 | 55 |
| Binary | 1001011 | 10011001 | 1010111 | 110011 | 0 | 101011 | 101000 | 10000001 | 100010 | 101101 |
Color Harmonies of #4B9957
Complementary color
Monochromatic Colors of #4B9957
Black with #4B9957
Text Example
Text Example
White with #4B9957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9957; }
p { color: rgb(75,153,87); }
H1.HeaderClassName
{
color: #4B9957;
}
.AnyTagClassName
{
color: #4B9957;
}
</style>
background-color css
<style>
a { background-color: #4B9957; }
a { background-color: rgb(75,153,87); }
div.DivClassName
{
background-color: #4B9957;
}
.BgClassName
{
background-color: #4B9957;
}
</style>
border-color css
<style>
span { border-color: #4B9957; }
span { border-color: rgb(75,153,87); }
td.TdClassName
{
border-color: #4B9957;
}
.TagClassName
{
border-color: #4B9957;
}
</style>