Html Css Color HEX #50941D Limeade

📋 copy color: '#50941D'

red 80 ◦ green 148 ◦ blue 29

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

Shades of Limeade #50941D

Tints of Limeade #50941D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 31.13%
G = 57.59%
B = 11.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#50941D (or 0x50941D) is known color: Limeade. HEX triplet: 50, 94 and 1D. RGB value is (80,148,29). Sum of RGB (Red+Green+Blue) = 80+148+29=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #50941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50941D is #AF6BE2. Grayscale: #727272. Windows color (decimal): -11496419 or 1938512. OLE color: 1938512.

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

Color convert

RGB 80 148 29 -
CMYK 0.46 0 0.80 0.42
HSL 94.29º 0.67% 0.35% -
HSV(B) 94.29º 0.8% 0.58% -
XYZ 14.12 22.97 4.85 -
YUV 114.1 79.97 103.68 -
System Red Green Blue C M Y K H S L
Decimal 80 148 29 0.46 0 0.80 0.42 94.29 0.67 0.35
Hex 50 94 1D 2E 0 50 2A 5E 43 23
Octal 120 224 35 56 0 120 52 136 103 43
Binary 1010000 10010100 11101 101110 0 1010000 101010 1011110 1000011 100011

Color Harmonies of #50941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50941D

Black with #50941D

Text Example


Text Example

White with #50941D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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