Shades of Fruit Salad #4DAC3F
Tints of Fruit Salad #4DAC3F
RGB
CMYK
RGB Variations
Color information
#4DAC3F (or 0x4DAC3F) is known color: Fruit Salad. HEX triplet: 4D, AC and 3F. RGB value is (77,172,63). Sum of RGB (Red+Green+Blue) = 77+172+63=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAC3F is #B253C0. Grayscale: #838383. Windows color (decimal): -11686849 or 4172877. OLE color: 4172877.
HSL color Cylindrical-coordinate representation of color #4DAC3F: hue angle of 112.29º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DAC3F is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 63 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.33 |
| HSL | 112.29º | 0.46% | 0.46% | - |
| HSV(B) | 112.29º | 0.63% | 0.67% | - |
| XYZ | 18.71 | 31.44 | 9.79 | - |
| YUV | 131.17 | 89.53 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 63 | 0.55 | 0 | 0.63 | 0.33 | 112.29 | 0.46 | 0.46 |
| Hex | 4D | AC | 3F | 37 | 0 | 3F | 21 | 70 | 2E | 2E |
| Octal | 115 | 254 | 77 | 67 | 0 | 77 | 41 | 160 | 56 | 56 |
| Binary | 1001101 | 10101100 | 111111 | 110111 | 0 | 111111 | 100001 | 1110000 | 101110 | 101110 |
Color Harmonies of #4DAC3F
Complementary color
Monochromatic Colors of #4DAC3F
Black with #4DAC3F
Text Example
Text Example
White with #4DAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC3F; }
p { color: rgb(77,172,63); }
H1.HeaderClassName
{
color: #4DAC3F;
}
.AnyTagClassName
{
color: #4DAC3F;
}
</style>
background-color css
<style>
a { background-color: #4DAC3F; }
a { background-color: rgb(77,172,63); }
div.DivClassName
{
background-color: #4DAC3F;
}
.BgClassName
{
background-color: #4DAC3F;
}
</style>
border-color css
<style>
span { border-color: #4DAC3F; }
span { border-color: rgb(77,172,63); }
td.TdClassName
{
border-color: #4DAC3F;
}
.TagClassName
{
border-color: #4DAC3F;
}
</style>