Html Css Color HEX #50D988 Emerald

📋 copy color: '#50D988'

red 80 ◦ green 217 ◦ blue 136

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

Shades of Emerald #50D988

Tints of Emerald #50D988

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.12%

 BLUE value IS 136 (53.52% from 255) = 31.41%

R = 18.48%
G = 50.12%
B = 31.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#50D988 (or 0x50D988) is known color: Emerald. HEX triplet: 50, D9 and 88. RGB value is (80,217,136). Sum of RGB (Red+Green+Blue) = 80+217+136=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #50D988 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D988 is #AF2677. Grayscale: #A6A6A6. Windows color (decimal): -11478648 or 8968528. OLE color: 8968528.

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

Color convert

RGB 80 217 136 -
CMYK 0.63 0 0.37 0.15
HSL 144.53º 0.64% 0.58% -
HSV(B) 144.53º 0.63% 0.85% -
XYZ 32.57 53.11 31.83 -
YUV 166.8 110.61 66.09 -
System Red Green Blue C M Y K H S L
Decimal 80 217 136 0.63 0 0.37 0.15 144.53 0.64 0.58
Hex 50 D9 88 3F 0 25 F 91 40 3A
Octal 120 331 210 77 0 45 17 221 100 72
Binary 1010000 11011001 10001000 111111 0 100101 1111 10010001 1000000 111010

Color Harmonies of #50D988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D988

Black with #50D988

Text Example


Text Example

White with #50D988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,217,136); }

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

background-color css

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

 a { background-color: rgb(80,217,136); }

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

border-color css

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

 span { border-color: rgb(80,217,136); }

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