Shades of Fruit Salad #4DAD54
Tints of Fruit Salad #4DAD54
RGB
CMYK
RGB Variations
Color information
#4DAD54 (or 0x4DAD54) is known color: Fruit Salad. HEX triplet: 4D, AD and 54. RGB value is (77,173,84). Sum of RGB (Red+Green+Blue) = 77+173+84=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD54 is #B252AB. Grayscale: #868686. Windows color (decimal): -11686572 or 5549389. OLE color: 5549389.
HSL color Cylindrical-coordinate representation of color #4DAD54: hue angle of 124.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD54 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 84 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.32 |
| HSL | 124.38º | 0.38% | 0.49% | - |
| HSV(B) | 124.38º | 0.55% | 0.68% | - |
| XYZ | 19.6 | 32.11 | 13.55 | - |
| YUV | 134.15 | 99.7 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 84 | 0.55 | 0 | 0.51 | 0.32 | 124.38 | 0.38 | 0.49 |
| Hex | 4D | AD | 54 | 37 | 0 | 33 | 20 | 7C | 26 | 31 |
| Octal | 115 | 255 | 124 | 67 | 0 | 63 | 40 | 174 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1010100 | 110111 | 0 | 110011 | 100000 | 1111100 | 100110 | 110001 |
Color Harmonies of #4DAD54
Complementary color
Monochromatic Colors of #4DAD54
Black with #4DAD54
Text Example
Text Example
White with #4DAD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD54; }
p { color: rgb(77,173,84); }
H1.HeaderClassName
{
color: #4DAD54;
}
.AnyTagClassName
{
color: #4DAD54;
}
</style>
background-color css
<style>
a { background-color: #4DAD54; }
a { background-color: rgb(77,173,84); }
div.DivClassName
{
background-color: #4DAD54;
}
.BgClassName
{
background-color: #4DAD54;
}
</style>
border-color css
<style>
span { border-color: #4DAD54; }
span { border-color: rgb(77,173,84); }
td.TdClassName
{
border-color: #4DAD54;
}
.TagClassName
{
border-color: #4DAD54;
}
</style>