#50c04e

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

Shades of Fruit Salad #50C04E

Tints of Fruit Salad #50C04E

Color information

#50C04E (or 0x50C04E) is unknown color: approx Fruit Salad. HEX triplet: 50, C0 and 4E. RGB value is (80,192,78). Sum of RGB (Red+Green+Blue) = 80+192+78=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #50C04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C04E is #AF3FB1. Grayscale: #919191. Windows color (decimal): -11485106 or 5161040. OLE color: 5161040.

HSL color Cylindrical-coordinate representation of color #50C04E: hue angle of 118.95º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C04E is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB8019278-
CMYK0.5800.590.25
HSL118.95º47.5%52.94%-
HSV(B)118.95º59.38%75.29%-
XYZ23.5339.9513.68-
YUV145.5289.8981.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 192 (75.39% from 255) = 54.86%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=22.86%
G=54.86%
B=22.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80192780.5800.590.25118.9547.552.94
Hex50C04E3A03B19773035
Octal12030011672073311676065
Binary10100001100000010011101110100111011110011110111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50c04e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50c04e; }

 p { color: rgb(80,192,78); }

 H1.HeaderClassName
 {
   color: #50c04e;
 }
 .AnyTagClassName
 {
   color: #50c04e;
 }
</style>
background-color css

<style>
 a { background-color: #50c04e; }

 a { background-color: rgb(80,192,78); }

 div.DivClassName
 {
   background-color: #50c04e;
 }
 .BgClassName
 {
   background-color: #50c04e;
 }
</style>
border-color css

<style>
 span { border-color: #50c04e; }

 span { border-color: rgb(80,192,78); }

 td.TdClassName
 {
   border-color: #50c04e;
 }
 .TagClassName
 {
   border-color: #50c04e;
 }
</style>