Shades of Fruit Salad #4DC053
Tints of Fruit Salad #4DC053
RGB
CMYK
RGB Variations
Color information
#4DC053 (or 0x4DC053) is known color: Fruit Salad. HEX triplet: 4D, C0 and 53. RGB value is (77,192,83). Sum of RGB (Red+Green+Blue) = 77+192+83=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC053 is #B23FAC. Grayscale: #919191. Windows color (decimal): -11681709 or 5488717. OLE color: 5488717.
HSL color Cylindrical-coordinate representation of color #4DC053: hue angle of 123.13º 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 #4DC053 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 83 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.25 |
| HSL | 123.13º | 0.48% | 0.53% | - |
| HSV(B) | 123.13º | 0.6% | 0.75% | - |
| XYZ | 23.47 | 39.9 | 14.65 | - |
| YUV | 145.19 | 92.9 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 83 | 0.60 | 0 | 0.57 | 0.25 | 123.13 | 0.48 | 0.53 |
| Hex | 4D | C0 | 53 | 3C | 0 | 39 | 19 | 7B | 30 | 35 |
| Octal | 115 | 300 | 123 | 74 | 0 | 71 | 31 | 173 | 60 | 65 |
| Binary | 1001101 | 11000000 | 1010011 | 111100 | 0 | 111001 | 11001 | 1111011 | 110000 | 110101 |
Color Harmonies of #4DC053
Complementary color
Monochromatic Colors of #4DC053
Black with #4DC053
Text Example
Text Example
White with #4DC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC053; }
p { color: rgb(77,192,83); }
H1.HeaderClassName
{
color: #4DC053;
}
.AnyTagClassName
{
color: #4DC053;
}
</style>
background-color css
<style>
a { background-color: #4DC053; }
a { background-color: rgb(77,192,83); }
div.DivClassName
{
background-color: #4DC053;
}
.BgClassName
{
background-color: #4DC053;
}
</style>
border-color css
<style>
span { border-color: #4DC053; }
span { border-color: rgb(77,192,83); }
td.TdClassName
{
border-color: #4DC053;
}
.TagClassName
{
border-color: #4DC053;
}
</style>