#50E37C

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

Shades of Emerald #50E37C

Tints of Emerald #50E37C

Color information

#50E37C (or 0x50E37C) is unknown color: approx Emerald. HEX triplet: 50, E3 and 7C. RGB value is (80,227,124). Sum of RGB (Red+Green+Blue) = 80+227+124=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 227 (89.06% from 255 or 52.67% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 227 - color contains mainly: green. Hex color #50E37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E37C is #AF1C83. Grayscale: #ABABAB. Windows color (decimal): -11476100 or 8184656. OLE color: 8184656.

HSL color Cylindrical-coordinate representation of color #50E37C: hue angle of 137.96º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E37C is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB80227124-
CMYK0.6500.450.11
HSL137.96º72.41%60.2%-
HSV(B)137.96º64.76%89.02%-
XYZ34.4258.128.47-
YUV171.3101.362.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.56%
GREEN value IS 227 (89.06% from 255) = 52.67%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=18.56%
G=52.67%
B=28.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802271240.6500.450.11137.9672.4160.2
Hex50E37C4102DB8a483c
Octal1203431741010551321211074
Binary1010000111000111111100100000101011011011100010101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,227,124); }

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

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

 a { background-color: rgb(80,227,124); }

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

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

 span { border-color: rgb(80,227,124); }

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