#50EB8B

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

Shades of Emerald #50EB8B

Tints of Emerald #50EB8B

Color information

#50EB8B (or 0x50EB8B) is unknown color: approx Emerald. HEX triplet: 50, EB and 8B. RGB value is (80,235,139). Sum of RGB (Red+Green+Blue) = 80+235+139=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EB8B is #AF1474. Grayscale: #B1B1B1. Windows color (decimal): -11474037 or 9169744. OLE color: 9169744.

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

Color convert

RGB80235139-
CMYK0.6600.410.08
HSL142.84º79.49%61.76%-
HSV(B)142.84º65.96%92.16%-
XYZ37.6862.9934.6-
YUV177.71106.1558.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.62%
GREEN value IS 235 (92.19% from 255) = 51.76%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=17.62%
G=51.76%
B=30.62%

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
Decimal802351390.6600.410.08142.8479.4961.76
Hex50EB8B4202988f4f3e
Octal1203532131020511021711776
Binary10100001110101110001011100001001010011000100011111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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