Shades of Fruit Salad #4BB353
Tints of Fruit Salad #4BB353
RGB
CMYK
RGB Variations
Color information
#4BB353 (or 0x4BB353) is known color: Fruit Salad. HEX triplet: 4B, B3 and 53. RGB value is (75,179,83). Sum of RGB (Red+Green+Blue) = 75+179+83=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB353 is #B44CAC. Grayscale: #898989. Windows color (decimal): -11816109 or 5485387. OLE color: 5485387.
HSL color Cylindrical-coordinate representation of color #4BB353: hue angle of 124.62º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB353 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 179 | 83 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.30 |
| HSL | 124.62º | 0.41% | 0.5% | - |
| HSV(B) | 124.62º | 0.58% | 0.7% | - |
| XYZ | 20.58 | 34.36 | 13.73 | - |
| YUV | 136.96 | 97.54 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 179 | 83 | 0.58 | 0 | 0.54 | 0.30 | 124.62 | 0.41 | 0.5 |
| Hex | 4B | B3 | 53 | 3A | 0 | 36 | 1E | 7D | 29 | 32 |
| Octal | 113 | 263 | 123 | 72 | 0 | 66 | 36 | 175 | 51 | 62 |
| Binary | 1001011 | 10110011 | 1010011 | 111010 | 0 | 110110 | 11110 | 1111101 | 101001 | 110010 |
Color Harmonies of #4BB353
Complementary color
Monochromatic Colors of #4BB353
Black with #4BB353
Text Example
Text Example
White with #4BB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB353; }
p { color: rgb(75,179,83); }
H1.HeaderClassName
{
color: #4BB353;
}
.AnyTagClassName
{
color: #4BB353;
}
</style>
background-color css
<style>
a { background-color: #4BB353; }
a { background-color: rgb(75,179,83); }
div.DivClassName
{
background-color: #4BB353;
}
.BgClassName
{
background-color: #4BB353;
}
</style>
border-color css
<style>
span { border-color: #4BB353; }
span { border-color: rgb(75,179,83); }
td.TdClassName
{
border-color: #4BB353;
}
.TagClassName
{
border-color: #4BB353;
}
</style>