Html Css Color HEX #50BC77 Emerald

📋 copy color: '#50BC77'

red 80 ◦ green 188 ◦ blue 119

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

Shades of Emerald #50BC77

Tints of Emerald #50BC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.75%

R = 20.67%
G = 48.58%
B = 30.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#50BC77 (or 0x50BC77) is known color: Emerald. HEX triplet: 50, BC and 77. RGB value is (80,188,119). Sum of RGB (Red+Green+Blue) = 80+188+119=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC77 is #AF4388. Grayscale: #949494. Windows color (decimal): -11486089 or 7846992. OLE color: 7846992.

HSL color Cylindrical-coordinate representation of color #50BC77: hue angle of 141.67º 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 #50BC77 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 119 -
CMYK 0.57 0 0.37 0.26
HSL 141.67º 0.45% 0.53% -
HSV(B) 141.67º 0.57% 0.74% -
XYZ 24.62 39 23.68 -
YUV 147.84 111.72 79.61 -
System Red Green Blue C M Y K H S L
Decimal 80 188 119 0.57 0 0.37 0.26 141.67 0.45 0.53
Hex 50 BC 77 39 0 25 1A 8E 2D 35
Octal 120 274 167 71 0 45 32 216 55 65
Binary 1010000 10111100 1110111 111001 0 100101 11010 10001110 101101 110101

Color Harmonies of #50BC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC77

Black with #50BC77

Text Example


Text Example

White with #50BC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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