#50E37B

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

Shades of Emerald #50E37B

Tints of Emerald #50E37B

Color information

#50E37B (or 0x50E37B) is unknown color: approx Emerald. HEX triplet: 50, E3 and 7B. RGB value is (80,227,123). Sum of RGB (Red+Green+Blue) = 80+227+123=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 227 (89.06% from 255 or 52.79% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 227 - color contains mainly: green. Hex color #50E37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E37B is #AF1C84. Grayscale: #ABABAB. Windows color (decimal): -11476101 or 8119120. OLE color: 8119120.

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

Color convert

RGB80227123-
CMYK0.6500.460.11
HSL137.55º72.41%60.2%-
HSV(B)137.55º64.76%89.02%-
XYZ34.3558.0728.14-
YUV171.19100.862.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.60%
GREEN value IS 227 (89.06% from 255) = 52.79%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=18.60%
G=52.79%
B=28.60%

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
Decimal802271230.6500.460.11137.5572.4160.2
Hex50E37B4102EB8a483c
Octal1203431731010561321211074
Binary1010000111000111111011100000101011101011100010101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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