Html Css Color HEX #50EC76 Emerald

📋 copy color: '#50EC76'

red 80 ◦ green 236 ◦ blue 118

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

Shades of Emerald #50EC76

Tints of Emerald #50EC76

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54.38%

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

R = 18.43%
G = 54.38%
B = 27.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#50EC76 (or 0x50EC76) is known color: Emerald. HEX triplet: 50, EC and 76. RGB value is (80,236,118). Sum of RGB (Red+Green+Blue) = 80+236+118=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EC76 is #AF1389. Grayscale: #B0B0B0. Windows color (decimal): -11473802 or 7793744. OLE color: 7793744.

HSL color Cylindrical-coordinate representation of color #50EC76: hue angle of 134.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EC76 is Cyan = 0.66, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 236 118 -
CMYK 0.66 0 0.5 0.07
HSL 134.62º 0.8% 0.62% -
HSV(B) 134.62º 0.66% 0.93% -
XYZ 36.57 63 27.37 -
YUV 175.9 95.32 59.59 -
System Red Green Blue C M Y K H S L
Decimal 80 236 118 0.66 0 0.5 0.07 134.62 0.8 0.62
Hex 50 EC 76 42 0 32 7 87 50 3E
Octal 120 354 166 102 0 62 7 207 120 76
Binary 1010000 11101100 1110110 1000010 0 110010 111 10000111 1010000 111110

Color Harmonies of #50EC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EC76

Black with #50EC76

Text Example


Text Example

White with #50EC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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