#50A442

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

Shades of Fruit Salad #50A442

Tints of Fruit Salad #50A442

Color information

#50A442 (or 0x50A442) is unknown color: approx Fruit Salad. HEX triplet: 50, A4 and 42. RGB value is (80,164,66). Sum of RGB (Red+Green+Blue) = 80+164+66=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #50A442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A442 is #AF5BBD. Grayscale: #808080. Windows color (decimal): -11492286 or 4367440. OLE color: 4367440.

HSL color Cylindrical-coordinate representation of color #50A442: hue angle of 111.43º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50A442 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB8016466-
CMYK0.5100.600.36
HSL111.43º42.61%45.1%-
HSV(B)111.43º59.76%64.31%-
XYZ17.5728.659.76-
YUV127.7193.1793.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 164 (64.45% from 255) = 52.90%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=25.81%
G=52.90%
B=21.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80164660.5100.600.36111.4342.6145.1
Hex50A4423303C246f2b2d
Octal12024410263074441575355
Binary101000010100100100001011001101111001001001101111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,164,66); }

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

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

 a { background-color: rgb(80,164,66); }

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

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

 span { border-color: rgb(80,164,66); }

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