Html Css Color HEX #50DD8B Emerald

📋 copy color: '#50DD8B'

red 80 ◦ green 221 ◦ blue 139

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

Shades of Emerald #50DD8B

Tints of Emerald #50DD8B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.23%

 BLUE value IS 139 (54.69% from 255) = 31.59%

R = 18.18%
G = 50.23%
B = 31.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#50DD8B (or 0x50DD8B) is known color: Emerald. HEX triplet: 50, DD and 8B. RGB value is (80,221,139). Sum of RGB (Red+Green+Blue) = 80+221+139=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DD8B is #AF2274. Grayscale: #A9A9A9. Windows color (decimal): -11477621 or 9166160. OLE color: 9166160.

HSL color Cylindrical-coordinate representation of color #50DD8B: hue angle of 145.11º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DD8B is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 221 139 -
CMYK 0.64 0 0.37 0.13
HSL 145.11º 0.67% 0.59% -
HSV(B) 145.11º 0.64% 0.87% -
XYZ 33.82 55.28 33.31 -
YUV 169.49 110.79 64.17 -
System Red Green Blue C M Y K H S L
Decimal 80 221 139 0.64 0 0.37 0.13 145.11 0.67 0.59
Hex 50 DD 8B 40 0 25 D 91 43 3B
Octal 120 335 213 100 0 45 15 221 103 73
Binary 1010000 11011101 10001011 1000000 0 100101 1101 10010001 1000011 111011

Color Harmonies of #50DD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DD8B

Black with #50DD8B

Text Example


Text Example

White with #50DD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,221,139); }

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

background-color css

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

 a { background-color: rgb(80,221,139); }

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

border-color css

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

 span { border-color: rgb(80,221,139); }

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