#50D17C

Color #50D17C Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #50D17C

Tints of Emerald #50D17C

Color information

#50D17C (or 0x50D17C) is unknown color: approx Emerald. HEX triplet: 50, D1 and 7C. RGB value is (80,209,124). Sum of RGB (Red+Green+Blue) = 80+209+124=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #50D17C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D17C is #AF2E83. Grayscale: #A0A0A0. Windows color (decimal): -11480708 or 8180048. OLE color: 8180048.

HSL color Cylindrical-coordinate representation of color #50D17C: hue angle of 140.47º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D17C is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB80209124-
CMYK0.6200.410.18
HSL140.47º58.37%56.67%-
HSV(B)140.47º61.72%81.96%-
XYZ29.7548.7626.91-
YUV160.74107.2670.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.37%
GREEN value IS 209 (82.03% from 255) = 50.61%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=19.37%
G=50.61%
B=30.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal802091240.6200.410.18140.4758.3756.67
Hex50D17C3E029128c3a39
Octal12032117476051222147271
Binary101000011010001111110011111001010011001010001100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,209,124); }

 H1.HeaderClassName
 {
   color: #50D17C;
 }
 .AnyTagClassName
 {
   color: #50D17C;
 }
</style>
background-color css

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

 a { background-color: rgb(80,209,124); }

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

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

 span { border-color: rgb(80,209,124); }

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