Shades of Fruit Salad #4DB060
Tints of Fruit Salad #4DB060
RGB
CMYK
RGB Variations
Color information
#4DB060 (or 0x4DB060) is known color: Fruit Salad. HEX triplet: 4D, B0 and 60. RGB value is (77,176,96). Sum of RGB (Red+Green+Blue) = 77+176+96=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB060 is #B24F9F. Grayscale: #898989. Windows color (decimal): -11685792 or 6336589. OLE color: 6336589.
HSL color Cylindrical-coordinate representation of color #4DB060: hue angle of 131.52º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB060 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 96 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.31 |
| HSL | 131.52º | 0.39% | 0.5% | - |
| HSV(B) | 131.52º | 0.56% | 0.69% | - |
| XYZ | 20.7 | 33.47 | 16.44 | - |
| YUV | 137.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 96 | 0.56 | 0 | 0.45 | 0.31 | 131.52 | 0.39 | 0.5 |
| Hex | 4D | B0 | 60 | 38 | 0 | 2D | 1F | 84 | 27 | 32 |
| Octal | 115 | 260 | 140 | 70 | 0 | 55 | 37 | 204 | 47 | 62 |
| Binary | 1001101 | 10110000 | 1100000 | 111000 | 0 | 101101 | 11111 | 10000100 | 100111 | 110010 |
Color Harmonies of #4DB060
Complementary color
Monochromatic Colors of #4DB060
Black with #4DB060
Text Example
Text Example
White with #4DB060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB060; }
p { color: rgb(77,176,96); }
H1.HeaderClassName
{
color: #4DB060;
}
.AnyTagClassName
{
color: #4DB060;
}
</style>
background-color css
<style>
a { background-color: #4DB060; }
a { background-color: rgb(77,176,96); }
div.DivClassName
{
background-color: #4DB060;
}
.BgClassName
{
background-color: #4DB060;
}
</style>
border-color css
<style>
span { border-color: #4DB060; }
span { border-color: rgb(77,176,96); }
td.TdClassName
{
border-color: #4DB060;
}
.TagClassName
{
border-color: #4DB060;
}
</style>