#50A64D

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

Shades of Fruit Salad #50A64D

Tints of Fruit Salad #50A64D

Color information

#50A64D (or 0x50A64D) is unknown color: approx Fruit Salad. HEX triplet: 50, A6 and 4D. RGB value is (80,166,77). Sum of RGB (Red+Green+Blue) = 80+166+77=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #50A64D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A64D is #AF59B2. Grayscale: #828282. Windows color (decimal): -11491763 or 5088848. OLE color: 5088848.

HSL color Cylindrical-coordinate representation of color #50A64D: hue angle of 117.98º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50A64D is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB8016677-
CMYK0.5200.540.35
HSL117.98º36.63%47.65%-
HSV(B)117.98º53.61%65.1%-
XYZ18.2829.5111.75-
YUV130.1498.0192.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 166 (65.23% from 255) = 51.39%
BLUE value IS 77 (30.47% from 255) = 23.84%
R=24.77%
G=51.39%
B=23.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80166770.5200.540.35117.9836.6347.65
Hex50A64D3403623762530
Octal12024611564066431664560
Binary101000010100110100110111010001101101000111110110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,166,77); }

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

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

 a { background-color: rgb(80,166,77); }

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

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

 span { border-color: rgb(80,166,77); }

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