Shades of Fruit Salad #4D9F4A
Tints of Fruit Salad #4D9F4A
RGB
CMYK
RGB Variations
Color information
#4D9F4A (or 0x4D9F4A) is known color: Fruit Salad. HEX triplet: 4D, 9F and 4A. RGB value is (77,159,74). Sum of RGB (Red+Green+Blue) = 77+159+74=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 159 (62.5% from 255 or 51.29% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9F4A is #B260B5. Grayscale: #7D7D7D. Windows color (decimal): -11690166 or 4890445. OLE color: 4890445.
HSL color Cylindrical-coordinate representation of color #4D9F4A: hue angle of 117.88º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D9F4A is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
RGB | 77 | 159 | 74 | - |
CMYK | 0.52 | 0 | 0.53 | 0.38 |
HSL | 117.88º | 0.36% | 0.46% | - |
HSV(B) | 117.88º | 0.53% | 0.62% | - |
XYZ | 16.69 | 26.87 | 10.78 | - |
YUV | 124.79 | 99.33 | 93.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 159 | 74 | 0.52 | 0 | 0.53 | 0.38 | 117.88 | 0.36 | 0.46 |
Hex | 4D | 9F | 4A | 34 | 0 | 35 | 26 | 76 | 24 | 2E |
Octal | 115 | 237 | 112 | 64 | 0 | 65 | 46 | 166 | 44 | 56 |
Binary | 1001101 | 10011111 | 1001010 | 110100 | 0 | 110101 | 100110 | 1110110 | 100100 | 101110 |
Color Harmonies of #4D9F4A
Complementary color
Monochromatic Colors of #4D9F4A
Black with #4D9F4A
Text Example
Text Example
White with #4D9F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9F4A; }
p { color: rgb(77,159,74); }
H1.HeaderClassName
{
color: #4D9F4A;
}
.AnyTagClassName
{
color: #4D9F4A;
}
</style>
background-color css
<style>
a { background-color: #4D9F4A; }
a { background-color: rgb(77,159,74); }
div.DivClassName
{
background-color: #4D9F4A;
}
.BgClassName
{
background-color: #4D9F4A;
}
</style>
border-color css
<style>
span { border-color: #4D9F4A; }
span { border-color: rgb(77,159,74); }
td.TdClassName
{
border-color: #4D9F4A;
}
.TagClassName
{
border-color: #4D9F4A;
}
</style>