Html Css Color HEX #50E38D Emerald

📋 copy color: '#50E38D'

red 80 ◦ green 227 ◦ blue 141

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

Shades of Emerald #50E38D

Tints of Emerald #50E38D

RGB

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

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

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

R = 17.86%
G = 50.67%
B = 31.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#50E38D (or 0x50E38D) is known color: Emerald. HEX triplet: 50, E3 and 8D. RGB value is (80,227,141). Sum of RGB (Red+Green+Blue) = 80+227+141=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #50E38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E38D is #AF1C72. Grayscale: #ADADAD. Windows color (decimal): -11476083 or 9298768. OLE color: 9298768.

HSL color Cylindrical-coordinate representation of color #50E38D: hue angle of 144.9º 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 #50E38D is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 227 141 -
CMYK 0.65 0 0.38 0.11
HSL 144.9º 0.72% 0.6% -
HSV(B) 144.9º 0.65% 0.89% -
XYZ 35.59 58.57 34.63 -
YUV 173.24 109.8 61.49 -
System Red Green Blue C M Y K H S L
Decimal 80 227 141 0.65 0 0.38 0.11 144.9 0.72 0.6
Hex 50 E3 8D 41 0 26 B 91 48 3C
Octal 120 343 215 101 0 46 13 221 110 74
Binary 1010000 11100011 10001101 1000001 0 100110 1011 10010001 1001000 111100

Color Harmonies of #50E38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E38D

Black with #50E38D

Text Example


Text Example

White with #50E38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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