Html Css Color HEX #50BC79 Emerald

📋 copy color: '#50BC79'

red 80 ◦ green 188 ◦ blue 121

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

Shades of Emerald #50BC79

Tints of Emerald #50BC79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.11%

R = 20.57%
G = 48.33%
B = 31.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#50BC79 (or 0x50BC79) is known color: Emerald. HEX triplet: 50, BC and 79. RGB value is (80,188,121). Sum of RGB (Red+Green+Blue) = 80+188+121=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC79 is #AF4386. Grayscale: #949494. Windows color (decimal): -11486087 or 7978064. OLE color: 7978064.

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

Color convert

RGB 80 188 121 -
CMYK 0.57 0 0.36 0.26
HSL 142.78º 0.45% 0.53% -
HSV(B) 142.78º 0.57% 0.74% -
XYZ 24.74 39.05 24.32 -
YUV 148.07 112.72 79.45 -
System Red Green Blue C M Y K H S L
Decimal 80 188 121 0.57 0 0.36 0.26 142.78 0.45 0.53
Hex 50 BC 79 39 0 24 1A 8F 2D 35
Octal 120 274 171 71 0 44 32 217 55 65
Binary 1010000 10111100 1111001 111001 0 100100 11010 10001111 101101 110101

Color Harmonies of #50BC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC79

Black with #50BC79

Text Example


Text Example

White with #50BC79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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