Html Css Color HEX #50A128 Limeade

📋 copy color: '#50A128'

red 80 ◦ green 161 ◦ blue 40

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

Shades of Limeade #50A128

Tints of Limeade #50A128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 57.3%

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 28.47%
G = 57.3%
B = 14.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#50A128 (or 0x50A128) is known color: Limeade. HEX triplet: 50, A1 and 28. RGB value is (80,161,40). Sum of RGB (Red+Green+Blue) = 80+161+40=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #50A128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A128 is #AF5ED7. Grayscale: #7B7B7B. Windows color (decimal): -11493080 or 2662736. OLE color: 2662736.

HSL color Cylindrical-coordinate representation of color #50A128: hue angle of 100.17º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50A128 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 161 40 -
CMYK 0.50 0 0.75 0.37
HSL 100.17º 0.6% 0.39% -
HSV(B) 100.17º 0.75% 0.63% -
XYZ 16.44 27.35 6.42 -
YUV 122.99 81.16 97.34 -
System Red Green Blue C M Y K H S L
Decimal 80 161 40 0.50 0 0.75 0.37 100.17 0.6 0.39
Hex 50 A1 28 32 0 4B 25 64 3C 27
Octal 120 241 50 62 0 113 45 144 74 47
Binary 1010000 10100001 101000 110010 0 1001011 100101 1100100 111100 100111

Color Harmonies of #50A128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A128

Black with #50A128

Text Example


Text Example

White with #50A128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,161,40); }

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

background-color css

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

 a { background-color: rgb(80,161,40); }

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

border-color css

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

 span { border-color: rgb(80,161,40); }

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