Html Css Color HEX #50D880 Emerald

📋 copy color: '#50D880'

red 80 ◦ green 216 ◦ blue 128

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

Shades of Emerald #50D880

Tints of Emerald #50D880

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.94%

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

R = 18.87%
G = 50.94%
B = 30.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#50D880 (or 0x50D880) is known color: Emerald. HEX triplet: 50, D8 and 80. RGB value is (80,216,128). Sum of RGB (Red+Green+Blue) = 80+216+128=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #50D880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D880 is #AF277F. Grayscale: #A5A5A5. Windows color (decimal): -11478912 or 8443984. OLE color: 8443984.

HSL color Cylindrical-coordinate representation of color #50D880: hue angle of 141.18º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D880 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 216 128 -
CMYK 0.63 0 0.41 0.15
HSL 141.18º 0.64% 0.58% -
HSV(B) 141.18º 0.63% 0.85% -
XYZ 31.76 52.38 28.86 -
YUV 165.3 106.94 67.16 -
System Red Green Blue C M Y K H S L
Decimal 80 216 128 0.63 0 0.41 0.15 141.18 0.64 0.58
Hex 50 D8 80 3F 0 29 F 8D 40 3A
Octal 120 330 200 77 0 51 17 215 100 72
Binary 1010000 11011000 10000000 111111 0 101001 1111 10001101 1000000 111010

Color Harmonies of #50D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D880

Black with #50D880

Text Example


Text Example

White with #50D880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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