Html Css Color HEX #50E86D Emerald

📋 copy color: '#50E86D'

red 80 ◦ green 232 ◦ blue 109

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

Shades of Emerald #50E86D

Tints of Emerald #50E86D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 55.11%

 BLUE value IS 109 (42.97% from 255) = 25.89%

R = 19%
G = 55.11%
B = 25.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#50E86D (or 0x50E86D) is known color: Emerald. HEX triplet: 50, E8 and 6D. RGB value is (80,232,109). Sum of RGB (Red+Green+Blue) = 80+232+109=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 232 (91.02% from 255 or 55.11% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 232 - color contains mainly: green. Hex color #50E86D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E86D is #AF1792. Grayscale: #ACACAC. Windows color (decimal): -11474835 or 7202896. OLE color: 7202896.

HSL color Cylindrical-coordinate representation of color #50E86D: hue angle of 131.45º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E86D is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 232 109 -
CMYK 0.66 0 0.53 0.09
HSL 131.45º 0.77% 0.61% -
HSV(B) 131.45º 0.66% 0.91% -
XYZ 34.93 60.52 24.31 -
YUV 172.53 92.14 62 -
System Red Green Blue C M Y K H S L
Decimal 80 232 109 0.66 0 0.53 0.09 131.45 0.77 0.61
Hex 50 E8 6D 42 0 35 9 83 4D 3D
Octal 120 350 155 102 0 65 11 203 115 75
Binary 1010000 11101000 1101101 1000010 0 110101 1001 10000011 1001101 111101

Color Harmonies of #50E86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E86D

Black with #50E86D

Text Example


Text Example

White with #50E86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,232,109); }

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

background-color css

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

 a { background-color: rgb(80,232,109); }

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

border-color css

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

 span { border-color: rgb(80,232,109); }

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