Shades of Fruit Salad #4DAD4C
Tints of Fruit Salad #4DAD4C
RGB
CMYK
RGB Variations
Color information
#4DAD4C (or 0x4DAD4C) is known color: Fruit Salad. HEX triplet: 4D, AD and 4C. RGB value is (77,173,76). Sum of RGB (Red+Green+Blue) = 77+173+76=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAD4C is #B252B3. Grayscale: #858585. Windows color (decimal): -11686580 or 5025101. OLE color: 5025101.
HSL color Cylindrical-coordinate representation of color #4DAD4C: hue angle of 119.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAD4C is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 76 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.32 |
| HSL | 119.38º | 0.39% | 0.49% | - |
| HSV(B) | 119.38º | 0.56% | 0.68% | - |
| XYZ | 19.31 | 31.99 | 11.99 | - |
| YUV | 133.24 | 95.7 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 76 | 0.55 | 0 | 0.56 | 0.32 | 119.38 | 0.39 | 0.49 |
| Hex | 4D | AD | 4C | 37 | 0 | 38 | 20 | 77 | 27 | 31 |
| Octal | 115 | 255 | 114 | 67 | 0 | 70 | 40 | 167 | 47 | 61 |
| Binary | 1001101 | 10101101 | 1001100 | 110111 | 0 | 111000 | 100000 | 1110111 | 100111 | 110001 |
Color Harmonies of #4DAD4C
Complementary color
Monochromatic Colors of #4DAD4C
Black with #4DAD4C
Text Example
Text Example
White with #4DAD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD4C; }
p { color: rgb(77,173,76); }
H1.HeaderClassName
{
color: #4DAD4C;
}
.AnyTagClassName
{
color: #4DAD4C;
}
</style>
background-color css
<style>
a { background-color: #4DAD4C; }
a { background-color: rgb(77,173,76); }
div.DivClassName
{
background-color: #4DAD4C;
}
.BgClassName
{
background-color: #4DAD4C;
}
</style>
border-color css
<style>
span { border-color: #4DAD4C; }
span { border-color: rgb(77,173,76); }
td.TdClassName
{
border-color: #4DAD4C;
}
.TagClassName
{
border-color: #4DAD4C;
}
</style>