#50931A

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

Shades of Limeade #50931A

Tints of Limeade #50931A

Color information

#50931A (or 0x50931A) is unknown color: approx Limeade. HEX triplet: 50, 93 and 1A. RGB value is (80,147,26). Sum of RGB (Red+Green+Blue) = 80+147+26=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #50931A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50931A is #AF6CE5. Grayscale: #717171. Windows color (decimal): -11496678 or 1741648. OLE color: 1741648.

HSL color Cylindrical-coordinate representation of color #50931A: hue angle of 93.22º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50931A is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB8014726-
CMYK0.4600.820.42
HSL93.22º69.94%33.92%-
HSV(B)93.22º82.31%57.65%-
XYZ13.9322.654.61-
YUV113.1778.8104.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 147 (57.81% from 255) = 58.10%
BLUE value IS 26 (10.55% from 255) = 10.28%
R=31.62%
G=58.10%
B=10.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80147260.4600.820.4293.2269.9433.92
Hex50931A2E0522A5d4622
Octal120223325601225213510642
Binary101000010010011110101011100101001010101010111011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50931A; }

 p { color: rgb(80,147,26); }

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

<style>
 a { background-color: #50931A; }

 a { background-color: rgb(80,147,26); }

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

<style>
 span { border-color: #50931A; }

 span { border-color: rgb(80,147,26); }

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