#50E38A

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

Shades of Emerald #50E38A

Tints of Emerald #50E38A

Color information

#50E38A (or 0x50E38A) is unknown color: approx Emerald. HEX triplet: 50, E3 and 8A. RGB value is (80,227,138). Sum of RGB (Red+Green+Blue) = 80+227+138=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #50E38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E38A is #AF1C75. Grayscale: #ADADAD. Windows color (decimal): -11476086 or 9102160. OLE color: 9102160.

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

Color convert

RGB80227138-
CMYK0.6500.390.11
HSL143.67º72.41%60.2%-
HSV(B)143.67º64.76%89.02%-
XYZ35.3658.4833.47-
YUV172.9108.361.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.98%
GREEN value IS 227 (89.06% from 255) = 51.01%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=17.98%
G=51.01%
B=31.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802271380.6500.390.11143.6772.4160.2
Hex50E38A41027B90483c
Octal1203432121010471322011074
Binary10100001110001110001010100000101001111011100100001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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