Shades of Fruit Salad #4DAC4E
Tints of Fruit Salad #4DAC4E
RGB
CMYK
RGB Variations
Color information
#4DAC4E (or 0x4DAC4E) is known color: Fruit Salad. HEX triplet: 4D, AC and 4E. RGB value is (77,172,78). Sum of RGB (Red+Green+Blue) = 77+172+78=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC4E is #B253B1. Grayscale: #858585. Windows color (decimal): -11686834 or 5155917. OLE color: 5155917.
HSL color Cylindrical-coordinate representation of color #4DAC4E: hue angle of 120.63º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC4E is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 78 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.33 |
| HSL | 120.63º | 0.38% | 0.49% | - |
| HSV(B) | 120.63º | 0.55% | 0.67% | - |
| XYZ | 19.19 | 31.63 | 12.3 | - |
| YUV | 132.88 | 97.03 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 78 | 0.55 | 0 | 0.55 | 0.33 | 120.63 | 0.38 | 0.49 |
| Hex | 4D | AC | 4E | 37 | 0 | 37 | 21 | 79 | 26 | 31 |
| Octal | 115 | 254 | 116 | 67 | 0 | 67 | 41 | 171 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1001110 | 110111 | 0 | 110111 | 100001 | 1111001 | 100110 | 110001 |
Color Harmonies of #4DAC4E
Complementary color
Monochromatic Colors of #4DAC4E
Black with #4DAC4E
Text Example
Text Example
White with #4DAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC4E; }
p { color: rgb(77,172,78); }
H1.HeaderClassName
{
color: #4DAC4E;
}
.AnyTagClassName
{
color: #4DAC4E;
}
</style>
background-color css
<style>
a { background-color: #4DAC4E; }
a { background-color: rgb(77,172,78); }
div.DivClassName
{
background-color: #4DAC4E;
}
.BgClassName
{
background-color: #4DAC4E;
}
</style>
border-color css
<style>
span { border-color: #4DAC4E; }
span { border-color: rgb(77,172,78); }
td.TdClassName
{
border-color: #4DAC4E;
}
.TagClassName
{
border-color: #4DAC4E;
}
</style>