#50AB45

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

Shades of Fruit Salad #50AB45

Tints of Fruit Salad #50AB45

Color information

#50AB45 (or 0x50AB45) is unknown color: approx Fruit Salad. HEX triplet: 50, AB and 45. RGB value is (80,171,69). Sum of RGB (Red+Green+Blue) = 80+171+69=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB45 is #AF54BA. Grayscale: #848484. Windows color (decimal): -11490491 or 4565840. OLE color: 4565840.

HSL color Cylindrical-coordinate representation of color #50AB45: hue angle of 113.53º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50AB45 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB8017169-
CMYK0.5300.600.33
HSL113.53º42.5%47.06%-
HSV(B)113.53º59.65%67.06%-
XYZ18.9531.2610.67-
YUV132.1692.3590.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 171 (67.19% from 255) = 53.44%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=25%
G=53.44%
B=21.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80171690.5300.600.33113.5342.547.06
Hex50AB453503C21722a2f
Octal12025310565074411625257
Binary101000010101011100010111010101111001000011110010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,171,69); }

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

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

 a { background-color: rgb(80,171,69); }

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

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

 span { border-color: rgb(80,171,69); }

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