Shades of Fruit Salad #4DA144
Tints of Fruit Salad #4DA144
RGB
CMYK
RGB Variations
Color information
#4DA144 (or 0x4DA144) is known color: Fruit Salad. HEX triplet: 4D, A1 and 44. RGB value is (77,161,68). Sum of RGB (Red+Green+Blue) = 77+161+68=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA144 is #B25EBB. Grayscale: #7D7D7D. Windows color (decimal): -11689660 or 4497741. OLE color: 4497741.
HSL color Cylindrical-coordinate representation of color #4DA144: hue angle of 114.19º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DA144 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 68 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.37 |
| HSL | 114.19º | 0.41% | 0.45% | - |
| HSV(B) | 114.19º | 0.58% | 0.63% | - |
| XYZ | 16.85 | 27.48 | 9.89 | - |
| YUV | 125.28 | 95.67 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 68 | 0.52 | 0 | 0.58 | 0.37 | 114.19 | 0.41 | 0.45 |
| Hex | 4D | A1 | 44 | 34 | 0 | 3A | 25 | 72 | 29 | 2D |
| Octal | 115 | 241 | 104 | 64 | 0 | 72 | 45 | 162 | 51 | 55 |
| Binary | 1001101 | 10100001 | 1000100 | 110100 | 0 | 111010 | 100101 | 1110010 | 101001 | 101101 |
Color Harmonies of #4DA144
Complementary color
Monochromatic Colors of #4DA144
Black with #4DA144
Text Example
Text Example
White with #4DA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA144; }
p { color: rgb(77,161,68); }
H1.HeaderClassName
{
color: #4DA144;
}
.AnyTagClassName
{
color: #4DA144;
}
</style>
background-color css
<style>
a { background-color: #4DA144; }
a { background-color: rgb(77,161,68); }
div.DivClassName
{
background-color: #4DA144;
}
.BgClassName
{
background-color: #4DA144;
}
</style>
border-color css
<style>
span { border-color: #4DA144; }
span { border-color: rgb(77,161,68); }
td.TdClassName
{
border-color: #4DA144;
}
.TagClassName
{
border-color: #4DA144;
}
</style>