Shades of Fruit Salad #4DA343
Tints of Fruit Salad #4DA343
RGB
CMYK
RGB Variations
Color information
#4DA343 (or 0x4DA343) is known color: Fruit Salad. HEX triplet: 4D, A3 and 43. RGB value is (77,163,67). Sum of RGB (Red+Green+Blue) = 77+163+67=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA343 is #B25CBC. Grayscale: #7E7E7E. Windows color (decimal): -11689149 or 4432717. OLE color: 4432717.
HSL color Cylindrical-coordinate representation of color #4DA343: hue angle of 113.75º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DA343 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 163 | 67 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.36 |
| HSL | 113.75º | 0.42% | 0.45% | - |
| HSV(B) | 113.75º | 0.59% | 0.64% | - |
| XYZ | 17.17 | 28.18 | 9.84 | - |
| YUV | 126.34 | 94.51 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 67 | 0.53 | 0 | 0.59 | 0.36 | 113.75 | 0.42 | 0.45 |
| Hex | 4D | A3 | 43 | 35 | 0 | 3B | 24 | 72 | 2A | 2D |
| Octal | 115 | 243 | 103 | 65 | 0 | 73 | 44 | 162 | 52 | 55 |
| Binary | 1001101 | 10100011 | 1000011 | 110101 | 0 | 111011 | 100100 | 1110010 | 101010 | 101101 |
Color Harmonies of #4DA343
Complementary color
Monochromatic Colors of #4DA343
Black with #4DA343
Text Example
Text Example
White with #4DA343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA343; }
p { color: rgb(77,163,67); }
H1.HeaderClassName
{
color: #4DA343;
}
.AnyTagClassName
{
color: #4DA343;
}
</style>
background-color css
<style>
a { background-color: #4DA343; }
a { background-color: rgb(77,163,67); }
div.DivClassName
{
background-color: #4DA343;
}
.BgClassName
{
background-color: #4DA343;
}
</style>
border-color css
<style>
span { border-color: #4DA343; }
span { border-color: rgb(77,163,67); }
td.TdClassName
{
border-color: #4DA343;
}
.TagClassName
{
border-color: #4DA343;
}
</style>