Shades of Fruit Salad #4DAD42
Tints of Fruit Salad #4DAD42
RGB
CMYK
RGB Variations
Color information
#4DAD42 (or 0x4DAD42) is known color: Fruit Salad. HEX triplet: 4D, AD and 42. RGB value is (77,173,66). Sum of RGB (Red+Green+Blue) = 77+173+66=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAD42 is #B252BD. Grayscale: #848484. Windows color (decimal): -11686590 or 4369741. OLE color: 4369741.
HSL color Cylindrical-coordinate representation of color #4DAD42: hue angle of 113.83º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DAD42 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 66 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.32 |
| HSL | 113.83º | 0.45% | 0.47% | - |
| HSV(B) | 113.83º | 0.62% | 0.68% | - |
| XYZ | 18.99 | 31.86 | 10.3 | - |
| YUV | 132.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 66 | 0.55 | 0 | 0.62 | 0.32 | 113.83 | 0.45 | 0.47 |
| Hex | 4D | AD | 42 | 37 | 0 | 3E | 20 | 72 | 2D | 2F |
| Octal | 115 | 255 | 102 | 67 | 0 | 76 | 40 | 162 | 55 | 57 |
| Binary | 1001101 | 10101101 | 1000010 | 110111 | 0 | 111110 | 100000 | 1110010 | 101101 | 101111 |
Color Harmonies of #4DAD42
Complementary color
Monochromatic Colors of #4DAD42
Black with #4DAD42
Text Example
Text Example
White with #4DAD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD42; }
p { color: rgb(77,173,66); }
H1.HeaderClassName
{
color: #4DAD42;
}
.AnyTagClassName
{
color: #4DAD42;
}
</style>
background-color css
<style>
a { background-color: #4DAD42; }
a { background-color: rgb(77,173,66); }
div.DivClassName
{
background-color: #4DAD42;
}
.BgClassName
{
background-color: #4DAD42;
}
</style>
border-color css
<style>
span { border-color: #4DAD42; }
span { border-color: rgb(77,173,66); }
td.TdClassName
{
border-color: #4DAD42;
}
.TagClassName
{
border-color: #4DAD42;
}
</style>