Html Css Color HEX #50DA8D Emerald

📋 copy color: '#50DA8D'

red 80 ◦ green 218 ◦ blue 141

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

Shades of Emerald #50DA8D

Tints of Emerald #50DA8D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.66%

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

R = 18.22%
G = 49.66%
B = 32.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#50DA8D (or 0x50DA8D) is known color: Emerald. HEX triplet: 50, DA and 8D. RGB value is (80,218,141). Sum of RGB (Red+Green+Blue) = 80+218+141=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DA8D is #AF2572. Grayscale: #A8A8A8. Windows color (decimal): -11478387 or 9296464. OLE color: 9296464.

HSL color Cylindrical-coordinate representation of color #50DA8D: hue angle of 146.52º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DA8D is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 141 -
CMYK 0.63 0 0.35 0.15
HSL 146.52º 0.65% 0.58% -
HSV(B) 146.52º 0.63% 0.85% -
XYZ 33.19 53.77 33.83 -
YUV 167.96 112.78 65.26 -
System Red Green Blue C M Y K H S L
Decimal 80 218 141 0.63 0 0.35 0.15 146.52 0.65 0.58
Hex 50 DA 8D 3F 0 23 F 93 41 3A
Octal 120 332 215 77 0 43 17 223 101 72
Binary 1010000 11011010 10001101 111111 0 100011 1111 10010011 1000001 111010

Color Harmonies of #50DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA8D

Black with #50DA8D

Text Example


Text Example

White with #50DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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