Shades of Fruit Salad #4BB140
Tints of Fruit Salad #4BB140
RGB
CMYK
RGB Variations
Color information
#4BB140 (or 0x4BB140) is known color: Fruit Salad. HEX triplet: 4B, B1 and 40. RGB value is (75,177,64). Sum of RGB (Red+Green+Blue) = 75+177+64=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BB140 is #B44EBF. Grayscale: #858585. Windows color (decimal): -11816640 or 4239691. OLE color: 4239691.
HSL color Cylindrical-coordinate representation of color #4BB140: hue angle of 114.16º 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 #4BB140 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 177 | 64 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.31 |
| HSL | 114.16º | 0.47% | 0.47% | - |
| HSV(B) | 114.16º | 0.64% | 0.69% | - |
| XYZ | 19.55 | 33.31 | 10.25 | - |
| YUV | 133.62 | 88.71 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 177 | 64 | 0.58 | 0 | 0.64 | 0.31 | 114.16 | 0.47 | 0.47 |
| Hex | 4B | B1 | 40 | 3A | 0 | 40 | 1F | 72 | 2F | 2F |
| Octal | 113 | 261 | 100 | 72 | 0 | 100 | 37 | 162 | 57 | 57 |
| Binary | 1001011 | 10110001 | 1000000 | 111010 | 0 | 1000000 | 11111 | 1110010 | 101111 | 101111 |
Color Harmonies of #4BB140
Complementary color
Monochromatic Colors of #4BB140
Black with #4BB140
Text Example
Text Example
White with #4BB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB140; }
p { color: rgb(75,177,64); }
H1.HeaderClassName
{
color: #4BB140;
}
.AnyTagClassName
{
color: #4BB140;
}
</style>
background-color css
<style>
a { background-color: #4BB140; }
a { background-color: rgb(75,177,64); }
div.DivClassName
{
background-color: #4BB140;
}
.BgClassName
{
background-color: #4BB140;
}
</style>
border-color css
<style>
span { border-color: #4BB140; }
span { border-color: rgb(75,177,64); }
td.TdClassName
{
border-color: #4BB140;
}
.TagClassName
{
border-color: #4BB140;
}
</style>