#50a629

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

Shades of Limeade #50A629

Tints of Limeade #50A629

Color information

#50A629 (or 0x50A629) is unknown color: approx Limeade. HEX triplet: 50, A6 and 29. RGB value is (80,166,41). Sum of RGB (Red+Green+Blue) = 80+166+41=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 166 (65.23% from 255 or 57.84% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 166 - color contains mainly: green. Hex color #50A629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A629 is #AF59D6. Grayscale: #7E7E7E. Windows color (decimal): -11491799 or 2729552. OLE color: 2729552.

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

Color convert

RGB8016641-
CMYK0.5200.750.35
HSL101.28º60.39%40.59%-
HSV(B)101.28º75.3%65.1%-
XYZ17.3429.146.81-
YUV126.0480.0195.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 166 (65.23% from 255) = 57.84%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=27.87%
G=57.84%
B=14.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80166410.5200.750.35101.2860.3940.59
Hex50A6293404B23653c29
Octal12024651640113431457451
Binary101000010100110101001110100010010111000111100101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50a629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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