Shades of Fruit Salad #4DAC52
Tints of Fruit Salad #4DAC52
RGB
CMYK
RGB Variations
Color information
#4DAC52 (or 0x4DAC52) is known color: Fruit Salad. HEX triplet: 4D, AC and 52. RGB value is (77,172,82). Sum of RGB (Red+Green+Blue) = 77+172+82=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC52 is #B253AD. Grayscale: #858585. Windows color (decimal): -11686830 or 5418061. OLE color: 5418061.
HSL color Cylindrical-coordinate representation of color #4DAC52: hue angle of 123.16º 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 #4DAC52 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 82 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.33 |
| HSL | 123.16º | 0.38% | 0.49% | - |
| HSV(B) | 123.16º | 0.55% | 0.67% | - |
| XYZ | 19.34 | 31.69 | 13.08 | - |
| YUV | 133.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 82 | 0.55 | 0 | 0.52 | 0.33 | 123.16 | 0.38 | 0.49 |
| Hex | 4D | AC | 52 | 37 | 0 | 34 | 21 | 7B | 26 | 31 |
| Octal | 115 | 254 | 122 | 67 | 0 | 64 | 41 | 173 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1010010 | 110111 | 0 | 110100 | 100001 | 1111011 | 100110 | 110001 |
Color Harmonies of #4DAC52
Complementary color
Monochromatic Colors of #4DAC52
Black with #4DAC52
Text Example
Text Example
White with #4DAC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC52; }
p { color: rgb(77,172,82); }
H1.HeaderClassName
{
color: #4DAC52;
}
.AnyTagClassName
{
color: #4DAC52;
}
</style>
background-color css
<style>
a { background-color: #4DAC52; }
a { background-color: rgb(77,172,82); }
div.DivClassName
{
background-color: #4DAC52;
}
.BgClassName
{
background-color: #4DAC52;
}
</style>
border-color css
<style>
span { border-color: #4DAC52; }
span { border-color: rgb(77,172,82); }
td.TdClassName
{
border-color: #4DAC52;
}
.TagClassName
{
border-color: #4DAC52;
}
</style>