#50C14D

Color #50C14D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #50C14D

Tints of Fruit Salad #50C14D

Color information

#50C14D (or 0x50C14D) is unknown color: approx 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

RGB8019377-
CMYK0.5900.600.24
HSL118.45º48.33%52.94%-
HSV(B)118.45º60.1%75.69%-
XYZ23.7240.3813.57-
YUV145.9989.0680.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 193 (75.78% from 255) = 55.14%
BLUE value IS 77 (30.47% from 255) = 22%
R=22.86%
G=55.14%
B=22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80193770.5900.600.24118.4548.3352.94
Hex50C14D3B03C18763035
Octal12030111573074301666065
Binary10100001100000110011011110110111100110001110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>