Html Css Color HEX #50D473 Emerald

📋 copy color: '#50D473'

red 80 ◦ green 212 ◦ blue 115

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

Shades of Emerald #50D473

Tints of Emerald #50D473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.26%

R = 19.66%
G = 52.09%
B = 28.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#50D473 (or 0x50D473) is known color: Emerald. HEX triplet: 50, D4 and 73. RGB value is (80,212,115). Sum of RGB (Red+Green+Blue) = 80+212+115=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #50D473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D473 is #AF2B8C. Grayscale: #A1A1A1. Windows color (decimal): -11479949 or 7590992. OLE color: 7590992.

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

Color convert

RGB 80 212 115 -
CMYK 0.62 0 0.46 0.17
HSL 135.91º 0.61% 0.57% -
HSV(B) 135.91º 0.62% 0.83% -
XYZ 29.95 50.03 24.3 -
YUV 161.47 101.77 69.89 -
System Red Green Blue C M Y K H S L
Decimal 80 212 115 0.62 0 0.46 0.17 135.91 0.61 0.57
Hex 50 D4 73 3E 0 2E 11 88 3D 39
Octal 120 324 163 76 0 56 21 210 75 71
Binary 1010000 11010100 1110011 111110 0 101110 10001 10001000 111101 111001

Color Harmonies of #50D473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D473

Black with #50D473

Text Example


Text Example

White with #50D473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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