Shades of Fruit Salad #4BBC59
Tints of Fruit Salad #4BBC59
RGB
CMYK
RGB Variations
Color information
#4BBC59 (or 0x4BBC59) is known color: Fruit Salad. HEX triplet: 4B, BC and 59. RGB value is (75,188,89). Sum of RGB (Red+Green+Blue) = 75+188+89=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC59 is #B443A6. Grayscale: #8F8F8F. Windows color (decimal): -11813799 or 5880907. OLE color: 5880907.
HSL color Cylindrical-coordinate representation of color #4BBC59: hue angle of 127.43º 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 #4BBC59 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 89 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.26 |
| HSL | 127.43º | 0.46% | 0.52% | - |
| HSV(B) | 127.43º | 0.6% | 0.74% | - |
| XYZ | 22.69 | 38.18 | 15.63 | - |
| YUV | 142.93 | 97.56 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 89 | 0.60 | 0 | 0.53 | 0.26 | 127.43 | 0.46 | 0.52 |
| Hex | 4B | BC | 59 | 3C | 0 | 35 | 1A | 7F | 2E | 34 |
| Octal | 113 | 274 | 131 | 74 | 0 | 65 | 32 | 177 | 56 | 64 |
| Binary | 1001011 | 10111100 | 1011001 | 111100 | 0 | 110101 | 11010 | 1111111 | 101110 | 110100 |
Color Harmonies of #4BBC59
Complementary color
Monochromatic Colors of #4BBC59
Black with #4BBC59
Text Example
Text Example
White with #4BBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC59; }
p { color: rgb(75,188,89); }
H1.HeaderClassName
{
color: #4BBC59;
}
.AnyTagClassName
{
color: #4BBC59;
}
</style>
background-color css
<style>
a { background-color: #4BBC59; }
a { background-color: rgb(75,188,89); }
div.DivClassName
{
background-color: #4BBC59;
}
.BgClassName
{
background-color: #4BBC59;
}
</style>
border-color css
<style>
span { border-color: #4BBC59; }
span { border-color: rgb(75,188,89); }
td.TdClassName
{
border-color: #4BBC59;
}
.TagClassName
{
border-color: #4BBC59;
}
</style>