#50E980

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

Shades of Emerald #50E980

Tints of Emerald #50E980

Color information

#50E980 (or 0x50E980) is unknown color: approx Emerald. HEX triplet: 50, E9 and 80. RGB value is (80,233,128). Sum of RGB (Red+Green+Blue) = 80+233+128=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 233 (91.41% from 255 or 52.83% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 233 - color contains mainly: green. Hex color #50E980 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E980 is #AF167F. Grayscale: #AFAFAF. Windows color (decimal): -11474560 or 8448336. OLE color: 8448336.

HSL color Cylindrical-coordinate representation of color #50E980: hue angle of 138.82º 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 #50E980 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB80233128-
CMYK0.6600.450.09
HSL138.82º77.66%61.37%-
HSV(B)138.82º65.67%91.37%-
XYZ36.3461.5430.39-
YUV175.28101.3160.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.14%
GREEN value IS 233 (91.41% from 255) = 52.83%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=18.14%
G=52.83%
B=29.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal802331280.6600.450.09138.8277.6661.37
Hex50E9804202D98b4e3d
Octal1203512001020551121311675
Binary10100001110100110000000100001001011011001100010111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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