Html Css Color HEX #50DD7C Emerald

📋 copy color: '#50DD7C'

red 80 ◦ green 221 ◦ blue 124

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

Shades of Emerald #50DD7C

Tints of Emerald #50DD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 18.82%
G = 52%
B = 29.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#50DD7C (or 0x50DD7C) is known color: Emerald. HEX triplet: 50, DD and 7C. RGB value is (80,221,124). Sum of RGB (Red+Green+Blue) = 80+221+124=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DD7C is #AF2283. Grayscale: #A8A8A8. Windows color (decimal): -11477636 or 8183120. OLE color: 8183120.

HSL color Cylindrical-coordinate representation of color #50DD7C: hue angle of 138.72º 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 #50DD7C is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 221 124 -
CMYK 0.64 0 0.44 0.13
HSL 138.72º 0.67% 0.59% -
HSV(B) 138.72º 0.64% 0.87% -
XYZ 32.8 54.87 27.93 -
YUV 167.78 103.29 65.39 -
System Red Green Blue C M Y K H S L
Decimal 80 221 124 0.64 0 0.44 0.13 138.72 0.67 0.59
Hex 50 DD 7C 40 0 2C D 8B 43 3B
Octal 120 335 174 100 0 54 15 213 103 73
Binary 1010000 11011101 1111100 1000000 0 101100 1101 10001011 1000011 111011

Color Harmonies of #50DD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DD7C

Black with #50DD7C

Text Example


Text Example

White with #50DD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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