#50931C

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

Shades of Limeade #50931C

Tints of Limeade #50931C

Color information

#50931C (or 0x50931C) is unknown color: approx Limeade. HEX triplet: 50, 93 and 1C. RGB value is (80,147,28). Sum of RGB (Red+Green+Blue) = 80+147+28=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #50931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50931C is #AF6CE3. Grayscale: #717171. Windows color (decimal): -11496676 or 1872720. OLE color: 1872720.

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

Color convert

RGB8014728-
CMYK0.4600.810.42
HSL93.78º68%34.31%-
HSV(B)93.78º80.95%57.65%-
XYZ13.9522.664.74-
YUV113.479.8104.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 147 (57.81% from 255) = 57.65%
BLUE value IS 28 (11.33% from 255) = 10.98%
R=31.37%
G=57.65%
B=10.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80147280.4600.810.4293.786834.31
Hex50931C2E0512A5e4422
Octal120223345601215213610442
Binary101000010010011111001011100101000110101010111101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50931C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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