#50940E

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

Shades of Limeade #50940E

Tints of Limeade #50940E

Color information

#50940E (or 0x50940E) is unknown color: approx Limeade. HEX triplet: 50, 94 and 0E. RGB value is (80,148,14). Sum of RGB (Red+Green+Blue) = 80+148+14=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 148 (58.20% from 255 or 61.16% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 148 - color contains mainly: green. Hex color #50940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50940E is #AF6BF1. Grayscale: #707070. Windows color (decimal): -11496434 or 955472. OLE color: 955472.

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

Color convert

RGB8014814-
CMYK0.4600.910.42
HSL90.45º82.72%31.76%-
HSV(B)90.45º90.54%58.04%-
XYZ13.9822.924.1-
YUV112.3972.47104.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 148 (58.20% from 255) = 61.16%
BLUE value IS 14 (5.86% from 255) = 5.79%
R=33.06%
G=61.16%
B=5.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148140.4600.910.4290.4582.7231.76
Hex5094E2E05B2A5a5320
Octal120224165601335213212340
Binary10100001001010011101011100101101110101010110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50940E; }

 p { color: rgb(80,148,14); }

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

<style>
 a { background-color: #50940E; }

 a { background-color: rgb(80,148,14); }

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

<style>
 span { border-color: #50940E; }

 span { border-color: rgb(80,148,14); }

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