Shades of Fruit Salad #4DA043
Tints of Fruit Salad #4DA043
RGB
CMYK
RGB Variations
Color information
#4DA043 (or 0x4DA043) is known color: Fruit Salad. HEX triplet: 4D, A0 and 43. RGB value is (77,160,67). Sum of RGB (Red+Green+Blue) = 77+160+67=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA043 is #B25FBC. Grayscale: #7C7C7C. Windows color (decimal): -11689917 or 4431949. OLE color: 4431949.
HSL color Cylindrical-coordinate representation of color #4DA043: hue angle of 113.55º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DA043 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 160 | 67 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.37 |
| HSL | 113.55º | 0.41% | 0.45% | - |
| HSV(B) | 113.55º | 0.58% | 0.63% | - |
| XYZ | 16.64 | 27.12 | 9.67 | - |
| YUV | 124.58 | 95.5 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 67 | 0.52 | 0 | 0.58 | 0.37 | 113.55 | 0.41 | 0.45 |
| Hex | 4D | A0 | 43 | 34 | 0 | 3A | 25 | 72 | 29 | 2D |
| Octal | 115 | 240 | 103 | 64 | 0 | 72 | 45 | 162 | 51 | 55 |
| Binary | 1001101 | 10100000 | 1000011 | 110100 | 0 | 111010 | 100101 | 1110010 | 101001 | 101101 |
Color Harmonies of #4DA043
Complementary color
Monochromatic Colors of #4DA043
Black with #4DA043
Text Example
Text Example
White with #4DA043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA043; }
p { color: rgb(77,160,67); }
H1.HeaderClassName
{
color: #4DA043;
}
.AnyTagClassName
{
color: #4DA043;
}
</style>
background-color css
<style>
a { background-color: #4DA043; }
a { background-color: rgb(77,160,67); }
div.DivClassName
{
background-color: #4DA043;
}
.BgClassName
{
background-color: #4DA043;
}
</style>
border-color css
<style>
span { border-color: #4DA043; }
span { border-color: rgb(77,160,67); }
td.TdClassName
{
border-color: #4DA043;
}
.TagClassName
{
border-color: #4DA043;
}
</style>