Html Css Color HEX #50A527 Limeade

📋 copy color: '#50A527'

red 80 ◦ green 165 ◦ blue 39

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

Shades of Limeade #50A527

Tints of Limeade #50A527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.73%

R = 28.17%
G = 58.1%
B = 13.73%

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

#50A527 (or 0x50A527) is known color: Limeade. HEX triplet: 50, A5 and 27. RGB value is (80,165,39). Sum of RGB (Red+Green+Blue) = 80+165+39=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 165 (64.84% from 255 or 58.10% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 165 - color contains mainly: green. Hex color #50A527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A527 is #AF5AD8. Grayscale: #7D7D7D. Windows color (decimal): -11492057 or 2598224. OLE color: 2598224.

HSL color Cylindrical-coordinate representation of color #50A527: hue angle of 100.48º degrees, saturation: 0.62, 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 #50A527 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 165 39 -
CMYK 0.52 0 0.76 0.35
HSL 100.48º 0.62% 0.4% -
HSV(B) 100.48º 0.76% 0.65% -
XYZ 17.13 28.76 6.57 -
YUV 125.22 79.34 95.75 -
System Red Green Blue C M Y K H S L
Decimal 80 165 39 0.52 0 0.76 0.35 100.48 0.62 0.4
Hex 50 A5 27 34 0 4C 23 64 3E 28
Octal 120 245 47 64 0 114 43 144 76 50
Binary 1010000 10100101 100111 110100 0 1001100 100011 1100100 111110 101000

Color Harmonies of #50A527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A527

Black with #50A527

Text Example


Text Example

White with #50A527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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