Html Css Color HEX #50D47D Emerald

📋 copy color: '#50D47D'

red 80 ◦ green 212 ◦ blue 125

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

Shades of Emerald #50D47D

Tints of Emerald #50D47D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.84%

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 19.18%
G = 50.84%
B = 29.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#50D47D (or 0x50D47D) is known color: Emerald. HEX triplet: 50, D4 and 7D. RGB value is (80,212,125). Sum of RGB (Red+Green+Blue) = 80+212+125=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #50D47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D47D is #AF2B82. Grayscale: #A2A2A2. Windows color (decimal): -11479939 or 8246352. OLE color: 8246352.

HSL color Cylindrical-coordinate representation of color #50D47D: hue angle of 140.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D47D is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 212 125 -
CMYK 0.62 0 0.41 0.17
HSL 140.45º 0.61% 0.57% -
HSV(B) 140.45º 0.62% 0.83% -
XYZ 30.55 50.27 27.5 -
YUV 162.61 106.77 69.07 -
System Red Green Blue C M Y K H S L
Decimal 80 212 125 0.62 0 0.41 0.17 140.45 0.61 0.57
Hex 50 D4 7D 3E 0 29 11 8C 3D 39
Octal 120 324 175 76 0 51 21 214 75 71
Binary 1010000 11010100 1111101 111110 0 101001 10001 10001100 111101 111001

Color Harmonies of #50D47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D47D

Black with #50D47D

Text Example


Text Example

White with #50D47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,212,125); }

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

background-color css

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

 a { background-color: rgb(80,212,125); }

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

border-color css

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

 span { border-color: rgb(80,212,125); }

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