Html Css Color HEX #50D984 Emerald

📋 copy color: '#50D984'

red 80 ◦ green 217 ◦ blue 132

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

Shades of Emerald #50D984

Tints of Emerald #50D984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.77%

R = 18.65%
G = 50.58%
B = 30.77%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#50D984 (or 0x50D984) is known color: Emerald. HEX triplet: 50, D9 and 84. RGB value is (80,217,132). Sum of RGB (Red+Green+Blue) = 80+217+132=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #50D984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D984 is #AF267B. Grayscale: #A6A6A6. Windows color (decimal): -11478652 or 8706384. OLE color: 8706384.

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

Color convert

RGB 80 217 132 -
CMYK 0.63 0 0.39 0.15
HSL 142.77º 0.64% 0.58% -
HSV(B) 142.77º 0.63% 0.85% -
XYZ 32.29 53 30.36 -
YUV 166.35 108.61 66.41 -
System Red Green Blue C M Y K H S L
Decimal 80 217 132 0.63 0 0.39 0.15 142.77 0.64 0.58
Hex 50 D9 84 3F 0 27 F 8F 40 3A
Octal 120 331 204 77 0 47 17 217 100 72
Binary 1010000 11011001 10000100 111111 0 100111 1111 10001111 1000000 111010

Color Harmonies of #50D984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D984

Black with #50D984

Text Example


Text Example

White with #50D984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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