#50951D

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

Shades of Limeade #50951D

Tints of Limeade #50951D

Color information

#50951D (or 0x50951D) is unknown color: approx Limeade. HEX triplet: 50, 95 and 1D. RGB value is (80,149,29). Sum of RGB (Red+Green+Blue) = 80+149+29=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #50951D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50951D is #AF6AE2. Grayscale: #737373. Windows color (decimal): -11496163 or 1938768. OLE color: 1938768.

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

Color convert

RGB8014929-
CMYK0.4600.810.42
HSL94.5º67.42%34.9%-
HSV(B)94.5º80.54%58.43%-
XYZ14.2823.294.91-
YUV114.6979.64103.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 149 (58.59% from 255) = 57.75%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=31.01%
G=57.75%
B=11.24%

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
Decimal80149290.4600.810.4294.567.4234.9
Hex50951D2E0512A5e4323
Octal120225355601215213610343
Binary101000010010101111011011100101000110101010111101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50951D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50951D; }

 p { color: rgb(80,149,29); }

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

<style>
 a { background-color: #50951D; }

 a { background-color: rgb(80,149,29); }

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

<style>
 span { border-color: #50951D; }

 span { border-color: rgb(80,149,29); }

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