#50EB8A

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

Shades of Emerald #50EB8A

Tints of Emerald #50EB8A

Color information

#50EB8A (or 0x50EB8A) is unknown color: approx Emerald. HEX triplet: 50, EB and 8A. RGB value is (80,235,138). Sum of RGB (Red+Green+Blue) = 80+235+138=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EB8A is #AF1475. Grayscale: #B1B1B1. Windows color (decimal): -11474038 or 9104208. OLE color: 9104208.

HSL color Cylindrical-coordinate representation of color #50EB8A: hue angle of 142.45º 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 #50EB8A is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB80235138-
CMYK0.6600.410.08
HSL142.45º79.49%61.76%-
HSV(B)142.45º65.96%92.16%-
XYZ37.662.9634.21-
YUV177.6105.6558.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.66%
GREEN value IS 235 (92.19% from 255) = 51.88%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=17.66%
G=51.88%
B=30.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal802351380.6600.410.08142.4579.4961.76
Hex50EB8A4202988e4f3e
Octal1203532121020511021611776
Binary10100001110101110001010100001001010011000100011101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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