Html Css Color HEX #50EC8C Emerald

📋 copy color: '#50EC8C'

red 80 ◦ green 236 ◦ blue 140

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

Shades of Emerald #50EC8C

Tints of Emerald #50EC8C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.75%

 BLUE value IS 140 (55.08% from 255) = 30.7%

R = 17.54%
G = 51.75%
B = 30.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#50EC8C (or 0x50EC8C) is known color: Emerald. HEX triplet: 50, EC and 8C. RGB value is (80,236,140). Sum of RGB (Red+Green+Blue) = 80+236+140=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EC8C is #AF1373. Grayscale: #B2B2B2. Windows color (decimal): -11473780 or 9235536. OLE color: 9235536.

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

Color convert

RGB 80 236 140 -
CMYK 0.66 0 0.41 0.07
HSL 143.08º 0.8% 0.62% -
HSV(B) 143.08º 0.66% 0.93% -
XYZ 38.04 63.59 35.08 -
YUV 178.41 106.32 57.81 -
System Red Green Blue C M Y K H S L
Decimal 80 236 140 0.66 0 0.41 0.07 143.08 0.8 0.62
Hex 50 EC 8C 42 0 29 7 8F 50 3E
Octal 120 354 214 102 0 51 7 217 120 76
Binary 1010000 11101100 10001100 1000010 0 101001 111 10001111 1010000 111110

Color Harmonies of #50EC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EC8C

Black with #50EC8C

Text Example


Text Example

White with #50EC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,236,140); }

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

background-color css

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

 a { background-color: rgb(80,236,140); }

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

border-color css

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

 span { border-color: rgb(80,236,140); }

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