#50A647

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

Shades of Fruit Salad #50A647

Tints of Fruit Salad #50A647

Color information

#50A647 (or 0x50A647) is unknown color: approx Fruit Salad. HEX triplet: 50, A6 and 47. RGB value is (80,166,71). Sum of RGB (Red+Green+Blue) = 80+166+71=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #50A647 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A647 is #AF59B8. Grayscale: #818181. Windows color (decimal): -11491769 or 4695632. OLE color: 4695632.

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

Color convert

RGB8016671-
CMYK0.5200.570.35
HSL114.32º40.08%46.47%-
HSV(B)114.32º57.23%65.1%-
XYZ18.0829.4310.69-
YUV129.4695.0192.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 166 (65.23% from 255) = 52.37%
BLUE value IS 71 (28.12% from 255) = 22.40%
R=25.24%
G=52.37%
B=22.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80166710.5200.570.35114.3240.0846.47
Hex50A647340392372282e
Octal12024610764071431625056
Binary101000010100110100011111010001110011000111110010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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