Shades of Fruit Salad #4DAD53
Tints of Fruit Salad #4DAD53
RGB
CMYK
RGB Variations
Color information
#4DAD53 (or 0x4DAD53) is known color: Fruit Salad. HEX triplet: 4D, AD and 53. RGB value is (77,173,83). Sum of RGB (Red+Green+Blue) = 77+173+83=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD53 is #B252AC. Grayscale: #868686. Windows color (decimal): -11686573 or 5483853. OLE color: 5483853.
HSL color Cylindrical-coordinate representation of color #4DAD53: hue angle of 123.75º 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 #4DAD53 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 83 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.32 |
| HSL | 123.75º | 0.38% | 0.49% | - |
| HSV(B) | 123.75º | 0.55% | 0.68% | - |
| XYZ | 19.57 | 32.09 | 13.35 | - |
| YUV | 134.04 | 99.2 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 83 | 0.55 | 0 | 0.52 | 0.32 | 123.75 | 0.38 | 0.49 |
| Hex | 4D | AD | 53 | 37 | 0 | 34 | 20 | 7C | 26 | 31 |
| Octal | 115 | 255 | 123 | 67 | 0 | 64 | 40 | 174 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1010011 | 110111 | 0 | 110100 | 100000 | 1111100 | 100110 | 110001 |
Color Harmonies of #4DAD53
Complementary color
Monochromatic Colors of #4DAD53
Black with #4DAD53
Text Example
Text Example
White with #4DAD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD53; }
p { color: rgb(77,173,83); }
H1.HeaderClassName
{
color: #4DAD53;
}
.AnyTagClassName
{
color: #4DAD53;
}
</style>
background-color css
<style>
a { background-color: #4DAD53; }
a { background-color: rgb(77,173,83); }
div.DivClassName
{
background-color: #4DAD53;
}
.BgClassName
{
background-color: #4DAD53;
}
</style>
border-color css
<style>
span { border-color: #4DAD53; }
span { border-color: rgb(77,173,83); }
td.TdClassName
{
border-color: #4DAD53;
}
.TagClassName
{
border-color: #4DAD53;
}
</style>