Shades of Fruit Salad #4BB143
Tints of Fruit Salad #4BB143
RGB
CMYK
RGB Variations
Color information
#4BB143 (or 0x4BB143) is known color: Fruit Salad. HEX triplet: 4B, B1 and 43. RGB value is (75,177,67). Sum of RGB (Red+Green+Blue) = 75+177+67=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 177 (69.53% from 255 or 55.49% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BB143 is #B44EBC. Grayscale: #868686. Windows color (decimal): -11816637 or 4436299. OLE color: 4436299.
HSL color Cylindrical-coordinate representation of color #4BB143: hue angle of 115.64º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BB143 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 177 | 67 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.31 |
| HSL | 115.64º | 0.45% | 0.48% | - |
| HSV(B) | 115.64º | 0.62% | 0.69% | - |
| XYZ | 19.64 | 33.35 | 10.71 | - |
| YUV | 133.96 | 90.21 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 177 | 67 | 0.58 | 0 | 0.62 | 0.31 | 115.64 | 0.45 | 0.48 |
| Hex | 4B | B1 | 43 | 3A | 0 | 3E | 1F | 74 | 2D | 30 |
| Octal | 113 | 261 | 103 | 72 | 0 | 76 | 37 | 164 | 55 | 60 |
| Binary | 1001011 | 10110001 | 1000011 | 111010 | 0 | 111110 | 11111 | 1110100 | 101101 | 110000 |
Color Harmonies of #4BB143
Complementary color
Monochromatic Colors of #4BB143
Black with #4BB143
Text Example
Text Example
White with #4BB143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB143; }
p { color: rgb(75,177,67); }
H1.HeaderClassName
{
color: #4BB143;
}
.AnyTagClassName
{
color: #4BB143;
}
</style>
background-color css
<style>
a { background-color: #4BB143; }
a { background-color: rgb(75,177,67); }
div.DivClassName
{
background-color: #4BB143;
}
.BgClassName
{
background-color: #4BB143;
}
</style>
border-color css
<style>
span { border-color: #4BB143; }
span { border-color: rgb(75,177,67); }
td.TdClassName
{
border-color: #4BB143;
}
.TagClassName
{
border-color: #4BB143;
}
</style>