#50D890

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

Shades of Emerald #50D890

Tints of Emerald #50D890

Color information

#50D890 (or 0x50D890) is unknown color: approx Emerald. HEX triplet: 50, D8 and 90. RGB value is (80,216,144). Sum of RGB (Red+Green+Blue) = 80+216+144=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #50D890 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D890 is #AF276F. Grayscale: #A7A7A7. Windows color (decimal): -11478896 or 9492560. OLE color: 9492560.

HSL color Cylindrical-coordinate representation of color #50D890: hue angle of 148.24º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D890 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB80216144-
CMYK0.6300.330.15
HSL148.24º63.55%58.04%-
HSV(B)148.24º62.96%84.71%-
XYZ32.952.8334.85-
YUV167.13114.9465.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.18%
GREEN value IS 216 (84.77% from 255) = 49.09%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=18.18%
G=49.09%
B=32.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802161440.6300.330.15148.2463.5558.04
Hex50D8903F021F94403a
Octal120330220770411722410072
Binary1010000110110001001000011111101000011111100101001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,216,144); }

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

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

 a { background-color: rgb(80,216,144); }

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

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

 span { border-color: rgb(80,216,144); }

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