#50A228

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

Shades of Limeade #50A228

Tints of Limeade #50A228

Color information

#50A228 (or 0x50A228) is unknown color: approx Limeade. HEX triplet: 50, A2 and 28. RGB value is (80,162,40). Sum of RGB (Red+Green+Blue) = 80+162+40=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #50A228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A228 is #AF5DD7. Grayscale: #7B7B7B. Windows color (decimal): -11492824 or 2662992. OLE color: 2662992.

HSL color Cylindrical-coordinate representation of color #50A228: hue angle of 100.33º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50A228 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB8016240-
CMYK0.5100.750.36
HSL100.33º60.4%39.61%-
HSV(B)100.33º75.31%63.53%-
XYZ16.6127.76.48-
YUV123.5780.8396.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 162 (63.67% from 255) = 57.45%
BLUE value IS 40 (16.02% from 255) = 14.18%
R=28.37%
G=57.45%
B=14.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80162400.5100.750.36100.3360.439.61
Hex50A2283304B24643c28
Octal12024250630113441447450
Binary101000010100010101000110011010010111001001100100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,162,40); }

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

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

 a { background-color: rgb(80,162,40); }

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

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

 span { border-color: rgb(80,162,40); }

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