Shades of Fruit Salad #4B9740
Tints of Fruit Salad #4B9740
RGB
CMYK
RGB Variations
Color information
#4B9740 (or 0x4B9740) is known color: Fruit Salad. HEX triplet: 4B, 97 and 40. RGB value is (75,151,64). Sum of RGB (Red+Green+Blue) = 75+151+64=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #4B9740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9740 is #B468BF. Grayscale: #767676. Windows color (decimal): -11823296 or 4233035. OLE color: 4233035.
HSL color Cylindrical-coordinate representation of color #4B9740: hue angle of 112.41º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B9740 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 151 | 64 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.41 |
| HSL | 112.41º | 0.4% | 0.42% | - |
| HSV(B) | 112.41º | 0.58% | 0.59% | - |
| XYZ | 14.89 | 24 | 8.7 | - |
| YUV | 118.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 151 | 64 | 0.50 | 0 | 0.58 | 0.41 | 112.41 | 0.4 | 0.42 |
| Hex | 4B | 97 | 40 | 32 | 0 | 3A | 29 | 70 | 28 | 2A |
| Octal | 113 | 227 | 100 | 62 | 0 | 72 | 51 | 160 | 50 | 52 |
| Binary | 1001011 | 10010111 | 1000000 | 110010 | 0 | 111010 | 101001 | 1110000 | 101000 | 101010 |
Color Harmonies of #4B9740
Complementary color
Monochromatic Colors of #4B9740
Black with #4B9740
Text Example
Text Example
White with #4B9740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9740; }
p { color: rgb(75,151,64); }
H1.HeaderClassName
{
color: #4B9740;
}
.AnyTagClassName
{
color: #4B9740;
}
</style>
background-color css
<style>
a { background-color: #4B9740; }
a { background-color: rgb(75,151,64); }
div.DivClassName
{
background-color: #4B9740;
}
.BgClassName
{
background-color: #4B9740;
}
</style>
border-color css
<style>
span { border-color: #4B9740; }
span { border-color: rgb(75,151,64); }
td.TdClassName
{
border-color: #4B9740;
}
.TagClassName
{
border-color: #4B9740;
}
</style>