Html Css Color HEX #50EA7C Emerald

📋 copy color: '#50EA7C'

red 80 ◦ green 234 ◦ blue 124

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

Shades of Emerald #50EA7C

Tints of Emerald #50EA7C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.42%

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

R = 18.26%
G = 53.42%
B = 28.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#50EA7C (or 0x50EA7C) is known color: Emerald. HEX triplet: 50, EA and 7C. RGB value is (80,234,124). Sum of RGB (Red+Green+Blue) = 80+234+124=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 234 (91.80% from 255 or 53.42% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EA7C is #AF1583. Grayscale: #AFAFAF. Windows color (decimal): -11474308 or 8186448. OLE color: 8186448.

HSL color Cylindrical-coordinate representation of color #50EA7C: hue angle of 137.14º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EA7C is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 124 -
CMYK 0.66 0 0.47 0.08
HSL 137.14º 0.79% 0.62% -
HSV(B) 137.14º 0.66% 0.92% -
XYZ 36.37 62.01 29.12 -
YUV 175.41 98.98 59.94 -
System Red Green Blue C M Y K H S L
Decimal 80 234 124 0.66 0 0.47 0.08 137.14 0.79 0.62
Hex 50 EA 7C 42 0 2F 8 89 4F 3E
Octal 120 352 174 102 0 57 10 211 117 76
Binary 1010000 11101010 1111100 1000010 0 101111 1000 10001001 1001111 111110

Color Harmonies of #50EA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EA7C

Black with #50EA7C

Text Example


Text Example

White with #50EA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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