Shades of Fruit Salad #4DA545
Tints of Fruit Salad #4DA545
RGB
CMYK
RGB Variations
Color information
#4DA545 (or 0x4DA545) is known color: Fruit Salad. HEX triplet: 4D, A5 and 45. RGB value is (77,165,69). Sum of RGB (Red+Green+Blue) = 77+165+69=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA545 is #B25ABA. Grayscale: #808080. Windows color (decimal): -11688635 or 4564301. OLE color: 4564301.
HSL color Cylindrical-coordinate representation of color #4DA545: hue angle of 115º degrees, saturation: 0.41, 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 #4DA545 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 165 | 69 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.35 |
| HSL | 115º | 0.41% | 0.46% | - |
| HSV(B) | 115º | 0.58% | 0.65% | - |
| XYZ | 17.59 | 28.92 | 10.28 | - |
| YUV | 127.74 | 94.85 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 69 | 0.53 | 0 | 0.58 | 0.35 | 115 | 0.41 | 0.46 |
| Hex | 4D | A5 | 45 | 35 | 0 | 3A | 23 | 73 | 29 | 2E |
| Octal | 115 | 245 | 105 | 65 | 0 | 72 | 43 | 163 | 51 | 56 |
| Binary | 1001101 | 10100101 | 1000101 | 110101 | 0 | 111010 | 100011 | 1110011 | 101001 | 101110 |
Color Harmonies of #4DA545
Complementary color
Monochromatic Colors of #4DA545
Black with #4DA545
Text Example
Text Example
White with #4DA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA545; }
p { color: rgb(77,165,69); }
H1.HeaderClassName
{
color: #4DA545;
}
.AnyTagClassName
{
color: #4DA545;
}
</style>
background-color css
<style>
a { background-color: #4DA545; }
a { background-color: rgb(77,165,69); }
div.DivClassName
{
background-color: #4DA545;
}
.BgClassName
{
background-color: #4DA545;
}
</style>
border-color css
<style>
span { border-color: #4DA545; }
span { border-color: rgb(77,165,69); }
td.TdClassName
{
border-color: #4DA545;
}
.TagClassName
{
border-color: #4DA545;
}
</style>