Html Css Color HEX #50EA80 Emerald

📋 copy color: '#50EA80'

red 80 ◦ green 234 ◦ blue 128

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

Shades of Emerald #50EA80

Tints of Emerald #50EA80

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.94%

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 18.1%
G = 52.94%
B = 28.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#50EA80 (or 0x50EA80) is known color: Emerald. HEX triplet: 50, EA and 80. RGB value is (80,234,128). Sum of RGB (Red+Green+Blue) = 80+234+128=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 234 (91.80% from 255 or 52.94% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EA80 is #AF157F. Grayscale: #B0B0B0. Windows color (decimal): -11474304 or 8448592. OLE color: 8448592.

HSL color Cylindrical-coordinate representation of color #50EA80: hue angle of 138.7º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EA80 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 128 -
CMYK 0.66 0 0.45 0.08
HSL 138.7º 0.79% 0.62% -
HSV(B) 138.7º 0.66% 0.92% -
XYZ 36.63 62.11 30.48 -
YUV 175.87 100.98 59.62 -
System Red Green Blue C M Y K H S L
Decimal 80 234 128 0.66 0 0.45 0.08 138.7 0.79 0.62
Hex 50 EA 80 42 0 2D 8 8B 4F 3E
Octal 120 352 200 102 0 55 10 213 117 76
Binary 1010000 11101010 10000000 1000010 0 101101 1000 10001011 1001111 111110

Color Harmonies of #50EA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EA80

Black with #50EA80

Text Example


Text Example

White with #50EA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,234,128); }

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

background-color css

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

 a { background-color: rgb(80,234,128); }

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

border-color css

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

 span { border-color: rgb(80,234,128); }

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