Shades of Fruit Salad #4DAD51
Tints of Fruit Salad #4DAD51
RGB
CMYK
RGB Variations
Color information
#4DAD51 (or 0x4DAD51) is known color: Fruit Salad. HEX triplet: 4D, AD and 51. RGB value is (77,173,81). Sum of RGB (Red+Green+Blue) = 77+173+81=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD51 is #B252AE. Grayscale: #868686. Windows color (decimal): -11686575 or 5352781. OLE color: 5352781.
HSL color Cylindrical-coordinate representation of color #4DAD51: hue angle of 122.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD51 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 81 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.32 |
| HSL | 122.5º | 0.38% | 0.49% | - |
| HSV(B) | 122.5º | 0.55% | 0.68% | - |
| XYZ | 19.49 | 32.06 | 12.95 | - |
| YUV | 133.81 | 98.2 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 81 | 0.55 | 0 | 0.53 | 0.32 | 122.5 | 0.38 | 0.49 |
| Hex | 4D | AD | 51 | 37 | 0 | 35 | 20 | 7B | 26 | 31 |
| Octal | 115 | 255 | 121 | 67 | 0 | 65 | 40 | 173 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1010001 | 110111 | 0 | 110101 | 100000 | 1111011 | 100110 | 110001 |
Color Harmonies of #4DAD51
Complementary color
Monochromatic Colors of #4DAD51
Black with #4DAD51
Text Example
Text Example
White with #4DAD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD51; }
p { color: rgb(77,173,81); }
H1.HeaderClassName
{
color: #4DAD51;
}
.AnyTagClassName
{
color: #4DAD51;
}
</style>
background-color css
<style>
a { background-color: #4DAD51; }
a { background-color: rgb(77,173,81); }
div.DivClassName
{
background-color: #4DAD51;
}
.BgClassName
{
background-color: #4DAD51;
}
</style>
border-color css
<style>
span { border-color: #4DAD51; }
span { border-color: rgb(77,173,81); }
td.TdClassName
{
border-color: #4DAD51;
}
.TagClassName
{
border-color: #4DAD51;
}
</style>