#50E37A

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

Shades of Emerald #50E37A

Tints of Emerald #50E37A

Color information

#50E37A (or 0x50E37A) is unknown color: approx Emerald. HEX triplet: 50, E3 and 7A. RGB value is (80,227,122). Sum of RGB (Red+Green+Blue) = 80+227+122=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 227 (89.06% from 255 or 52.91% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 227 - color contains mainly: green. Hex color #50E37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E37A is #AF1C85. Grayscale: #ABABAB. Windows color (decimal): -11476102 or 8053584. OLE color: 8053584.

HSL color Cylindrical-coordinate representation of color #50E37A: hue angle of 137.14º 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 #50E37A is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB80227122-
CMYK0.6500.460.11
HSL137.14º72.41%60.2%-
HSV(B)137.14º64.76%89.02%-
XYZ34.2958.0527.81-
YUV171.08100.363.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.65%
GREEN value IS 227 (89.06% from 255) = 52.91%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=18.65%
G=52.91%
B=28.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802271220.6500.460.11137.1472.4160.2
Hex50E37A4102EB89483c
Octal1203431721010561321111074
Binary1010000111000111111010100000101011101011100010011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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