#50990C

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

Shades of Limeade #50990C

Tints of Limeade #50990C

Color information

#50990C (or 0x50990C) is unknown color: approx Limeade. HEX triplet: 50, 99 and 0C. RGB value is (80,153,12). Sum of RGB (Red+Green+Blue) = 80+153+12=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #50990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50990C is #AF66F3. Grayscale: #737373. Windows color (decimal): -11495156 or 825680. OLE color: 825680.

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

Color convert

RGB8015312-
CMYK0.4800.920.4
HSL91.06º85.45%32.35%-
HSV(B)91.06º92.16%60%-
XYZ14.7724.514.3-
YUV115.169.82102.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 153 (60.16% from 255) = 62.45%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=32.65%
G=62.45%
B=4.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153120.4800.920.491.0685.4532.35
Hex5099C3005C285b5520
Octal120231146001345013312540
Binary10100001001100111001100000101110010100010110111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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