Html Css Color HEX #50E37C Emerald

📋 copy color: '#50E37C'

red 80 ◦ green 227 ◦ blue 124

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

Shades of Emerald #50E37C

Tints of Emerald #50E37C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.67%

 BLUE value IS 124 (48.83% from 255) = 28.77%

R = 18.56%
G = 52.67%
B = 28.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#50E37C (or 0x50E37C) is known color: Emerald. HEX triplet: 50, E3 and 7C. RGB value is (80,227,124). Sum of RGB (Red+Green+Blue) = 80+227+124=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 227 (89.06% from 255 or 52.67% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 227 - color contains mainly: green. Hex color #50E37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E37C is #AF1C83. Grayscale: #ABABAB. Windows color (decimal): -11476100 or 8184656. OLE color: 8184656.

HSL color Cylindrical-coordinate representation of color #50E37C: hue angle of 137.96º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E37C is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 227 124 -
CMYK 0.65 0 0.45 0.11
HSL 137.96º 0.72% 0.6% -
HSV(B) 137.96º 0.65% 0.89% -
XYZ 34.42 58.1 28.47 -
YUV 171.31 101.3 62.88 -
System Red Green Blue C M Y K H S L
Decimal 80 227 124 0.65 0 0.45 0.11 137.96 0.72 0.6
Hex 50 E3 7C 41 0 2D B 8A 48 3C
Octal 120 343 174 101 0 55 13 212 110 74
Binary 1010000 11100011 1111100 1000001 0 101101 1011 10001010 1001000 111100

Color Harmonies of #50E37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E37C

Black with #50E37C

Text Example


Text Example

White with #50E37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,227,124); }

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

background-color css

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

 a { background-color: rgb(80,227,124); }

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

border-color css

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

 span { border-color: rgb(80,227,124); }

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