Shades of Fruit Salad #4DAC41
Tints of Fruit Salad #4DAC41
RGB
CMYK
RGB Variations
Color information
#4DAC41 (or 0x4DAC41) is known color: Fruit Salad. HEX triplet: 4D, AC and 41. RGB value is (77,172,65). Sum of RGB (Red+Green+Blue) = 77+172+65=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAC41 is #B253BE. Grayscale: #838383. Windows color (decimal): -11686847 or 4303949. OLE color: 4303949.
HSL color Cylindrical-coordinate representation of color #4DAC41: hue angle of 113.27º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DAC41 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 65 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.33 |
| HSL | 113.27º | 0.45% | 0.46% | - |
| HSV(B) | 113.27º | 0.62% | 0.67% | - |
| XYZ | 18.77 | 31.46 | 10.09 | - |
| YUV | 131.4 | 90.53 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 65 | 0.55 | 0 | 0.62 | 0.33 | 113.27 | 0.45 | 0.46 |
| Hex | 4D | AC | 41 | 37 | 0 | 3E | 21 | 71 | 2D | 2E |
| Octal | 115 | 254 | 101 | 67 | 0 | 76 | 41 | 161 | 55 | 56 |
| Binary | 1001101 | 10101100 | 1000001 | 110111 | 0 | 111110 | 100001 | 1110001 | 101101 | 101110 |
Color Harmonies of #4DAC41
Complementary color
Monochromatic Colors of #4DAC41
Black with #4DAC41
Text Example
Text Example
White with #4DAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC41; }
p { color: rgb(77,172,65); }
H1.HeaderClassName
{
color: #4DAC41;
}
.AnyTagClassName
{
color: #4DAC41;
}
</style>
background-color css
<style>
a { background-color: #4DAC41; }
a { background-color: rgb(77,172,65); }
div.DivClassName
{
background-color: #4DAC41;
}
.BgClassName
{
background-color: #4DAC41;
}
</style>
border-color css
<style>
span { border-color: #4DAC41; }
span { border-color: rgb(77,172,65); }
td.TdClassName
{
border-color: #4DAC41;
}
.TagClassName
{
border-color: #4DAC41;
}
</style>