Html Css Color HEX #50D780 Emerald

📋 copy color: '#50D780'

red 80 ◦ green 215 ◦ blue 128

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

Shades of Emerald #50D780

Tints of Emerald #50D780

RGB

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

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

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

R = 18.91%
G = 50.83%
B = 30.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#50D780 (or 0x50D780) is known color: Emerald. HEX triplet: 50, D7 and 80. RGB value is (80,215,128). Sum of RGB (Red+Green+Blue) = 80+215+128=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #50D780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D780 is #AF287F. Grayscale: #A4A4A4. Windows color (decimal): -11479168 or 8443728. OLE color: 8443728.

HSL color Cylindrical-coordinate representation of color #50D780: hue angle of 141.33º 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 #50D780 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 215 128 -
CMYK 0.63 0 0.40 0.16
HSL 141.33º 0.63% 0.58% -
HSV(B) 141.33º 0.63% 0.84% -
XYZ 31.5 51.86 28.77 -
YUV 164.72 107.27 67.57 -
System Red Green Blue C M Y K H S L
Decimal 80 215 128 0.63 0 0.40 0.16 141.33 0.63 0.58
Hex 50 D7 80 3F 0 28 10 8D 3F 3A
Octal 120 327 200 77 0 50 20 215 77 72
Binary 1010000 11010111 10000000 111111 0 101000 10000 10001101 111111 111010

Color Harmonies of #50D780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D780

Black with #50D780

Text Example


Text Example

White with #50D780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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