Shades of Fruit Salad #4DA444
Tints of Fruit Salad #4DA444
RGB
CMYK
RGB Variations
Color information
#4DA444 (or 0x4DA444) is known color: Fruit Salad. HEX triplet: 4D, A4 and 44. RGB value is (77,164,68). Sum of RGB (Red+Green+Blue) = 77+164+68=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA444 is #B25BBB. Grayscale: #7F7F7F. Windows color (decimal): -11688892 or 4498509. OLE color: 4498509.
HSL color Cylindrical-coordinate representation of color #4DA444: hue angle of 114.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DA444 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 164 | 68 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.36 |
| HSL | 114.38º | 0.41% | 0.45% | - |
| HSV(B) | 114.38º | 0.59% | 0.64% | - |
| XYZ | 17.38 | 28.55 | 10.06 | - |
| YUV | 127.04 | 94.68 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 68 | 0.53 | 0 | 0.59 | 0.36 | 114.38 | 0.41 | 0.45 |
| Hex | 4D | A4 | 44 | 35 | 0 | 3B | 24 | 72 | 29 | 2D |
| Octal | 115 | 244 | 104 | 65 | 0 | 73 | 44 | 162 | 51 | 55 |
| Binary | 1001101 | 10100100 | 1000100 | 110101 | 0 | 111011 | 100100 | 1110010 | 101001 | 101101 |
Color Harmonies of #4DA444
Complementary color
Monochromatic Colors of #4DA444
Black with #4DA444
Text Example
Text Example
White with #4DA444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA444; }
p { color: rgb(77,164,68); }
H1.HeaderClassName
{
color: #4DA444;
}
.AnyTagClassName
{
color: #4DA444;
}
</style>
background-color css
<style>
a { background-color: #4DA444; }
a { background-color: rgb(77,164,68); }
div.DivClassName
{
background-color: #4DA444;
}
.BgClassName
{
background-color: #4DA444;
}
</style>
border-color css
<style>
span { border-color: #4DA444; }
span { border-color: rgb(77,164,68); }
td.TdClassName
{
border-color: #4DA444;
}
.TagClassName
{
border-color: #4DA444;
}
</style>