#50AE46

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

Shades of Fruit Salad #50AE46

Tints of Fruit Salad #50AE46

Color information

#50AE46 (or 0x50AE46) is unknown color: approx Fruit Salad. HEX triplet: 50, AE and 46. RGB value is (80,174,70). Sum of RGB (Red+Green+Blue) = 80+174+70=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AE46 is #AF51B9. Grayscale: #868686. Windows color (decimal): -11489722 or 4632144. OLE color: 4632144.

HSL color Cylindrical-coordinate representation of color #50AE46: hue angle of 114.23º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50AE46 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB8017470-
CMYK0.5400.600.32
HSL114.23º42.62%47.84%-
HSV(B)114.23º59.77%68.24%-
XYZ19.5532.4211.02-
YUV134.0491.8689.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 174 (68.36% from 255) = 53.70%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=24.69%
G=53.70%
B=21.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80174700.5400.600.32114.2342.6247.84
Hex50AE463603C20722b30
Octal12025610666074401625360
Binary101000010101110100011011011001111001000001110010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,174,70); }

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

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

 a { background-color: rgb(80,174,70); }

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

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

 span { border-color: rgb(80,174,70); }

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