Shades of Fruit Salad #4DC057
Tints of Fruit Salad #4DC057
RGB
CMYK
RGB Variations
Color information
#4DC057 (or 0x4DC057) is known color: Fruit Salad. HEX triplet: 4D, C0 and 57. RGB value is (77,192,87). Sum of RGB (Red+Green+Blue) = 77+192+87=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC057 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC057 is #B23FA8. Grayscale: #919191. Windows color (decimal): -11681705 or 5750861. OLE color: 5750861.
HSL color Cylindrical-coordinate representation of color #4DC057: hue angle of 125.22º 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 #4DC057 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 87 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.25 |
| HSL | 125.22º | 0.48% | 0.53% | - |
| HSV(B) | 125.22º | 0.6% | 0.75% | - |
| XYZ | 23.63 | 39.97 | 15.49 | - |
| YUV | 145.65 | 94.9 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 87 | 0.60 | 0 | 0.55 | 0.25 | 125.22 | 0.48 | 0.53 |
| Hex | 4D | C0 | 57 | 3C | 0 | 37 | 19 | 7D | 30 | 35 |
| Octal | 115 | 300 | 127 | 74 | 0 | 67 | 31 | 175 | 60 | 65 |
| Binary | 1001101 | 11000000 | 1010111 | 111100 | 0 | 110111 | 11001 | 1111101 | 110000 | 110101 |
Color Harmonies of #4DC057
Complementary color
Monochromatic Colors of #4DC057
Black with #4DC057
Text Example
Text Example
White with #4DC057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC057; }
p { color: rgb(77,192,87); }
H1.HeaderClassName
{
color: #4DC057;
}
.AnyTagClassName
{
color: #4DC057;
}
</style>
background-color css
<style>
a { background-color: #4DC057; }
a { background-color: rgb(77,192,87); }
div.DivClassName
{
background-color: #4DC057;
}
.BgClassName
{
background-color: #4DC057;
}
</style>
border-color css
<style>
span { border-color: #4DC057; }
span { border-color: rgb(77,192,87); }
td.TdClassName
{
border-color: #4DC057;
}
.TagClassName
{
border-color: #4DC057;
}
</style>