Html Css Color HEX #50A526 Limeade

📋 copy color: '#50A526'

red 80 ◦ green 165 ◦ blue 38

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

Shades of Limeade #50A526

Tints of Limeade #50A526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.3%

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

R = 28.27%
G = 58.3%
B = 13.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#50A526 (or 0x50A526) is known color: Limeade. HEX triplet: 50, A5 and 26. RGB value is (80,165,38). Sum of RGB (Red+Green+Blue) = 80+165+38=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #50A526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A526 is #AF5AD9. Grayscale: #7D7D7D. Windows color (decimal): -11492058 or 2532688. OLE color: 2532688.

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

Color convert

RGB 80 165 38 -
CMYK 0.52 0 0.77 0.35
HSL 100.16º 0.63% 0.4% -
HSV(B) 100.16º 0.77% 0.65% -
XYZ 17.11 28.76 6.48 -
YUV 125.11 78.84 95.83 -
System Red Green Blue C M Y K H S L
Decimal 80 165 38 0.52 0 0.77 0.35 100.16 0.63 0.4
Hex 50 A5 26 34 0 4D 23 64 3F 28
Octal 120 245 46 64 0 115 43 144 77 50
Binary 1010000 10100101 100110 110100 0 1001101 100011 1100100 111111 101000

Color Harmonies of #50A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A526

Black with #50A526

Text Example


Text Example

White with #50A526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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