#50A431

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

Shades of Limeade #50A431

Tints of Limeade #50A431

Color information

#50A431 (or 0x50A431) is unknown color: approx Limeade. HEX triplet: 50, A4 and 31. RGB value is (80,164,49). Sum of RGB (Red+Green+Blue) = 80+164+49=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #50A431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A431 is #AF5BCE. Grayscale: #7E7E7E. Windows color (decimal): -11492303 or 3253328. OLE color: 3253328.

HSL color Cylindrical-coordinate representation of color #50A431: hue angle of 103.83º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50A431 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB8016449-
CMYK0.5100.700.36
HSL103.83º53.99%41.76%-
HSV(B)103.83º70.12%64.31%-
XYZ17.1428.487.5-
YUV125.7784.6795.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 164 (64.45% from 255) = 55.97%
BLUE value IS 49 (19.53% from 255) = 16.72%
R=27.30%
G=55.97%
B=16.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80164490.5100.700.36103.8353.9941.76
Hex50A431330462468362a
Octal12024461630106441506652
Binary101000010100100110001110011010001101001001101000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,164,49); }

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

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

 a { background-color: rgb(80,164,49); }

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

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

 span { border-color: rgb(80,164,49); }

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