Html Css Color HEX #50E18D Emerald

📋 copy color: '#50E18D'

red 80 ◦ green 225 ◦ blue 141

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

Shades of Emerald #50E18D

Tints of Emerald #50E18D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.45%

 BLUE value IS 141 (55.47% from 255) = 31.61%

R = 17.94%
G = 50.45%
B = 31.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#50E18D (or 0x50E18D) is known color: Emerald. HEX triplet: 50, E1 and 8D. RGB value is (80,225,141). Sum of RGB (Red+Green+Blue) = 80+225+141=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #50E18D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E18D is #AF1E72. Grayscale: #ACACAC. Windows color (decimal): -11476595 or 9298256. OLE color: 9298256.

HSL color Cylindrical-coordinate representation of color #50E18D: hue angle of 145.24º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E18D is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 225 141 -
CMYK 0.64 0 0.37 0.12
HSL 145.24º 0.71% 0.6% -
HSV(B) 145.24º 0.64% 0.88% -
XYZ 35.04 57.48 34.45 -
YUV 172.07 110.46 62.33 -
System Red Green Blue C M Y K H S L
Decimal 80 225 141 0.64 0 0.37 0.12 145.24 0.71 0.6
Hex 50 E1 8D 40 0 25 C 91 47 3C
Octal 120 341 215 100 0 45 14 221 107 74
Binary 1010000 11100001 10001101 1000000 0 100101 1100 10010001 1000111 111100

Color Harmonies of #50E18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E18D

Black with #50E18D

Text Example


Text Example

White with #50E18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,225,141); }

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

background-color css

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

 a { background-color: rgb(80,225,141); }

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

border-color css

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

 span { border-color: rgb(80,225,141); }

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