Html Css Color HEX #50A628 Limeade

📋 copy color: '#50A628'

red 80 ◦ green 166 ◦ blue 40

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

Shades of Limeade #50A628

Tints of Limeade #50A628

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.04%

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

R = 27.97%
G = 58.04%
B = 13.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#50A628 (or 0x50A628) is known color: Limeade. HEX triplet: 50, A6 and 28. RGB value is (80,166,40). Sum of RGB (Red+Green+Blue) = 80+166+40=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #50A628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A628 is #AF59D7. Grayscale: #7E7E7E. Windows color (decimal): -11491800 or 2664016. OLE color: 2664016.

HSL color Cylindrical-coordinate representation of color #50A628: hue angle of 100.95º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50A628 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 166 40 -
CMYK 0.52 0 0.76 0.35
HSL 100.95º 0.61% 0.4% -
HSV(B) 100.95º 0.76% 0.65% -
XYZ 17.33 29.13 6.72 -
YUV 125.92 79.51 95.25 -
System Red Green Blue C M Y K H S L
Decimal 80 166 40 0.52 0 0.76 0.35 100.95 0.61 0.4
Hex 50 A6 28 34 0 4C 23 65 3D 28
Octal 120 246 50 64 0 114 43 145 75 50
Binary 1010000 10100110 101000 110100 0 1001100 100011 1100101 111101 101000

Color Harmonies of #50A628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A628

Black with #50A628

Text Example


Text Example

White with #50A628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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