#50E58B

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

Shades of Emerald #50E58B

Tints of Emerald #50E58B

Color information

#50E58B (or 0x50E58B) is unknown color: approx Emerald. HEX triplet: 50, E5 and 8B. RGB value is (80,229,139). Sum of RGB (Red+Green+Blue) = 80+229+139=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 229 (89.84% from 255 or 51.12% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 229 - color contains mainly: green. Hex color #50E58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E58B is #AF1A74. Grayscale: #AEAEAE. Windows color (decimal): -11475573 or 9168208. OLE color: 9168208.

HSL color Cylindrical-coordinate representation of color #50E58B: hue angle of 143.76º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E58B is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB80229139-
CMYK0.6500.390.10
HSL143.76º74.13%60.59%-
HSV(B)143.76º65.07%89.8%-
XYZ35.9959.6134.03-
YUV174.19108.1460.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.86%
GREEN value IS 229 (89.84% from 255) = 51.12%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=17.86%
G=51.12%
B=31.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal802291390.6500.390.10143.7674.1360.59
Hex50E58B41027A904a3d
Octal1203452131010471222011275
Binary10100001110010110001011100000101001111010100100001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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