Shades of Fruit Salad #4DA546
Tints of Fruit Salad #4DA546
RGB
CMYK
RGB Variations
Color information
#4DA546 (or 0x4DA546) is known color: Fruit Salad. HEX triplet: 4D, A5 and 46. RGB value is (77,165,70). Sum of RGB (Red+Green+Blue) = 77+165+70=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA546 is #B25AB9. Grayscale: #808080. Windows color (decimal): -11688634 or 4629837. OLE color: 4629837.
HSL color Cylindrical-coordinate representation of color #4DA546: hue angle of 115.58º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DA546 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 165 | 70 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.35 |
| HSL | 115.58º | 0.4% | 0.46% | - |
| HSV(B) | 115.58º | 0.58% | 0.65% | - |
| XYZ | 17.62 | 28.93 | 10.45 | - |
| YUV | 127.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 70 | 0.53 | 0 | 0.58 | 0.35 | 115.58 | 0.4 | 0.46 |
| Hex | 4D | A5 | 46 | 35 | 0 | 3A | 23 | 74 | 28 | 2E |
| Octal | 115 | 245 | 106 | 65 | 0 | 72 | 43 | 164 | 50 | 56 |
| Binary | 1001101 | 10100101 | 1000110 | 110101 | 0 | 111010 | 100011 | 1110100 | 101000 | 101110 |
Color Harmonies of #4DA546
Complementary color
Monochromatic Colors of #4DA546
Black with #4DA546
Text Example
Text Example
White with #4DA546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA546; }
p { color: rgb(77,165,70); }
H1.HeaderClassName
{
color: #4DA546;
}
.AnyTagClassName
{
color: #4DA546;
}
</style>
background-color css
<style>
a { background-color: #4DA546; }
a { background-color: rgb(77,165,70); }
div.DivClassName
{
background-color: #4DA546;
}
.BgClassName
{
background-color: #4DA546;
}
</style>
border-color css
<style>
span { border-color: #4DA546; }
span { border-color: rgb(77,165,70); }
td.TdClassName
{
border-color: #4DA546;
}
.TagClassName
{
border-color: #4DA546;
}
</style>