Html Css Color HEX #50B876 Emerald

📋 copy color: '#50B876'

red 80 ◦ green 184 ◦ blue 118

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

Shades of Emerald #50B876

Tints of Emerald #50B876

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.17%

 BLUE value IS 118 (46.48% from 255) = 30.89%

R = 20.94%
G = 48.17%
B = 30.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#50B876 (or 0x50B876) is known color: Emerald. HEX triplet: 50, B8 and 76. RGB value is (80,184,118). Sum of RGB (Red+Green+Blue) = 80+184+118=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #50B876 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B876 is #AF4789. Grayscale: #919191. Windows color (decimal): -11487114 or 7780432. OLE color: 7780432.

HSL color Cylindrical-coordinate representation of color #50B876: hue angle of 141.92º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B876 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 184 118 -
CMYK 0.57 0 0.36 0.28
HSL 141.92º 0.42% 0.52% -
HSV(B) 141.92º 0.57% 0.72% -
XYZ 23.72 37.29 23.09 -
YUV 145.38 112.54 81.37 -
System Red Green Blue C M Y K H S L
Decimal 80 184 118 0.57 0 0.36 0.28 141.92 0.42 0.52
Hex 50 B8 76 39 0 24 1C 8E 2A 34
Octal 120 270 166 71 0 44 34 216 52 64
Binary 1010000 10111000 1110110 111001 0 100100 11100 10001110 101010 110100

Color Harmonies of #50B876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B876

Black with #50B876

Text Example


Text Example

White with #50B876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,184,118); }

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

background-color css

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

 a { background-color: rgb(80,184,118); }

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

border-color css

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

 span { border-color: rgb(80,184,118); }

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