#50D76A

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

Shades of Emerald #50D76A

Tints of Emerald #50D76A

Color information

#50D76A (or 0x50D76A) is unknown color: approx Emerald. HEX triplet: 50, D7 and 6A. RGB value is (80,215,106). Sum of RGB (Red+Green+Blue) = 80+215+106=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #50D76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D76A is #AF2895. Grayscale: #A2A2A2. Windows color (decimal): -11479190 or 7001936. OLE color: 7001936.

HSL color Cylindrical-coordinate representation of color #50D76A: hue angle of 131.56º 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 #50D76A is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB80215106-
CMYK0.6300.510.16
HSL131.56º62.79%57.84%-
HSV(B)131.56º62.79%84.31%-
XYZ30.2151.3521.95-
YUV162.2196.2769.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.95%
GREEN value IS 215 (84.38% from 255) = 53.62%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=19.95%
G=53.62%
B=26.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal802151060.6300.510.16131.5662.7957.84
Hex50D76A3F03310843f3a
Octal12032715277063202047772
Binary101000011010111110101011111101100111000010000100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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