Html Css Color HEX #50ED78 Emerald

📋 copy color: '#50ED78'

red 80 ◦ green 237 ◦ blue 120

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

Shades of Emerald #50ED78

Tints of Emerald #50ED78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.46%

R = 18.31%
G = 54.23%
B = 27.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#50ED78 (or 0x50ED78) is known color: Emerald. HEX triplet: 50, ED and 78. RGB value is (80,237,120). Sum of RGB (Red+Green+Blue) = 80+237+120=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 237 (92.97% from 255 or 54.23% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50ED78 is #AF1287. Grayscale: #B1B1B1. Windows color (decimal): -11473544 or 7925072. OLE color: 7925072.

HSL color Cylindrical-coordinate representation of color #50ED78: hue angle of 135.29º 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 #50ED78 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 237 120 -
CMYK 0.66 0 0.49 0.07
HSL 135.29º 0.81% 0.62% -
HSV(B) 135.29º 0.66% 0.93% -
XYZ 36.98 63.63 28.1 -
YUV 176.72 95.99 59.01 -
System Red Green Blue C M Y K H S L
Decimal 80 237 120 0.66 0 0.49 0.07 135.29 0.81 0.62
Hex 50 ED 78 42 0 31 7 87 51 3E
Octal 120 355 170 102 0 61 7 207 121 76
Binary 1010000 11101101 1111000 1000010 0 110001 111 10000111 1010001 111110

Color Harmonies of #50ED78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ED78

Black with #50ED78

Text Example


Text Example

White with #50ED78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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