Html Css Color HEX #50D676 Emerald

📋 copy color: '#50D676'

red 80 ◦ green 214 ◦ blue 118

#50D676
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #50D676

Tints of Emerald #50D676

RGB

 RED value IS 80 (31.64% from 255) = 19.42%

 GREEN value IS 214 (83.98% from 255) = 51.94%

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 19.42%
G = 51.94%
B = 28.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#50D676 (or 0x50D676) is known color: Emerald. HEX triplet: 50, D6 and 76. RGB value is (80,214,118). Sum of RGB (Red+Green+Blue) = 80+214+118=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #50D676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D676 is #AF2989. Grayscale: #A3A3A3. Windows color (decimal): -11479434 or 7788112. OLE color: 7788112.

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

Color convert

RGB 80 214 118 -
CMYK 0.63 0 0.45 0.16
HSL 137.01º 0.62% 0.58% -
HSV(B) 137.01º 0.63% 0.84% -
XYZ 30.62 51.11 25.39 -
YUV 162.99 102.61 68.81 -
System Red Green Blue C M Y K H S L
Decimal 80 214 118 0.63 0 0.45 0.16 137.01 0.62 0.58
Hex 50 D6 76 3F 0 2D 10 89 3E 3A
Octal 120 326 166 77 0 55 20 211 76 72
Binary 1010000 11010110 1110110 111111 0 101101 10000 10001001 111110 111010

Color Harmonies of #50D676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D676

Black with #50D676

Text Example


Text Example

White with #50D676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50D676;
 }
 .AnyTagClassName
 {
   color: #50D676;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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