#50911C

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

Shades of Limeade #50911C

Tints of Limeade #50911C

Color information

#50911C (or 0x50911C) is unknown color: approx Limeade. HEX triplet: 50, 91 and 1C. RGB value is (80,145,28). Sum of RGB (Red+Green+Blue) = 80+145+28=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #50911C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50911C is #AF6EE3. Grayscale: #707070. Windows color (decimal): -11497188 or 1872208. OLE color: 1872208.

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

Color convert

RGB8014528-
CMYK0.4500.810.43
HSL93.33º67.63%33.92%-
HSV(B)93.33º80.69%56.86%-
XYZ13.6422.044.63-
YUV112.2380.47105.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 145 (57.03% from 255) = 57.31%
BLUE value IS 28 (11.33% from 255) = 11.07%
R=31.62%
G=57.31%
B=11.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80145280.4500.810.4393.3367.6333.92
Hex50911C2D0512B5d4422
Octal120221345501215313510442
Binary101000010010001111001011010101000110101110111011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50911C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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