Html Css Color HEX #50BC73 Emerald

📋 copy color: '#50BC73'

red 80 ◦ green 188 ◦ blue 115

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

Shades of Emerald #50BC73

Tints of Emerald #50BC73

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.09%

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

R = 20.89%
G = 49.09%
B = 30.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#50BC73 (or 0x50BC73) is known color: Emerald. HEX triplet: 50, BC and 73. RGB value is (80,188,115). Sum of RGB (Red+Green+Blue) = 80+188+115=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC73 is #AF438C. Grayscale: #939393. Windows color (decimal): -11486093 or 7584848. OLE color: 7584848.

HSL color Cylindrical-coordinate representation of color #50BC73: hue angle of 139.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC73 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 115 -
CMYK 0.57 0 0.39 0.26
HSL 139.44º 0.45% 0.53% -
HSV(B) 139.44º 0.57% 0.74% -
XYZ 24.39 38.91 22.44 -
YUV 147.39 109.72 79.94 -
System Red Green Blue C M Y K H S L
Decimal 80 188 115 0.57 0 0.39 0.26 139.44 0.45 0.53
Hex 50 BC 73 39 0 27 1A 8B 2D 35
Octal 120 274 163 71 0 47 32 213 55 65
Binary 1010000 10111100 1110011 111001 0 100111 11010 10001011 101101 110101

Color Harmonies of #50BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC73

Black with #50BC73

Text Example


Text Example

White with #50BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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