#50AC4C

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

Shades of Fruit Salad #50AC4C

Tints of Fruit Salad #50AC4C

Color information

#50AC4C (or 0x50AC4C) is unknown color: approx Fruit Salad. HEX triplet: 50, AC and 4C. RGB value is (80,172,76). Sum of RGB (Red+Green+Blue) = 80+172+76=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AC4C is #AF53B3. Grayscale: #858585. Windows color (decimal): -11490228 or 5024848. OLE color: 5024848.

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

Color convert

RGB8017276-
CMYK0.5300.560.33
HSL117.5º38.71%48.63%-
HSV(B)117.5º55.81%67.45%-
XYZ19.3731.7311.94-
YUV133.5595.5289.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 172 (67.58% from 255) = 52.44%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=24.39%
G=52.44%
B=23.17%

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
Decimal80172760.5300.560.33117.538.7148.63
Hex50AC4C3503821762731
Octal12025411465070411664761
Binary101000010101100100110011010101110001000011110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,172,76); }

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

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

 a { background-color: rgb(80,172,76); }

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

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

 span { border-color: rgb(80,172,76); }

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