Shades of Fruit Salad #4BBC50
Tints of Fruit Salad #4BBC50
RGB
CMYK
RGB Variations
Color information
#4BBC50 (or 0x4BBC50) is known color: Fruit Salad. HEX triplet: 4B, BC and 50. RGB value is (75,188,80). Sum of RGB (Red+Green+Blue) = 75+188+80=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC50 is #B443AF. Grayscale: #8E8E8E. Windows color (decimal): -11813808 or 5291083. OLE color: 5291083.
HSL color Cylindrical-coordinate representation of color #4BBC50: hue angle of 122.65º 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 #4BBC50 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 80 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.26 |
| HSL | 122.65º | 0.46% | 0.52% | - |
| HSV(B) | 122.65º | 0.6% | 0.74% | - |
| XYZ | 22.33 | 38.04 | 13.76 | - |
| YUV | 141.9 | 93.06 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 80 | 0.60 | 0 | 0.57 | 0.26 | 122.65 | 0.46 | 0.52 |
| Hex | 4B | BC | 50 | 3C | 0 | 39 | 1A | 7B | 2E | 34 |
| Octal | 113 | 274 | 120 | 74 | 0 | 71 | 32 | 173 | 56 | 64 |
| Binary | 1001011 | 10111100 | 1010000 | 111100 | 0 | 111001 | 11010 | 1111011 | 101110 | 110100 |
Color Harmonies of #4BBC50
Complementary color
Monochromatic Colors of #4BBC50
Black with #4BBC50
Text Example
Text Example
White with #4BBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC50; }
p { color: rgb(75,188,80); }
H1.HeaderClassName
{
color: #4BBC50;
}
.AnyTagClassName
{
color: #4BBC50;
}
</style>
background-color css
<style>
a { background-color: #4BBC50; }
a { background-color: rgb(75,188,80); }
div.DivClassName
{
background-color: #4BBC50;
}
.BgClassName
{
background-color: #4BBC50;
}
</style>
border-color css
<style>
span { border-color: #4BBC50; }
span { border-color: rgb(75,188,80); }
td.TdClassName
{
border-color: #4BBC50;
}
.TagClassName
{
border-color: #4BBC50;
}
</style>