Shades of Fruit Salad #4DA845
Tints of Fruit Salad #4DA845
RGB
CMYK
RGB Variations
Color information
#4DA845 (or 0x4DA845) is known color: Fruit Salad. HEX triplet: 4D, A8 and 45. RGB value is (77,168,69). Sum of RGB (Red+Green+Blue) = 77+168+69=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 168 (66.02% from 255 or 53.50% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA845 is #B257BA. Grayscale: #818181. Windows color (decimal): -11687867 or 4565069. OLE color: 4565069.
HSL color Cylindrical-coordinate representation of color #4DA845: hue angle of 115.15º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DA845 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 168 | 69 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.34 |
| HSL | 115.15º | 0.42% | 0.46% | - |
| HSV(B) | 115.15º | 0.59% | 0.66% | - |
| XYZ | 18.14 | 30.01 | 10.47 | - |
| YUV | 129.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 69 | 0.54 | 0 | 0.59 | 0.34 | 115.15 | 0.42 | 0.46 |
| Hex | 4D | A8 | 45 | 36 | 0 | 3B | 22 | 73 | 2A | 2E |
| Octal | 115 | 250 | 105 | 66 | 0 | 73 | 42 | 163 | 52 | 56 |
| Binary | 1001101 | 10101000 | 1000101 | 110110 | 0 | 111011 | 100010 | 1110011 | 101010 | 101110 |
Color Harmonies of #4DA845
Complementary color
Monochromatic Colors of #4DA845
Black with #4DA845
Text Example
Text Example
White with #4DA845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA845; }
p { color: rgb(77,168,69); }
H1.HeaderClassName
{
color: #4DA845;
}
.AnyTagClassName
{
color: #4DA845;
}
</style>
background-color css
<style>
a { background-color: #4DA845; }
a { background-color: rgb(77,168,69); }
div.DivClassName
{
background-color: #4DA845;
}
.BgClassName
{
background-color: #4DA845;
}
</style>
border-color css
<style>
span { border-color: #4DA845; }
span { border-color: rgb(77,168,69); }
td.TdClassName
{
border-color: #4DA845;
}
.TagClassName
{
border-color: #4DA845;
}
</style>