Html Css Color HEX #50D18C Emerald

📋 copy color: '#50D18C'

red 80 ◦ green 209 ◦ blue 140

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

Shades of Emerald #50D18C

Tints of Emerald #50D18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 18.65%
G = 48.72%
B = 32.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#50D18C (or 0x50D18C) is known color: Emerald. HEX triplet: 50, D1 and 8C. RGB value is (80,209,140). Sum of RGB (Red+Green+Blue) = 80+209+140=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 209 (82.03% from 255 or 48.72% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 209 - color contains mainly: green. Hex color #50D18C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D18C is #AF2E73. Grayscale: #A2A2A2. Windows color (decimal): -11480692 or 9228624. OLE color: 9228624.

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

Color convert

RGB 80 209 140 -
CMYK 0.62 0 0.33 0.18
HSL 147.91º 0.58% 0.57% -
HSV(B) 147.91º 0.62% 0.82% -
XYZ 30.84 49.2 32.68 -
YUV 162.56 115.26 69.11 -
System Red Green Blue C M Y K H S L
Decimal 80 209 140 0.62 0 0.33 0.18 147.91 0.58 0.57
Hex 50 D1 8C 3E 0 21 12 94 3A 39
Octal 120 321 214 76 0 41 22 224 72 71
Binary 1010000 11010001 10001100 111110 0 100001 10010 10010100 111010 111001

Color Harmonies of #50D18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D18C

Black with #50D18C

Text Example


Text Example

White with #50D18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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