Shades of Fruit Salad #4BBD5C
Tints of Fruit Salad #4BBD5C
RGB
CMYK
RGB Variations
Color information
#4BBD5C (or 0x4BBD5C) is known color: Fruit Salad. HEX triplet: 4B, BD and 5C. RGB value is (75,189,92). Sum of RGB (Red+Green+Blue) = 75+189+92=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBD5C is #B442A3. Grayscale: #909090. Windows color (decimal): -11813540 or 6077771. OLE color: 6077771.
HSL color Cylindrical-coordinate representation of color #4BBD5C: hue angle of 128.95º 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 #4BBD5C is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 92 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.26 |
| HSL | 128.95º | 0.46% | 0.52% | - |
| HSV(B) | 128.95º | 0.6% | 0.74% | - |
| XYZ | 23.03 | 38.66 | 16.37 | - |
| YUV | 143.86 | 98.73 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 92 | 0.60 | 0 | 0.51 | 0.26 | 128.95 | 0.46 | 0.52 |
| Hex | 4B | BD | 5C | 3C | 0 | 33 | 1A | 81 | 2E | 34 |
| Octal | 113 | 275 | 134 | 74 | 0 | 63 | 32 | 201 | 56 | 64 |
| Binary | 1001011 | 10111101 | 1011100 | 111100 | 0 | 110011 | 11010 | 10000001 | 101110 | 110100 |
Color Harmonies of #4BBD5C
Complementary color
Monochromatic Colors of #4BBD5C
Black with #4BBD5C
Text Example
Text Example
White with #4BBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBD5C; }
p { color: rgb(75,189,92); }
H1.HeaderClassName
{
color: #4BBD5C;
}
.AnyTagClassName
{
color: #4BBD5C;
}
</style>
background-color css
<style>
a { background-color: #4BBD5C; }
a { background-color: rgb(75,189,92); }
div.DivClassName
{
background-color: #4BBD5C;
}
.BgClassName
{
background-color: #4BBD5C;
}
</style>
border-color css
<style>
span { border-color: #4BBD5C; }
span { border-color: rgb(75,189,92); }
td.TdClassName
{
border-color: #4BBD5C;
}
.TagClassName
{
border-color: #4BBD5C;
}
</style>