#50961d

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

Shades of Limeade #50961D

Tints of Limeade #50961D

Color information

#50961D (or 0x50961D) is unknown color: approx Limeade. HEX triplet: 50, 96 and 1D. RGB value is (80,150,29). Sum of RGB (Red+Green+Blue) = 80+150+29=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #50961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50961D is #AF69E2. Grayscale: #737373. Windows color (decimal): -11495907 or 1939024. OLE color: 1939024.

HSL color Cylindrical-coordinate representation of color #50961D: hue angle of 94.71º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50961D is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB8015029-
CMYK0.4700.810.41
HSL94.71º67.6%35.1%-
HSV(B)94.71º80.67%58.82%-
XYZ14.4423.614.96-
YUV115.2879.31102.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 150 (58.98% from 255) = 57.92%
BLUE value IS 29 (11.72% from 255) = 11.20%
R=30.89%
G=57.92%
B=11.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80150290.4700.810.4194.7167.635.1
Hex50961D2F051295f4423
Octal120226355701215113710443
Binary101000010010110111011011110101000110100110111111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50961d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50961d; }

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

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

<style>
 a { background-color: #50961d; }

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

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

<style>
 span { border-color: #50961d; }

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

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