#50A423

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

Shades of Limeade #50A423

Tints of Limeade #50A423

Color information

#50A423 (or 0x50A423) is unknown color: approx Limeade. HEX triplet: 50, A4 and 23. RGB value is (80,164,35). Sum of RGB (Red+Green+Blue) = 80+164+35=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 164 (64.45% from 255 or 58.78% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 164 - color contains mainly: green. Hex color #50A423 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A423 is #AF5BDC. Grayscale: #7C7C7C. Windows color (decimal): -11492317 or 2335824. OLE color: 2335824.

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

Color convert

RGB8016435-
CMYK0.5100.790.36
HSL99.07º64.82%39.02%-
HSV(B)99.07º78.66%64.31%-
XYZ16.8928.386.18-
YUV124.1877.6796.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 164 (64.45% from 255) = 58.78%
BLUE value IS 35 (14.06% from 255) = 12.54%
R=28.67%
G=58.78%
B=12.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80164350.5100.790.3699.0764.8239.02
Hex50A4233304F24634127
Octal120244436301174414310147
Binary1010000101001001000111100110100111110010011000111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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