#50a226

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

Shades of Limeade #50A226

Tints of Limeade #50A226

Color information

#50A226 (or 0x50A226) is unknown color: approx Limeade. HEX triplet: 50, A2 and 26. RGB value is (80,162,38). Sum of RGB (Red+Green+Blue) = 80+162+38=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #50A226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A226 is #AF5DD9. Grayscale: #7B7B7B. Windows color (decimal): -11492826 or 2531920. OLE color: 2531920.

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

Color convert

RGB8016238-
CMYK0.5100.770.36
HSL99.68º62%39.22%-
HSV(B)99.68º76.54%63.53%-
XYZ16.5827.696.3-
YUV123.3579.8397.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 162 (63.67% from 255) = 57.86%
BLUE value IS 38 (15.23% from 255) = 13.57%
R=28.57%
G=57.86%
B=13.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80162380.5100.770.3699.686239.22
Hex50A2263304D24643e27
Octal12024246630115441447647
Binary101000010100010100110110011010011011001001100100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50a226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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