#50B980

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

Shades of Emerald #50B980

Tints of Emerald #50B980

Color information

#50B980 (or 0x50B980) is unknown color: approx Emerald. HEX triplet: 50, B9 and 80. RGB value is (80,185,128). Sum of RGB (Red+Green+Blue) = 80+185+128=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #50B980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B980 is #AF467F. Grayscale: #939393. Windows color (decimal): -11486848 or 8436048. OLE color: 8436048.

HSL color Cylindrical-coordinate representation of color #50B980: hue angle of 147.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B980 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB80185128-
CMYK0.5700.310.27
HSL147.43º42.86%51.96%-
HSV(B)147.43º56.76%72.55%-
XYZ24.5537.9626.46-
YUV147.11117.2180.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 185 (72.66% from 255) = 47.07%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=20.36%
G=47.07%
B=32.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801851280.5700.310.27147.4342.8651.96
Hex50B9803901F1B932b34
Octal12027120071037332235364
Binary101000010111001100000001110010111111101110010011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,185,128); }

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

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

 a { background-color: rgb(80,185,128); }

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

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

 span { border-color: rgb(80,185,128); }

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