Shades of Fruit Salad #50C14D
Tints of Fruit Salad #50C14D
RGB
CMYK
RGB Variations
Color information
#50C14D (or 0x50C14D) is known color: Fruit Salad. HEX triplet: 50, C1 and 4D. RGB value is (80,193,77). Sum of RGB (Red+Green+Blue) = 80+193+77=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #50C14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C14D is #AF3EB2. Grayscale: #929292. Windows color (decimal): -11484851 or 5095760. OLE color: 5095760.
HSL color Cylindrical-coordinate representation of color #50C14D: hue angle of 118.45º 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 #50C14D is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 193 | 77 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.24 |
| HSL | 118.45º | 0.48% | 0.53% | - |
| HSV(B) | 118.45º | 0.6% | 0.76% | - |
| XYZ | 23.72 | 40.38 | 13.57 | - |
| YUV | 145.99 | 89.06 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 193 | 77 | 0.59 | 0 | 0.60 | 0.24 | 118.45 | 0.48 | 0.53 |
| Hex | 50 | C1 | 4D | 3B | 0 | 3C | 18 | 76 | 30 | 35 |
| Octal | 120 | 301 | 115 | 73 | 0 | 74 | 30 | 166 | 60 | 65 |
| Binary | 1010000 | 11000001 | 1001101 | 111011 | 0 | 111100 | 11000 | 1110110 | 110000 | 110101 |
Color Harmonies of #50C14D
Complementary color
Monochromatic Colors of #50C14D
Black with #50C14D
Text Example
Text Example
White with #50C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C14D; }
p { color: rgb(80,193,77); }
H1.HeaderClassName
{
color: #50C14D;
}
.AnyTagClassName
{
color: #50C14D;
}
</style>
background-color css
<style>
a { background-color: #50C14D; }
a { background-color: rgb(80,193,77); }
div.DivClassName
{
background-color: #50C14D;
}
.BgClassName
{
background-color: #50C14D;
}
</style>
border-color css
<style>
span { border-color: #50C14D; }
span { border-color: rgb(80,193,77); }
td.TdClassName
{
border-color: #50C14D;
}
.TagClassName
{
border-color: #50C14D;
}
</style>