Shades of Fruit Salad #4DC059
Tints of Fruit Salad #4DC059
RGB
CMYK
RGB Variations
Color information
#4DC059 (or 0x4DC059) is known color: Fruit Salad. HEX triplet: 4D, C0 and 59. RGB value is (77,192,89). Sum of RGB (Red+Green+Blue) = 77+192+89=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC059 is #B23FA6. Grayscale: #929292. Windows color (decimal): -11681703 or 5881933. OLE color: 5881933.
HSL color Cylindrical-coordinate representation of color #4DC059: hue angle of 126.26º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC059 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 89 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.25 |
| HSL | 126.26º | 0.48% | 0.53% | - |
| HSV(B) | 126.26º | 0.6% | 0.75% | - |
| XYZ | 23.71 | 40 | 15.92 | - |
| YUV | 145.87 | 95.9 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 89 | 0.60 | 0 | 0.54 | 0.25 | 126.26 | 0.48 | 0.53 |
| Hex | 4D | C0 | 59 | 3C | 0 | 36 | 19 | 7E | 30 | 35 |
| Octal | 115 | 300 | 131 | 74 | 0 | 66 | 31 | 176 | 60 | 65 |
| Binary | 1001101 | 11000000 | 1011001 | 111100 | 0 | 110110 | 11001 | 1111110 | 110000 | 110101 |
Color Harmonies of #4DC059
Complementary color
Monochromatic Colors of #4DC059
Black with #4DC059
Text Example
Text Example
White with #4DC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC059; }
p { color: rgb(77,192,89); }
H1.HeaderClassName
{
color: #4DC059;
}
.AnyTagClassName
{
color: #4DC059;
}
</style>
background-color css
<style>
a { background-color: #4DC059; }
a { background-color: rgb(77,192,89); }
div.DivClassName
{
background-color: #4DC059;
}
.BgClassName
{
background-color: #4DC059;
}
</style>
border-color css
<style>
span { border-color: #4DC059; }
span { border-color: rgb(77,192,89); }
td.TdClassName
{
border-color: #4DC059;
}
.TagClassName
{
border-color: #4DC059;
}
</style>