Html Css Color HEX #50D891 Emerald

📋 copy color: '#50D891'

red 80 ◦ green 216 ◦ blue 145

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

Shades of Emerald #50D891

Tints of Emerald #50D891

RGB

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

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

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

R = 18.14%
G = 48.98%
B = 32.88%

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

#50D891 (or 0x50D891) is known color: Emerald. HEX triplet: 50, D8 and 91. RGB value is (80,216,145). Sum of RGB (Red+Green+Blue) = 80+216+145=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #50D891 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D891 is #AF276E. Grayscale: #A7A7A7. Windows color (decimal): -11478895 or 9558096. OLE color: 9558096.

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

Color convert

RGB 80 216 145 -
CMYK 0.63 0 0.33 0.15
HSL 148.68º 0.64% 0.58% -
HSV(B) 148.68º 0.63% 0.85% -
XYZ 32.97 52.86 35.25 -
YUV 167.24 115.44 65.77 -
System Red Green Blue C M Y K H S L
Decimal 80 216 145 0.63 0 0.33 0.15 148.68 0.64 0.58
Hex 50 D8 91 3F 0 21 F 95 40 3A
Octal 120 330 221 77 0 41 17 225 100 72
Binary 1010000 11011000 10010001 111111 0 100001 1111 10010101 1000000 111010

Color Harmonies of #50D891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D891

Black with #50D891

Text Example


Text Example

White with #50D891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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