Html Css Color HEX #50D189 Emerald

📋 copy color: '#50D189'

red 80 ◦ green 209 ◦ blue 137

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

Shades of Emerald #50D189

Tints of Emerald #50D189

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.06%

 BLUE value IS 137 (53.91% from 255) = 32.16%

R = 18.78%
G = 49.06%
B = 32.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#50D189 (or 0x50D189) is known color: Emerald. HEX triplet: 50, D1 and 89. RGB value is (80,209,137). Sum of RGB (Red+Green+Blue) = 80+209+137=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #50D189 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D189 is #AF2E76. Grayscale: #A2A2A2. Windows color (decimal): -11480695 or 9032016. OLE color: 9032016.

HSL color Cylindrical-coordinate representation of color #50D189: hue angle of 146.51º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D189 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 209 137 -
CMYK 0.62 0 0.34 0.18
HSL 146.51º 0.58% 0.57% -
HSV(B) 146.51º 0.62% 0.82% -
XYZ 30.62 49.11 31.53 -
YUV 162.22 113.76 69.35 -
System Red Green Blue C M Y K H S L
Decimal 80 209 137 0.62 0 0.34 0.18 146.51 0.58 0.57
Hex 50 D1 89 3E 0 22 12 93 3A 39
Octal 120 321 211 76 0 42 22 223 72 71
Binary 1010000 11010001 10001001 111110 0 100010 10010 10010011 111010 111001

Color Harmonies of #50D189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D189

Black with #50D189

Text Example


Text Example

White with #50D189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,209,137); }

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

background-color css

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

 a { background-color: rgb(80,209,137); }

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

border-color css

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

 span { border-color: rgb(80,209,137); }

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