#50e979

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

Shades of Emerald #50E979

Tints of Emerald #50E979

Color information

#50E979 (or 0x50E979) is unknown color: approx Emerald. HEX triplet: 50, E9 and 79. RGB value is (80,233,121). Sum of RGB (Red+Green+Blue) = 80+233+121=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 233 (91.41% from 255 or 53.69% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 233 - color contains mainly: green. Hex color #50E979 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E979 is #AF1686. Grayscale: #AEAEAE. Windows color (decimal): -11474567 or 7989584. OLE color: 7989584.

HSL color Cylindrical-coordinate representation of color #50E979: hue angle of 136.08º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E979 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB80233121-
CMYK0.6600.480.09
HSL136.08º77.66%61.37%-
HSV(B)136.08º65.67%91.37%-
XYZ35.961.3628.04-
YUV174.4897.8160.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.43%
GREEN value IS 233 (91.41% from 255) = 53.69%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=18.43%
G=53.69%
B=27.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal802331210.6600.480.09136.0877.6661.37
Hex50E979420309884e3d
Octal1203511711020601121011675
Binary1010000111010011111001100001001100001001100010001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50e979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,233,121); }

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

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

 a { background-color: rgb(80,233,121); }

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

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

 span { border-color: rgb(80,233,121); }

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