#50B64D

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

Shades of Fruit Salad #50B64D

Tints of Fruit Salad #50B64D

Color information

#50B64D (or 0x50B64D) is unknown color: approx Fruit Salad. HEX triplet: 50, B6 and 4D. RGB value is (80,182,77). Sum of RGB (Red+Green+Blue) = 80+182+77=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #50B64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B64D is #AF49B2. Grayscale: #8B8B8B. Windows color (decimal): -11487667 or 5092944. OLE color: 5092944.

HSL color Cylindrical-coordinate representation of color #50B64D: hue angle of 118.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50B64D is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB8018277-
CMYK0.5600.580.29
HSL118.29º41.83%50.78%-
HSV(B)118.29º57.69%71.37%-
XYZ21.3835.712.78-
YUV139.5392.7185.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 182 (71.48% from 255) = 53.69%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=23.60%
G=53.69%
B=22.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80182770.5600.580.29118.2941.8350.78
Hex50B64D3803A1D762a33
Octal12026611570072351665263
Binary10100001011011010011011110000111010111011110110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,182,77); }

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

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

 a { background-color: rgb(80,182,77); }

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

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

 span { border-color: rgb(80,182,77); }

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