Html Css Color HEX #50E57C Emerald

📋 copy color: '#50E57C'

red 80 ◦ green 229 ◦ blue 124

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

Shades of Emerald #50E57C

Tints of Emerald #50E57C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.89%

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

R = 18.48%
G = 52.89%
B = 28.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#50E57C (or 0x50E57C) is known color: Emerald. HEX triplet: 50, E5 and 7C. RGB value is (80,229,124). Sum of RGB (Red+Green+Blue) = 80+229+124=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #50E57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E57C is #AF1A83. Grayscale: #ACACAC. Windows color (decimal): -11475588 or 8185168. OLE color: 8185168.

HSL color Cylindrical-coordinate representation of color #50E57C: hue angle of 137.72º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E57C is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 229 124 -
CMYK 0.65 0 0.46 0.10
HSL 137.72º 0.74% 0.61% -
HSV(B) 137.72º 0.65% 0.9% -
XYZ 34.97 59.2 28.65 -
YUV 172.48 100.64 62.04 -
System Red Green Blue C M Y K H S L
Decimal 80 229 124 0.65 0 0.46 0.10 137.72 0.74 0.61
Hex 50 E5 7C 41 0 2E A 8A 4A 3D
Octal 120 345 174 101 0 56 12 212 112 75
Binary 1010000 11100101 1111100 1000001 0 101110 1010 10001010 1001010 111101

Color Harmonies of #50E57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E57C

Black with #50E57C

Text Example


Text Example

White with #50E57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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