Html Css Color HEX #50BC80 Emerald

📋 copy color: '#50BC80'

red 80 ◦ green 188 ◦ blue 128

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

Shades of Emerald #50BC80

Tints of Emerald #50BC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.32%

R = 20.2%
G = 47.47%
B = 32.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#50BC80 (or 0x50BC80) is known color: Emerald. HEX triplet: 50, BC and 80. RGB value is (80,188,128). Sum of RGB (Red+Green+Blue) = 80+188+128=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC80 is #AF437F. Grayscale: #959595. Windows color (decimal): -11486080 or 8436816. OLE color: 8436816.

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

Color convert

RGB 80 188 128 -
CMYK 0.57 0 0.32 0.26
HSL 146.67º 0.45% 0.53% -
HSV(B) 146.67º 0.57% 0.74% -
XYZ 25.19 39.23 26.67 -
YUV 148.87 116.22 78.88 -
System Red Green Blue C M Y K H S L
Decimal 80 188 128 0.57 0 0.32 0.26 146.67 0.45 0.53
Hex 50 BC 80 39 0 20 1A 93 2D 35
Octal 120 274 200 71 0 40 32 223 55 65
Binary 1010000 10111100 10000000 111001 0 100000 11010 10010011 101101 110101

Color Harmonies of #50BC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC80

Black with #50BC80

Text Example


Text Example

White with #50BC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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