#50950C

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

Shades of Limeade #50950C

Tints of Limeade #50950C

Color information

#50950C (or 0x50950C) is unknown color: approx Limeade. HEX triplet: 50, 95 and 0C. RGB value is (80,149,12). Sum of RGB (Red+Green+Blue) = 80+149+12=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #50950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50950C is #AF6AF3. Grayscale: #717171. Windows color (decimal): -11496180 or 824656. OLE color: 824656.

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

Color convert

RGB8014912-
CMYK0.4600.920.42
HSL90.22º85.09%31.57%-
HSV(B)90.22º91.95%58.43%-
XYZ14.1223.234.09-
YUV112.7571.14104.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 149 (58.59% from 255) = 61.83%
BLUE value IS 12 (5.08% from 255) = 4.98%
R=33.20%
G=61.83%
B=4.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80149120.4600.920.4290.2285.0931.57
Hex5095C2E05C2A5a5520
Octal120225145601345213212540
Binary10100001001010111001011100101110010101010110101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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