Html Css Color HEX #50A426 Limeade

📋 copy color: '#50A426'

red 80 ◦ green 164 ◦ blue 38

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

Shades of Limeade #50A426

Tints of Limeade #50A426

RGB

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

 GREEN value IS 164 (64.45% from 255) = 58.16%

 BLUE value IS 38 (15.23% from 255) = 13.48%

R = 28.37%
G = 58.16%
B = 13.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#50A426 (or 0x50A426) is known color: Limeade. HEX triplet: 50, A4 and 26. RGB value is (80,164,38). Sum of RGB (Red+Green+Blue) = 80+164+38=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 164 (64.45% from 255 or 58.16% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 164 - color contains mainly: green. Hex color #50A426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A426 is #AF5BD9. Grayscale: #7C7C7C. Windows color (decimal): -11492314 or 2532432. OLE color: 2532432.

HSL color Cylindrical-coordinate representation of color #50A426: hue angle of 100º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50A426 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 164 38 -
CMYK 0.51 0 0.77 0.36
HSL 100º 0.62% 0.4% -
HSV(B) 100º 0.77% 0.64% -
XYZ 16.93 28.4 6.42 -
YUV 124.52 79.17 96.25 -
System Red Green Blue C M Y K H S L
Decimal 80 164 38 0.51 0 0.77 0.36 100 0.62 0.4
Hex 50 A4 26 33 0 4D 24 64 3E 28
Octal 120 244 46 63 0 115 44 144 76 50
Binary 1010000 10100100 100110 110011 0 1001101 100100 1100100 111110 101000

Color Harmonies of #50A426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A426

Black with #50A426

Text Example


Text Example

White with #50A426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A426; }

 p { color: rgb(80,164,38); }

 H1.HeaderClassName
 {
   color: #50A426;
 }
 .AnyTagClassName
 {
   color: #50A426;
 }
</style>

background-color css

<style>
 a { background-color: #50A426; }

 a { background-color: rgb(80,164,38); }

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

border-color css

<style>
 span { border-color: #50A426; }

 span { border-color: rgb(80,164,38); }

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