#50930D

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

Shades of Limeade #50930D

Tints of Limeade #50930D

Color information

#50930D (or 0x50930D) is unknown color: approx Limeade. HEX triplet: 50, 93 and 0D. RGB value is (80,147,13). Sum of RGB (Red+Green+Blue) = 80+147+13=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #50930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50930D is #AF6CF2. Grayscale: #707070. Windows color (decimal): -11496691 or 889680. OLE color: 889680.

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

Color convert

RGB8014713-
CMYK0.4600.910.42
HSL90º83.75%31.37%-
HSV(B)90º91.16%57.65%-
XYZ13.8122.64.02-
YUV111.6972.3105.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 61.25%
BLUE value IS 13 (5.47% from 255) = 5.42%
R=33.33%
G=61.25%
B=5.42%

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
Decimal80147130.4600.910.429083.7531.37
Hex5093D2E05B2A5a541f
Octal120223155601335213212437
Binary1010000100100111101101110010110111010101011010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50930D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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