Html Css Color HEX #50D576 Emerald

📋 copy color: '#50D576'

red 80 ◦ green 213 ◦ blue 118

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

Shades of Emerald #50D576

Tints of Emerald #50D576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.82%

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

R = 19.46%
G = 51.82%
B = 28.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#50D576 (or 0x50D576) is known color: Emerald. HEX triplet: 50, D5 and 76. RGB value is (80,213,118). Sum of RGB (Red+Green+Blue) = 80+213+118=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #50D576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D576 is #AF2A89. Grayscale: #A2A2A2. Windows color (decimal): -11479690 or 7787856. OLE color: 7787856.

HSL color Cylindrical-coordinate representation of color #50D576: hue angle of 137.14º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D576 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 118 -
CMYK 0.62 0 0.45 0.16
HSL 137.14º 0.61% 0.57% -
HSV(B) 137.14º 0.62% 0.84% -
XYZ 30.37 50.6 25.31 -
YUV 162.4 102.94 69.22 -
System Red Green Blue C M Y K H S L
Decimal 80 213 118 0.62 0 0.45 0.16 137.14 0.61 0.57
Hex 50 D5 76 3E 0 2D 10 89 3D 39
Octal 120 325 166 76 0 55 20 211 75 71
Binary 1010000 11010101 1110110 111110 0 101101 10000 10001001 111101 111001

Color Harmonies of #50D576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D576

Black with #50D576

Text Example


Text Example

White with #50D576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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