#50D176

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

Shades of Emerald #50D176

Tints of Emerald #50D176

Color information

#50D176 (or 0x50D176) is unknown color: approx Emerald. HEX triplet: 50, D1 and 76. RGB value is (80,209,118). Sum of RGB (Red+Green+Blue) = 80+209+118=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #50D176 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D176 is #AF2E89. Grayscale: #A0A0A0. Windows color (decimal): -11480714 or 7786832. OLE color: 7786832.

HSL color Cylindrical-coordinate representation of color #50D176: hue angle of 137.67º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D176 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB80209118-
CMYK0.6200.440.18
HSL137.67º58.37%56.67%-
HSV(B)137.67º61.72%81.96%-
XYZ29.3848.6124.97-
YUV160.05104.2670.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 209 (82.03% from 255) = 51.35%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=19.66%
G=51.35%
B=28.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal802091180.6200.440.18137.6758.3756.67
Hex50D1763E02C128a3a39
Octal12032116676054222127271
Binary101000011010001111011011111001011001001010001010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,209,118); }

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

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

 a { background-color: rgb(80,209,118); }

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

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

 span { border-color: rgb(80,209,118); }

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