Html Css Color HEX #50940C Limeade

📋 copy color: '#50940C'

red 80 ◦ green 148 ◦ blue 12

#50940C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #50940C

Tints of Limeade #50940C

RGB

 RED value IS 80 (31.64% from 255) = 33.33%

 GREEN value IS 148 (58.2% from 255) = 61.67%

 BLUE value IS 12 (5.08% from 255) = 5%

R = 33.33%
G = 61.67%
B = 5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#50940C (or 0x50940C) is known color: Limeade. HEX triplet: 50, 94 and 0C. RGB value is (80,148,12). Sum of RGB (Red+Green+Blue) = 80+148+12=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 148 (58.20% from 255 or 61.67% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 148 - color contains mainly: green. Hex color #50940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50940C is #AF6BF3. Grayscale: #707070. Windows color (decimal): -11496436 or 824400. OLE color: 824400.

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

Color convert

RGB 80 148 12 -
CMYK 0.46 0 0.92 0.42
HSL 90º 0.85% 0.31% -
HSV(B) 90º 0.92% 0.58% -
XYZ 13.96 22.91 4.03 -
YUV 112.16 71.47 105.06 -
System Red Green Blue C M Y K H S L
Decimal 80 148 12 0.46 0 0.92 0.42 90 0.85 0.31
Hex 50 94 C 2E 0 5C 2A 5A 55 1F
Octal 120 224 14 56 0 134 52 132 125 37
Binary 1010000 10010100 1100 101110 0 1011100 101010 1011010 1010101 11111

Color Harmonies of #50940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50940C

Black with #50940C

Text Example


Text Example

White with #50940C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50940C;
 }
 .AnyTagClassName
 {
   color: #50940C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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