Shades of Fruit Salad #4DC150
Tints of Fruit Salad #4DC150
RGB
CMYK
RGB Variations
Color information
#4DC150 (or 0x4DC150) is known color: Fruit Salad. HEX triplet: 4D, C1 and 50. RGB value is (77,193,80). Sum of RGB (Red+Green+Blue) = 77+193+80=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC150 is #B23EAF. Grayscale: #919191. Windows color (decimal): -11681456 or 5292365. OLE color: 5292365.
HSL color Cylindrical-coordinate representation of color #4DC150: hue angle of 121.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC150 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 80 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.24 |
| HSL | 121.55º | 0.48% | 0.53% | - |
| HSV(B) | 121.55º | 0.6% | 0.76% | - |
| XYZ | 23.58 | 40.3 | 14.12 | - |
| YUV | 145.43 | 91.07 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 80 | 0.60 | 0 | 0.59 | 0.24 | 121.55 | 0.48 | 0.53 |
| Hex | 4D | C1 | 50 | 3C | 0 | 3B | 18 | 7A | 30 | 35 |
| Octal | 115 | 301 | 120 | 74 | 0 | 73 | 30 | 172 | 60 | 65 |
| Binary | 1001101 | 11000001 | 1010000 | 111100 | 0 | 111011 | 11000 | 1111010 | 110000 | 110101 |
Color Harmonies of #4DC150
Complementary color
Monochromatic Colors of #4DC150
Black with #4DC150
Text Example
Text Example
White with #4DC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC150; }
p { color: rgb(77,193,80); }
H1.HeaderClassName
{
color: #4DC150;
}
.AnyTagClassName
{
color: #4DC150;
}
</style>
background-color css
<style>
a { background-color: #4DC150; }
a { background-color: rgb(77,193,80); }
div.DivClassName
{
background-color: #4DC150;
}
.BgClassName
{
background-color: #4DC150;
}
</style>
border-color css
<style>
span { border-color: #4DC150; }
span { border-color: rgb(77,193,80); }
td.TdClassName
{
border-color: #4DC150;
}
.TagClassName
{
border-color: #4DC150;
}
</style>