Shades of Fruit Salad #4BBD57
Tints of Fruit Salad #4BBD57
RGB
CMYK
RGB Variations
Color information
#4BBD57 (or 0x4BBD57) is known color: Fruit Salad. HEX triplet: 4B, BD and 57. RGB value is (75,189,87). Sum of RGB (Red+Green+Blue) = 75+189+87=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBD57 is #B442A8. Grayscale: #8F8F8F. Windows color (decimal): -11813545 or 5750091. OLE color: 5750091.
HSL color Cylindrical-coordinate representation of color #4BBD57: hue angle of 126.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBD57 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 87 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.26 |
| HSL | 126.32º | 0.46% | 0.52% | - |
| HSV(B) | 126.32º | 0.6% | 0.74% | - |
| XYZ | 22.82 | 38.58 | 15.26 | - |
| YUV | 143.29 | 96.23 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 87 | 0.60 | 0 | 0.54 | 0.26 | 126.32 | 0.46 | 0.52 |
| Hex | 4B | BD | 57 | 3C | 0 | 36 | 1A | 7E | 2E | 34 |
| Octal | 113 | 275 | 127 | 74 | 0 | 66 | 32 | 176 | 56 | 64 |
| Binary | 1001011 | 10111101 | 1010111 | 111100 | 0 | 110110 | 11010 | 1111110 | 101110 | 110100 |
Color Harmonies of #4BBD57
Complementary color
Monochromatic Colors of #4BBD57
Black with #4BBD57
Text Example
Text Example
White with #4BBD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBD57; }
p { color: rgb(75,189,87); }
H1.HeaderClassName
{
color: #4BBD57;
}
.AnyTagClassName
{
color: #4BBD57;
}
</style>
background-color css
<style>
a { background-color: #4BBD57; }
a { background-color: rgb(75,189,87); }
div.DivClassName
{
background-color: #4BBD57;
}
.BgClassName
{
background-color: #4BBD57;
}
</style>
border-color css
<style>
span { border-color: #4BBD57; }
span { border-color: rgb(75,189,87); }
td.TdClassName
{
border-color: #4BBD57;
}
.TagClassName
{
border-color: #4BBD57;
}
</style>