#50AD4A

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

Shades of Fruit Salad #50AD4A

Tints of Fruit Salad #50AD4A

Color information

#50AD4A (or 0x50AD4A) is unknown color: approx Fruit Salad. HEX triplet: 50, AD and 4A. RGB value is (80,173,74). Sum of RGB (Red+Green+Blue) = 80+173+74=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AD4A is #AF52B5. Grayscale: #868686. Windows color (decimal): -11489974 or 4894032. OLE color: 4894032.

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

Color convert

RGB8017374-
CMYK0.5400.570.32
HSL116.36º40.08%48.43%-
HSV(B)116.36º57.23%67.84%-
XYZ19.4932.0911.64-
YUV133.9194.1989.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 173 (67.97% from 255) = 52.91%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=24.46%
G=52.91%
B=22.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80173740.5400.570.32116.3640.0848.43
Hex50AD4A3603920742830
Octal12025511266071401645060
Binary101000010101101100101011011001110011000001110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,173,74); }

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

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

 a { background-color: rgb(80,173,74); }

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

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

 span { border-color: rgb(80,173,74); }

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