Shades of Fruit Salad #4BBC53
Tints of Fruit Salad #4BBC53
RGB
CMYK
RGB Variations
Color information
#4BBC53 (or 0x4BBC53) is known color: Fruit Salad. HEX triplet: 4B, BC and 53. RGB value is (75,188,83). Sum of RGB (Red+Green+Blue) = 75+188+83=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC53 is #B443AC. Grayscale: #8E8E8E. Windows color (decimal): -11813805 or 5487691. OLE color: 5487691.
HSL color Cylindrical-coordinate representation of color #4BBC53: hue angle of 124.25º 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 #4BBC53 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 83 | - |
| CMYK | 0.60 | 0 | 0.56 | 0.26 |
| HSL | 124.25º | 0.46% | 0.52% | - |
| HSV(B) | 124.25º | 0.6% | 0.74% | - |
| XYZ | 22.45 | 38.09 | 14.35 | - |
| YUV | 142.24 | 94.56 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 83 | 0.60 | 0 | 0.56 | 0.26 | 124.25 | 0.46 | 0.52 |
| Hex | 4B | BC | 53 | 3C | 0 | 38 | 1A | 7C | 2E | 34 |
| Octal | 113 | 274 | 123 | 74 | 0 | 70 | 32 | 174 | 56 | 64 |
| Binary | 1001011 | 10111100 | 1010011 | 111100 | 0 | 111000 | 11010 | 1111100 | 101110 | 110100 |
Color Harmonies of #4BBC53
Complementary color
Monochromatic Colors of #4BBC53
Black with #4BBC53
Text Example
Text Example
White with #4BBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC53; }
p { color: rgb(75,188,83); }
H1.HeaderClassName
{
color: #4BBC53;
}
.AnyTagClassName
{
color: #4BBC53;
}
</style>
background-color css
<style>
a { background-color: #4BBC53; }
a { background-color: rgb(75,188,83); }
div.DivClassName
{
background-color: #4BBC53;
}
.BgClassName
{
background-color: #4BBC53;
}
</style>
border-color css
<style>
span { border-color: #4BBC53; }
span { border-color: rgb(75,188,83); }
td.TdClassName
{
border-color: #4BBC53;
}
.TagClassName
{
border-color: #4BBC53;
}
</style>