Html Css Color HEX #50D991 Emerald

📋 copy color: '#50D991'

red 80 ◦ green 217 ◦ blue 145

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

Shades of Emerald #50D991

Tints of Emerald #50D991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.81%

R = 18.1%
G = 49.1%
B = 32.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#50D991 (or 0x50D991) is known color: Emerald. HEX triplet: 50, D9 and 91. RGB value is (80,217,145). Sum of RGB (Red+Green+Blue) = 80+217+145=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #50D991 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D991 is #AF266E. Grayscale: #A7A7A7. Windows color (decimal): -11478639 or 9558352. OLE color: 9558352.

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

Color convert

RGB 80 217 145 -
CMYK 0.63 0 0.33 0.15
HSL 148.47º 0.64% 0.58% -
HSV(B) 148.47º 0.63% 0.85% -
XYZ 33.23 53.38 35.34 -
YUV 167.83 115.11 65.35 -
System Red Green Blue C M Y K H S L
Decimal 80 217 145 0.63 0 0.33 0.15 148.47 0.64 0.58
Hex 50 D9 91 3F 0 21 F 94 40 3A
Octal 120 331 221 77 0 41 17 224 100 72
Binary 1010000 11011001 10010001 111111 0 100001 1111 10010100 1000000 111010

Color Harmonies of #50D991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D991

Black with #50D991

Text Example


Text Example

White with #50D991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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