#50d86d

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

Shades of Emerald #50D86D

Tints of Emerald #50D86D

Color information

#50D86D (or 0x50D86D) is unknown color: approx Emerald. HEX triplet: 50, D8 and 6D. RGB value is (80,216,109). Sum of RGB (Red+Green+Blue) = 80+216+109=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #50D86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D86D is #AF2792. Grayscale: #A3A3A3. Windows color (decimal): -11478931 or 7198800. OLE color: 7198800.

HSL color Cylindrical-coordinate representation of color #50D86D: hue angle of 132.79º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D86D is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB80216109-
CMYK0.6300.500.15
HSL132.79º63.55%58.04%-
HSV(B)132.79º62.96%84.71%-
XYZ30.6251.9222.88-
YUV163.1497.4468.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.75%
GREEN value IS 216 (84.77% from 255) = 53.33%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=19.75%
G=53.33%
B=26.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802161090.6300.500.15132.7963.5558.04
Hex50D86D3F032F85403a
Octal120330155770621720510072
Binary101000011011000110110111111101100101111100001011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50d86d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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