#50AB4B

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

Shades of Fruit Salad #50AB4B

Tints of Fruit Salad #50AB4B

Color information

#50AB4B (or 0x50AB4B) is unknown color: approx Fruit Salad. HEX triplet: 50, AB and 4B. RGB value is (80,171,75). Sum of RGB (Red+Green+Blue) = 80+171+75=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB4B is #AF54B4. Grayscale: #858585. Windows color (decimal): -11490485 or 4959056. OLE color: 4959056.

HSL color Cylindrical-coordinate representation of color #50AB4B: hue angle of 116.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50AB4B is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB8017175-
CMYK0.5300.560.33
HSL116.88º39.02%48.24%-
HSV(B)116.88º56.14%67.06%-
XYZ19.1431.3411.7-
YUV132.8595.3590.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 171 (67.19% from 255) = 52.45%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=24.54%
G=52.45%
B=23.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80171750.5300.560.33116.8839.0248.24
Hex50AB4B3503821752730
Octal12025311365070411654760
Binary101000010101011100101111010101110001000011110101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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