#50B86E

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

Shades of Emerald #50B86E

Tints of Emerald #50B86E

Color information

#50B86E (or 0x50B86E) is unknown color: approx Emerald. HEX triplet: 50, B8 and 6E. RGB value is (80,184,110). Sum of RGB (Red+Green+Blue) = 80+184+110=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #50B86E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B86E is #AF4791. Grayscale: #909090. Windows color (decimal): -11487122 or 7256144. OLE color: 7256144.

HSL color Cylindrical-coordinate representation of color #50B86E: hue angle of 137.31º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B86E is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB80184110-
CMYK0.5700.400.28
HSL137.31º42.28%51.76%-
HSV(B)137.31º56.52%72.16%-
XYZ23.2637.1120.69-
YUV144.47108.5482.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 184 (72.27% from 255) = 49.20%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=21.39%
G=49.20%
B=29.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal801841100.5700.400.28137.3142.2851.76
Hex50B86E390281C892a34
Octal12027015671050342115264
Binary101000010111000110111011100101010001110010001001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,184,110); }

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

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

 a { background-color: rgb(80,184,110); }

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

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

 span { border-color: rgb(80,184,110); }

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