#50940D

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

Shades of Limeade #50940D

Tints of Limeade #50940D

Color information

#50940D (or 0x50940D) is unknown color: approx Limeade. HEX triplet: 50, 94 and 0D. RGB value is (80,148,13). Sum of RGB (Red+Green+Blue) = 80+148+13=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #50940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50940D is #AF6BF2. Grayscale: #707070. Windows color (decimal): -11496435 or 889936. OLE color: 889936.

HSL color Cylindrical-coordinate representation of color #50940D: hue angle of 90.22º degrees, saturation: 0.84, 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 #50940D is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB8014813-
CMYK0.4600.910.42
HSL90.22º83.85%31.57%-
HSV(B)90.22º91.22%58.04%-
XYZ13.9722.914.07-
YUV112.2871.97104.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 148 (58.20% from 255) = 61.41%
BLUE value IS 13 (5.47% from 255) = 5.39%
R=33.20%
G=61.41%
B=5.39%

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
Decimal80148130.4600.910.4290.2283.8531.57
Hex5094D2E05B2A5a5420
Octal120224155601335213212440
Binary10100001001010011011011100101101110101010110101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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