Shades of Fruit Salad #4BBD58
Tints of Fruit Salad #4BBD58
RGB
CMYK
RGB Variations
Color information
#4BBD58 (or 0x4BBD58) is known color: Fruit Salad. HEX triplet: 4B, BD and 58. RGB value is (75,189,88). Sum of RGB (Red+Green+Blue) = 75+189+88=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBD58 is #B442A7. Grayscale: #8F8F8F. Windows color (decimal): -11813544 or 5815627. OLE color: 5815627.
HSL color Cylindrical-coordinate representation of color #4BBD58: hue angle of 126.84º 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 #4BBD58 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 88 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.26 |
| HSL | 126.84º | 0.46% | 0.52% | - |
| HSV(B) | 126.84º | 0.6% | 0.74% | - |
| XYZ | 22.86 | 38.6 | 15.48 | - |
| YUV | 143.4 | 96.73 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 88 | 0.60 | 0 | 0.53 | 0.26 | 126.84 | 0.46 | 0.52 |
| Hex | 4B | BD | 58 | 3C | 0 | 35 | 1A | 7F | 2E | 34 |
| Octal | 113 | 275 | 130 | 74 | 0 | 65 | 32 | 177 | 56 | 64 |
| Binary | 1001011 | 10111101 | 1011000 | 111100 | 0 | 110101 | 11010 | 1111111 | 101110 | 110100 |
Color Harmonies of #4BBD58
Complementary color
Monochromatic Colors of #4BBD58
Black with #4BBD58
Text Example
Text Example
White with #4BBD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBD58; }
p { color: rgb(75,189,88); }
H1.HeaderClassName
{
color: #4BBD58;
}
.AnyTagClassName
{
color: #4BBD58;
}
</style>
background-color css
<style>
a { background-color: #4BBD58; }
a { background-color: rgb(75,189,88); }
div.DivClassName
{
background-color: #4BBD58;
}
.BgClassName
{
background-color: #4BBD58;
}
</style>
border-color css
<style>
span { border-color: #4BBD58; }
span { border-color: rgb(75,189,88); }
td.TdClassName
{
border-color: #4BBD58;
}
.TagClassName
{
border-color: #4BBD58;
}
</style>