Html Css Color HEX #50DA86 Emerald

📋 copy color: '#50DA86'

red 80 ◦ green 218 ◦ blue 134

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

Shades of Emerald #50DA86

Tints of Emerald #50DA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 18.52%
G = 50.46%
B = 31.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#50DA86 (or 0x50DA86) is known color: Emerald. HEX triplet: 50, DA and 86. RGB value is (80,218,134). Sum of RGB (Red+Green+Blue) = 80+218+134=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DA86 is #AF2579. Grayscale: #A7A7A7. Windows color (decimal): -11478394 or 8837712. OLE color: 8837712.

HSL color Cylindrical-coordinate representation of color #50DA86: hue angle of 143.48º 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 #50DA86 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 134 -
CMYK 0.63 0 0.39 0.15
HSL 143.48º 0.65% 0.58% -
HSV(B) 143.48º 0.63% 0.85% -
XYZ 32.68 53.57 31.17 -
YUV 167.16 109.28 65.83 -
System Red Green Blue C M Y K H S L
Decimal 80 218 134 0.63 0 0.39 0.15 143.48 0.65 0.58
Hex 50 DA 86 3F 0 27 F 8F 41 3A
Octal 120 332 206 77 0 47 17 217 101 72
Binary 1010000 11011010 10000110 111111 0 100111 1111 10001111 1000001 111010

Color Harmonies of #50DA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA86

Black with #50DA86

Text Example


Text Example

White with #50DA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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