Shades of Fruit Salad #4D9A45
Tints of Fruit Salad #4D9A45
RGB
CMYK
RGB Variations
Color information
#4D9A45 (or 0x4D9A45) is known color: Fruit Salad. HEX triplet: 4D, 9A and 45. RGB value is (77,154,69). Sum of RGB (Red+Green+Blue) = 77+154+69=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #4D9A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9A45 is #B265BA. Grayscale: #797979. Windows color (decimal): -11691451 or 4561485. OLE color: 4561485.
HSL color Cylindrical-coordinate representation of color #4D9A45: hue angle of 114.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D9A45 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 154 | 69 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.40 |
| HSL | 114.35º | 0.38% | 0.44% | - |
| HSV(B) | 114.35º | 0.55% | 0.6% | - |
| XYZ | 15.69 | 25.12 | 9.65 | - |
| YUV | 121.29 | 98.49 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 154 | 69 | 0.50 | 0 | 0.55 | 0.40 | 114.35 | 0.38 | 0.44 |
| Hex | 4D | 9A | 45 | 32 | 0 | 37 | 28 | 72 | 26 | 2C |
| Octal | 115 | 232 | 105 | 62 | 0 | 67 | 50 | 162 | 46 | 54 |
| Binary | 1001101 | 10011010 | 1000101 | 110010 | 0 | 110111 | 101000 | 1110010 | 100110 | 101100 |
Color Harmonies of #4D9A45
Complementary color
Monochromatic Colors of #4D9A45
Black with #4D9A45
Text Example
Text Example
White with #4D9A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9A45; }
p { color: rgb(77,154,69); }
H1.HeaderClassName
{
color: #4D9A45;
}
.AnyTagClassName
{
color: #4D9A45;
}
</style>
background-color css
<style>
a { background-color: #4D9A45; }
a { background-color: rgb(77,154,69); }
div.DivClassName
{
background-color: #4D9A45;
}
.BgClassName
{
background-color: #4D9A45;
}
</style>
border-color css
<style>
span { border-color: #4D9A45; }
span { border-color: rgb(77,154,69); }
td.TdClassName
{
border-color: #4D9A45;
}
.TagClassName
{
border-color: #4D9A45;
}
</style>