#50B96D

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

Shades of Emerald #50B96D

Tints of Emerald #50B96D

Color information

#50B96D (or 0x50B96D) is unknown color: approx Emerald. HEX triplet: 50, B9 and 6D. RGB value is (80,185,109). Sum of RGB (Red+Green+Blue) = 80+185+109=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #50B96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B96D is #AF4692. Grayscale: #919191. Windows color (decimal): -11486867 or 7190864. OLE color: 7190864.

HSL color Cylindrical-coordinate representation of color #50B96D: hue angle of 136.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B96D is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB80185109-
CMYK0.5700.410.27
HSL136.57º42.86%51.96%-
HSV(B)136.57º56.76%72.55%-
XYZ23.4237.5120.47-
YUV144.94107.7181.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 185 (72.66% from 255) = 49.47%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=21.39%
G=49.47%
B=29.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801851090.5700.410.27136.5742.8651.96
Hex50B96D390291B892b34
Octal12027115571051332115364
Binary101000010111001110110111100101010011101110001001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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