Html Css Color HEX #50D78C Emerald

📋 copy color: '#50D78C'

red 80 ◦ green 215 ◦ blue 140

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

Shades of Emerald #50D78C

Tints of Emerald #50D78C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.43%

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

R = 18.39%
G = 49.43%
B = 32.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#50D78C (or 0x50D78C) is known color: Emerald. HEX triplet: 50, D7 and 8C. RGB value is (80,215,140). Sum of RGB (Red+Green+Blue) = 80+215+140=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #50D78C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D78C is #AF2873. Grayscale: #A6A6A6. Windows color (decimal): -11479156 or 9230160. OLE color: 9230160.

HSL color Cylindrical-coordinate representation of color #50D78C: hue angle of 146.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D78C is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 215 140 -
CMYK 0.63 0 0.35 0.16
HSL 146.67º 0.63% 0.58% -
HSV(B) 146.67º 0.63% 0.84% -
XYZ 32.34 52.2 33.18 -
YUV 166.09 113.27 66.6 -
System Red Green Blue C M Y K H S L
Decimal 80 215 140 0.63 0 0.35 0.16 146.67 0.63 0.58
Hex 50 D7 8C 3F 0 23 10 93 3F 3A
Octal 120 327 214 77 0 43 20 223 77 72
Binary 1010000 11010111 10001100 111111 0 100011 10000 10010011 111111 111010

Color Harmonies of #50D78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D78C

Black with #50D78C

Text Example


Text Example

White with #50D78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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