Shades of Fruit Salad #4DB849
Tints of Fruit Salad #4DB849
RGB
CMYK
RGB Variations
Color information
#4DB849 (or 0x4DB849) is known color: Fruit Salad. HEX triplet: 4D, B8 and 49. RGB value is (77,184,73). Sum of RGB (Red+Green+Blue) = 77+184+73=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB849 is #B247B6. Grayscale: #8B8B8B. Windows color (decimal): -11683767 or 4831309. OLE color: 4831309.
HSL color Cylindrical-coordinate representation of color #4DB849: hue angle of 117.84º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DB849 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 73 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.28 |
| HSL | 117.84º | 0.44% | 0.5% | - |
| HSV(B) | 117.84º | 0.6% | 0.72% | - |
| XYZ | 21.4 | 36.34 | 12.19 | - |
| YUV | 139.35 | 90.55 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 73 | 0.58 | 0 | 0.60 | 0.28 | 117.84 | 0.44 | 0.5 |
| Hex | 4D | B8 | 49 | 3A | 0 | 3C | 1C | 76 | 2C | 32 |
| Octal | 115 | 270 | 111 | 72 | 0 | 74 | 34 | 166 | 54 | 62 |
| Binary | 1001101 | 10111000 | 1001001 | 111010 | 0 | 111100 | 11100 | 1110110 | 101100 | 110010 |
Color Harmonies of #4DB849
Complementary color
Monochromatic Colors of #4DB849
Black with #4DB849
Text Example
Text Example
White with #4DB849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB849; }
p { color: rgb(77,184,73); }
H1.HeaderClassName
{
color: #4DB849;
}
.AnyTagClassName
{
color: #4DB849;
}
</style>
background-color css
<style>
a { background-color: #4DB849; }
a { background-color: rgb(77,184,73); }
div.DivClassName
{
background-color: #4DB849;
}
.BgClassName
{
background-color: #4DB849;
}
</style>
border-color css
<style>
span { border-color: #4DB849; }
span { border-color: rgb(77,184,73); }
td.TdClassName
{
border-color: #4DB849;
}
.TagClassName
{
border-color: #4DB849;
}
</style>