Html Css Color HEX #50ED7B Emerald

📋 copy color: '#50ED7B'

red 80 ◦ green 237 ◦ blue 123

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

Shades of Emerald #50ED7B

Tints of Emerald #50ED7B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.86%

 BLUE value IS 123 (48.44% from 255) = 27.95%

R = 18.18%
G = 53.86%
B = 27.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#50ED7B (or 0x50ED7B) is known color: Emerald. HEX triplet: 50, ED and 7B. RGB value is (80,237,123). Sum of RGB (Red+Green+Blue) = 80+237+123=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 237 (92.97% from 255 or 53.86% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50ED7B is #AF1284. Grayscale: #B1B1B1. Windows color (decimal): -11473541 or 8121680. OLE color: 8121680.

HSL color Cylindrical-coordinate representation of color #50ED7B: hue angle of 136.43º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ED7B is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 237 123 -
CMYK 0.66 0 0.48 0.07
HSL 136.43º 0.81% 0.62% -
HSV(B) 136.43º 0.66% 0.93% -
XYZ 37.17 63.7 29.08 -
YUV 177.06 97.49 58.77 -
System Red Green Blue C M Y K H S L
Decimal 80 237 123 0.66 0 0.48 0.07 136.43 0.81 0.62
Hex 50 ED 7B 42 0 30 7 88 51 3E
Octal 120 355 173 102 0 60 7 210 121 76
Binary 1010000 11101101 1111011 1000010 0 110000 111 10001000 1010001 111110

Color Harmonies of #50ED7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ED7B

Black with #50ED7B

Text Example


Text Example

White with #50ED7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,237,123); }

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

background-color css

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

 a { background-color: rgb(80,237,123); }

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

border-color css

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

 span { border-color: rgb(80,237,123); }

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