Shades of Fruit Salad #4BB040
Tints of Fruit Salad #4BB040
RGB
CMYK
RGB Variations
Color information
#4BB040 (or 0x4BB040) is known color: Fruit Salad. HEX triplet: 4B, B0 and 40. RGB value is (75,176,64). Sum of RGB (Red+Green+Blue) = 75+176+64=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #4BB040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BB040 is #B44FBF. Grayscale: #858585. Windows color (decimal): -11816896 or 4239435. OLE color: 4239435.
HSL color Cylindrical-coordinate representation of color #4BB040: hue angle of 114.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BB040 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 176 | 64 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.31 |
| HSL | 114.11º | 0.47% | 0.47% | - |
| HSV(B) | 114.11º | 0.64% | 0.69% | - |
| XYZ | 19.35 | 32.92 | 10.18 | - |
| YUV | 133.03 | 89.04 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 176 | 64 | 0.57 | 0 | 0.64 | 0.31 | 114.11 | 0.47 | 0.47 |
| Hex | 4B | B0 | 40 | 39 | 0 | 40 | 1F | 72 | 2F | 2F |
| Octal | 113 | 260 | 100 | 71 | 0 | 100 | 37 | 162 | 57 | 57 |
| Binary | 1001011 | 10110000 | 1000000 | 111001 | 0 | 1000000 | 11111 | 1110010 | 101111 | 101111 |
Color Harmonies of #4BB040
Complementary color
Monochromatic Colors of #4BB040
Black with #4BB040
Text Example
Text Example
White with #4BB040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB040; }
p { color: rgb(75,176,64); }
H1.HeaderClassName
{
color: #4BB040;
}
.AnyTagClassName
{
color: #4BB040;
}
</style>
background-color css
<style>
a { background-color: #4BB040; }
a { background-color: rgb(75,176,64); }
div.DivClassName
{
background-color: #4BB040;
}
.BgClassName
{
background-color: #4BB040;
}
</style>
border-color css
<style>
span { border-color: #4BB040; }
span { border-color: rgb(75,176,64); }
td.TdClassName
{
border-color: #4BB040;
}
.TagClassName
{
border-color: #4BB040;
}
</style>