Shades of Fruit Salad #4BBC5D
Tints of Fruit Salad #4BBC5D
RGB
CMYK
RGB Variations
Color information
#4BBC5D (or 0x4BBC5D) is known color: Fruit Salad. HEX triplet: 4B, BC and 5D. RGB value is (75,188,93). Sum of RGB (Red+Green+Blue) = 75+188+93=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC5D is #B443A2. Grayscale: #8F8F8F. Windows color (decimal): -11813795 or 6143051. OLE color: 6143051.
HSL color Cylindrical-coordinate representation of color #4BBC5D: hue angle of 129.56º 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 #4BBC5D is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 93 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.26 |
| HSL | 129.56º | 0.46% | 0.52% | - |
| HSV(B) | 129.56º | 0.6% | 0.74% | - |
| XYZ | 22.86 | 38.25 | 16.53 | - |
| YUV | 143.38 | 99.56 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 93 | 0.60 | 0 | 0.51 | 0.26 | 129.56 | 0.46 | 0.52 |
| Hex | 4B | BC | 5D | 3C | 0 | 33 | 1A | 82 | 2E | 34 |
| Octal | 113 | 274 | 135 | 74 | 0 | 63 | 32 | 202 | 56 | 64 |
| Binary | 1001011 | 10111100 | 1011101 | 111100 | 0 | 110011 | 11010 | 10000010 | 101110 | 110100 |
Color Harmonies of #4BBC5D
Complementary color
Monochromatic Colors of #4BBC5D
Black with #4BBC5D
Text Example
Text Example
White with #4BBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC5D; }
p { color: rgb(75,188,93); }
H1.HeaderClassName
{
color: #4BBC5D;
}
.AnyTagClassName
{
color: #4BBC5D;
}
</style>
background-color css
<style>
a { background-color: #4BBC5D; }
a { background-color: rgb(75,188,93); }
div.DivClassName
{
background-color: #4BBC5D;
}
.BgClassName
{
background-color: #4BBC5D;
}
</style>
border-color css
<style>
span { border-color: #4BBC5D; }
span { border-color: rgb(75,188,93); }
td.TdClassName
{
border-color: #4BBC5D;
}
.TagClassName
{
border-color: #4BBC5D;
}
</style>