#50D76D

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

Shades of Emerald #50D76D

Tints of Emerald #50D76D

Color information

#50D76D (or 0x50D76D) is unknown color: approx Emerald. HEX triplet: 50, D7 and 6D. RGB value is (80,215,109). Sum of RGB (Red+Green+Blue) = 80+215+109=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #50D76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D76D is #AF2892. Grayscale: #A2A2A2. Windows color (decimal): -11479187 or 7198544. OLE color: 7198544.

HSL color Cylindrical-coordinate representation of color #50D76D: hue angle of 132.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D76D is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB80215109-
CMYK0.6300.490.16
HSL132.89º62.79%57.84%-
HSV(B)132.89º62.79%84.31%-
XYZ30.3751.4122.79-
YUV162.5597.7769.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 215 (84.38% from 255) = 53.22%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=19.80%
G=53.22%
B=26.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal802151090.6300.490.16132.8962.7957.84
Hex50D76D3F03110853f3a
Octal12032715577061202057772
Binary101000011010111110110111111101100011000010000101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,215,109); }

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

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

 a { background-color: rgb(80,215,109); }

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

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

 span { border-color: rgb(80,215,109); }

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