Html Css Color HEX #50D47F Emerald

📋 copy color: '#50D47F'

red 80 ◦ green 212 ◦ blue 127

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

Shades of Emerald #50D47F

Tints of Emerald #50D47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.31%

R = 19.09%
G = 50.6%
B = 30.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#50D47F (or 0x50D47F) is known color: Emerald. HEX triplet: 50, D4 and 7F. RGB value is (80,212,127). Sum of RGB (Red+Green+Blue) = 80+212+127=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #50D47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D47F is #AF2B80. Grayscale: #A3A3A3. Windows color (decimal): -11479937 or 8377424. OLE color: 8377424.

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

Color convert

RGB 80 212 127 -
CMYK 0.62 0 0.40 0.17
HSL 141.36º 0.61% 0.57% -
HSV(B) 141.36º 0.62% 0.83% -
XYZ 30.68 50.32 28.18 -
YUV 162.84 107.77 68.91 -
System Red Green Blue C M Y K H S L
Decimal 80 212 127 0.62 0 0.40 0.17 141.36 0.61 0.57
Hex 50 D4 7F 3E 0 28 11 8D 3D 39
Octal 120 324 177 76 0 50 21 215 75 71
Binary 1010000 11010100 1111111 111110 0 101000 10001 10001101 111101 111001

Color Harmonies of #50D47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D47F

Black with #50D47F

Text Example


Text Example

White with #50D47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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