#50D77A

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

Shades of Emerald #50D77A

Tints of Emerald #50D77A

Color information

#50D77A (or 0x50D77A) is unknown color: approx Emerald. HEX triplet: 50, D7 and 7A. RGB value is (80,215,122). Sum of RGB (Red+Green+Blue) = 80+215+122=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #50D77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D77A is #AF2885. Grayscale: #A4A4A4. Windows color (decimal): -11479174 or 8050512. OLE color: 8050512.

HSL color Cylindrical-coordinate representation of color #50D77A: hue angle of 138.67º 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 #50D77A is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB80215122-
CMYK0.6300.430.16
HSL138.67º62.79%57.84%-
HSV(B)138.67º62.79%84.31%-
XYZ31.1251.7126.75-
YUV164.03104.2768.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.18%
GREEN value IS 215 (84.38% from 255) = 51.56%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=19.18%
G=51.56%
B=29.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal802151220.6300.430.16138.6762.7957.84
Hex50D77A3F02B108b3f3a
Octal12032717277053202137772
Binary101000011010111111101011111101010111000010001011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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