Shades of Fruit Salad #4DA053
Tints of Fruit Salad #4DA053
RGB
CMYK
RGB Variations
Color information
#4DA053 (or 0x4DA053) is known color: Fruit Salad. HEX triplet: 4D, A0 and 53. RGB value is (77,160,83). Sum of RGB (Red+Green+Blue) = 77+160+83=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA053 is #B25FAC. Grayscale: #7E7E7E. Windows color (decimal): -11689901 or 5480525. OLE color: 5480525.
HSL color Cylindrical-coordinate representation of color #4DA053: hue angle of 124.34º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA053 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 160 | 83 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.37 |
| HSL | 124.34º | 0.35% | 0.46% | - |
| HSV(B) | 124.34º | 0.52% | 0.63% | - |
| XYZ | 17.19 | 27.34 | 12.56 | - |
| YUV | 126.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 83 | 0.52 | 0 | 0.48 | 0.37 | 124.34 | 0.35 | 0.46 |
| Hex | 4D | A0 | 53 | 34 | 0 | 30 | 25 | 7C | 23 | 2E |
| Octal | 115 | 240 | 123 | 64 | 0 | 60 | 45 | 174 | 43 | 56 |
| Binary | 1001101 | 10100000 | 1010011 | 110100 | 0 | 110000 | 100101 | 1111100 | 100011 | 101110 |
Color Harmonies of #4DA053
Complementary color
Monochromatic Colors of #4DA053
Black with #4DA053
Text Example
Text Example
White with #4DA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA053; }
p { color: rgb(77,160,83); }
H1.HeaderClassName
{
color: #4DA053;
}
.AnyTagClassName
{
color: #4DA053;
}
</style>
background-color css
<style>
a { background-color: #4DA053; }
a { background-color: rgb(77,160,83); }
div.DivClassName
{
background-color: #4DA053;
}
.BgClassName
{
background-color: #4DA053;
}
</style>
border-color css
<style>
span { border-color: #4DA053; }
span { border-color: rgb(77,160,83); }
td.TdClassName
{
border-color: #4DA053;
}
.TagClassName
{
border-color: #4DA053;
}
</style>