Shades of Fruit Salad #4DB549
Tints of Fruit Salad #4DB549
RGB
CMYK
RGB Variations
Color information
#4DB549 (or 0x4DB549) is known color: Fruit Salad. HEX triplet: 4D, B5 and 49. RGB value is (77,181,73). Sum of RGB (Red+Green+Blue) = 77+181+73=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB549 is #B24AB6. Grayscale: #898989. Windows color (decimal): -11684535 or 4830541. OLE color: 4830541.
HSL color Cylindrical-coordinate representation of color #4DB549: hue angle of 117.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DB549 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 73 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.29 |
| HSL | 117.78º | 0.43% | 0.5% | - |
| HSV(B) | 117.78º | 0.6% | 0.71% | - |
| XYZ | 20.79 | 35.11 | 11.98 | - |
| YUV | 137.59 | 91.54 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 73 | 0.57 | 0 | 0.60 | 0.29 | 117.78 | 0.43 | 0.5 |
| Hex | 4D | B5 | 49 | 39 | 0 | 3C | 1D | 76 | 2B | 32 |
| Octal | 115 | 265 | 111 | 71 | 0 | 74 | 35 | 166 | 53 | 62 |
| Binary | 1001101 | 10110101 | 1001001 | 111001 | 0 | 111100 | 11101 | 1110110 | 101011 | 110010 |
Color Harmonies of #4DB549
Complementary color
Monochromatic Colors of #4DB549
Black with #4DB549
Text Example
Text Example
White with #4DB549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB549; }
p { color: rgb(77,181,73); }
H1.HeaderClassName
{
color: #4DB549;
}
.AnyTagClassName
{
color: #4DB549;
}
</style>
background-color css
<style>
a { background-color: #4DB549; }
a { background-color: rgb(77,181,73); }
div.DivClassName
{
background-color: #4DB549;
}
.BgClassName
{
background-color: #4DB549;
}
</style>
border-color css
<style>
span { border-color: #4DB549; }
span { border-color: rgb(77,181,73); }
td.TdClassName
{
border-color: #4DB549;
}
.TagClassName
{
border-color: #4DB549;
}
</style>