Shades of Fruit Salad #4BC557
Tints of Fruit Salad #4BC557
RGB
CMYK
RGB Variations
Color information
#4BC557 (or 0x4BC557) is known color: Fruit Salad. HEX triplet: 4B, C5 and 57. RGB value is (75,197,87). Sum of RGB (Red+Green+Blue) = 75+197+87=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC557 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC557 is #B43AA8. Grayscale: #949494. Windows color (decimal): -11811497 or 5752139. OLE color: 5752139.
HSL color Cylindrical-coordinate representation of color #4BC557: hue angle of 125.9º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC557 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 197 | 87 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.23 |
| HSL | 125.9º | 0.51% | 0.53% | - |
| HSV(B) | 125.9º | 0.62% | 0.77% | - |
| XYZ | 24.59 | 42.12 | 15.85 | - |
| YUV | 147.98 | 93.58 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 87 | 0.62 | 0 | 0.56 | 0.23 | 125.9 | 0.51 | 0.53 |
| Hex | 4B | C5 | 57 | 3E | 0 | 38 | 17 | 7E | 33 | 35 |
| Octal | 113 | 305 | 127 | 76 | 0 | 70 | 27 | 176 | 63 | 65 |
| Binary | 1001011 | 11000101 | 1010111 | 111110 | 0 | 111000 | 10111 | 1111110 | 110011 | 110101 |
Color Harmonies of #4BC557
Complementary color
Monochromatic Colors of #4BC557
Black with #4BC557
Text Example
Text Example
White with #4BC557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC557; }
p { color: rgb(75,197,87); }
H1.HeaderClassName
{
color: #4BC557;
}
.AnyTagClassName
{
color: #4BC557;
}
</style>
background-color css
<style>
a { background-color: #4BC557; }
a { background-color: rgb(75,197,87); }
div.DivClassName
{
background-color: #4BC557;
}
.BgClassName
{
background-color: #4BC557;
}
</style>
border-color css
<style>
span { border-color: #4BC557; }
span { border-color: rgb(75,197,87); }
td.TdClassName
{
border-color: #4BC557;
}
.TagClassName
{
border-color: #4BC557;
}
</style>