Shades of Fruit Salad #4D9F46
Tints of Fruit Salad #4D9F46
RGB
CMYK
RGB Variations
Color information
#4D9F46 (or 0x4D9F46) is known color: Fruit Salad. HEX triplet: 4D, 9F and 46. RGB value is (77,159,70). Sum of RGB (Red+Green+Blue) = 77+159+70=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9F46 is #B260B9. Grayscale: #7C7C7C. Windows color (decimal): -11690170 or 4628301. OLE color: 4628301.
HSL color Cylindrical-coordinate representation of color #4D9F46: hue angle of 115.28º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D9F46 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 159 | 70 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.38 |
| HSL | 115.28º | 0.39% | 0.45% | - |
| HSV(B) | 115.28º | 0.56% | 0.62% | - |
| XYZ | 16.56 | 26.82 | 10.1 | - |
| YUV | 124.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 159 | 70 | 0.52 | 0 | 0.56 | 0.38 | 115.28 | 0.39 | 0.45 |
| Hex | 4D | 9F | 46 | 34 | 0 | 38 | 26 | 73 | 27 | 2D |
| Octal | 115 | 237 | 106 | 64 | 0 | 70 | 46 | 163 | 47 | 55 |
| Binary | 1001101 | 10011111 | 1000110 | 110100 | 0 | 111000 | 100110 | 1110011 | 100111 | 101101 |
Color Harmonies of #4D9F46
Complementary color
Monochromatic Colors of #4D9F46
Black with #4D9F46
Text Example
Text Example
White with #4D9F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9F46; }
p { color: rgb(77,159,70); }
H1.HeaderClassName
{
color: #4D9F46;
}
.AnyTagClassName
{
color: #4D9F46;
}
</style>
background-color css
<style>
a { background-color: #4D9F46; }
a { background-color: rgb(77,159,70); }
div.DivClassName
{
background-color: #4D9F46;
}
.BgClassName
{
background-color: #4D9F46;
}
</style>
border-color css
<style>
span { border-color: #4D9F46; }
span { border-color: rgb(77,159,70); }
td.TdClassName
{
border-color: #4D9F46;
}
.TagClassName
{
border-color: #4D9F46;
}
</style>