#50D775

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

Shades of Emerald #50D775

Tints of Emerald #50D775

Color information

#50D775 (or 0x50D775) is unknown color: approx Emerald. HEX triplet: 50, D7 and 75. RGB value is (80,215,117). Sum of RGB (Red+Green+Blue) = 80+215+117=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #50D775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D775 is #AF288A. Grayscale: #A3A3A3. Windows color (decimal): -11479179 or 7722832. OLE color: 7722832.

HSL color Cylindrical-coordinate representation of color #50D775: hue angle of 136.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D775 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB80215117-
CMYK0.6300.460.16
HSL136.44º62.79%57.84%-
HSV(B)136.44º62.79%84.31%-
XYZ30.8251.5925.16-
YUV163.46101.7768.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.42%
GREEN value IS 215 (84.38% from 255) = 52.18%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=19.42%
G=52.18%
B=28.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal802151170.6300.460.16136.4462.7957.84
Hex50D7753F02E10883f3a
Octal12032716577056202107772
Binary101000011010111111010111111101011101000010001000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,215,117); }

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

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

 a { background-color: rgb(80,215,117); }

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

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

 span { border-color: rgb(80,215,117); }

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