Shades of Fruit Salad #4DAD43
Tints of Fruit Salad #4DAD43
RGB
CMYK
RGB Variations
Color information
#4DAD43 (or 0x4DAD43) is known color: Fruit Salad. HEX triplet: 4D, AD and 43. RGB value is (77,173,67). Sum of RGB (Red+Green+Blue) = 77+173+67=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAD43 is #B252BC. Grayscale: #848484. Windows color (decimal): -11686589 or 4435277. OLE color: 4435277.
HSL color Cylindrical-coordinate representation of color #4DAD43: hue angle of 114.34º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DAD43 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 67 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.32 |
| HSL | 114.34º | 0.44% | 0.47% | - |
| HSV(B) | 114.34º | 0.61% | 0.68% | - |
| XYZ | 19.02 | 31.87 | 10.46 | - |
| YUV | 132.21 | 91.2 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 67 | 0.55 | 0 | 0.61 | 0.32 | 114.34 | 0.44 | 0.47 |
| Hex | 4D | AD | 43 | 37 | 0 | 3D | 20 | 72 | 2C | 2F |
| Octal | 115 | 255 | 103 | 67 | 0 | 75 | 40 | 162 | 54 | 57 |
| Binary | 1001101 | 10101101 | 1000011 | 110111 | 0 | 111101 | 100000 | 1110010 | 101100 | 101111 |
Color Harmonies of #4DAD43
Complementary color
Monochromatic Colors of #4DAD43
Black with #4DAD43
Text Example
Text Example
White with #4DAD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD43; }
p { color: rgb(77,173,67); }
H1.HeaderClassName
{
color: #4DAD43;
}
.AnyTagClassName
{
color: #4DAD43;
}
</style>
background-color css
<style>
a { background-color: #4DAD43; }
a { background-color: rgb(77,173,67); }
div.DivClassName
{
background-color: #4DAD43;
}
.BgClassName
{
background-color: #4DAD43;
}
</style>
border-color css
<style>
span { border-color: #4DAD43; }
span { border-color: rgb(77,173,67); }
td.TdClassName
{
border-color: #4DAD43;
}
.TagClassName
{
border-color: #4DAD43;
}
</style>