#50EA80

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

Shades of Emerald #50EA80

Tints of Emerald #50EA80

Color information

#50EA80 (or 0x50EA80) is unknown color: approx Emerald. HEX triplet: 50, EA and 80. RGB value is (80,234,128). Sum of RGB (Red+Green+Blue) = 80+234+128=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 234 (91.80% from 255 or 52.94% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EA80 is #AF157F. Grayscale: #B0B0B0. Windows color (decimal): -11474304 or 8448592. OLE color: 8448592.

HSL color Cylindrical-coordinate representation of color #50EA80: hue angle of 138.7º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EA80 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB80234128-
CMYK0.6600.450.08
HSL138.7º78.57%61.57%-
HSV(B)138.7º65.81%91.76%-
XYZ36.6362.1130.48-
YUV175.87100.9859.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.10%
GREEN value IS 234 (91.80% from 255) = 52.94%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=18.10%
G=52.94%
B=28.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal802341280.6600.450.08138.778.5761.57
Hex50EA804202D88b4f3e
Octal1203522001020551021311776
Binary10100001110101010000000100001001011011000100010111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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