Html Css Color HEX #50941C Limeade

📋 copy color: '#50941C'

red 80 ◦ green 148 ◦ blue 28

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

Shades of Limeade #50941C

Tints of Limeade #50941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 31.25%
G = 57.81%
B = 10.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#50941C (or 0x50941C) is known color: Limeade. HEX triplet: 50, 94 and 1C. RGB value is (80,148,28). Sum of RGB (Red+Green+Blue) = 80+148+28=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #50941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50941C is #AF6BE3. Grayscale: #727272. Windows color (decimal): -11496420 or 1872976. OLE color: 1872976.

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

Color convert

RGB 80 148 28 -
CMYK 0.46 0 0.81 0.42
HSL 94º 0.68% 0.35% -
HSV(B) 94º 0.81% 0.58% -
XYZ 14.11 22.97 4.79 -
YUV 113.99 79.47 103.76 -
System Red Green Blue C M Y K H S L
Decimal 80 148 28 0.46 0 0.81 0.42 94 0.68 0.35
Hex 50 94 1C 2E 0 51 2A 5E 44 23
Octal 120 224 34 56 0 121 52 136 104 43
Binary 1010000 10010100 11100 101110 0 1010001 101010 1011110 1000100 100011

Color Harmonies of #50941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50941C

Black with #50941C

Text Example


Text Example

White with #50941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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