Shades of Fruit Salad #4DAC3B
Tints of Fruit Salad #4DAC3B
RGB
CMYK
RGB Variations
Color information
#4DAC3B (or 0x4DAC3B) is known color: Fruit Salad. HEX triplet: 4D, AC and 3B. RGB value is (77,172,59). Sum of RGB (Red+Green+Blue) = 77+172+59=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAC3B is #B253C4. Grayscale: #838383. Windows color (decimal): -11686853 or 3910733. OLE color: 3910733.
HSL color Cylindrical-coordinate representation of color #4DAC3B: hue angle of 110.44º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DAC3B is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 59 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.33 |
| HSL | 110.44º | 0.49% | 0.45% | - |
| HSV(B) | 110.44º | 0.66% | 0.67% | - |
| XYZ | 18.6 | 31.4 | 9.22 | - |
| YUV | 130.71 | 87.53 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 59 | 0.55 | 0 | 0.66 | 0.33 | 110.44 | 0.49 | 0.45 |
| Hex | 4D | AC | 3B | 37 | 0 | 42 | 21 | 6E | 31 | 2D |
| Octal | 115 | 254 | 73 | 67 | 0 | 102 | 41 | 156 | 61 | 55 |
| Binary | 1001101 | 10101100 | 111011 | 110111 | 0 | 1000010 | 100001 | 1101110 | 110001 | 101101 |
Color Harmonies of #4DAC3B
Complementary color
Monochromatic Colors of #4DAC3B
Black with #4DAC3B
Text Example
Text Example
White with #4DAC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC3B; }
p { color: rgb(77,172,59); }
H1.HeaderClassName
{
color: #4DAC3B;
}
.AnyTagClassName
{
color: #4DAC3B;
}
</style>
background-color css
<style>
a { background-color: #4DAC3B; }
a { background-color: rgb(77,172,59); }
div.DivClassName
{
background-color: #4DAC3B;
}
.BgClassName
{
background-color: #4DAC3B;
}
</style>
border-color css
<style>
span { border-color: #4DAC3B; }
span { border-color: rgb(77,172,59); }
td.TdClassName
{
border-color: #4DAC3B;
}
.TagClassName
{
border-color: #4DAC3B;
}
</style>