Html Css Color HEX #50BC6B Emerald

📋 copy color: '#50BC6B'

red 80 ◦ green 188 ◦ blue 107

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

Shades of Emerald #50BC6B

Tints of Emerald #50BC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 21.33%
G = 50.13%
B = 28.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#50BC6B (or 0x50BC6B) is known color: Emerald. HEX triplet: 50, BC and 6B. RGB value is (80,188,107). Sum of RGB (Red+Green+Blue) = 80+188+107=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC6B is #AF4394. Grayscale: #929292. Windows color (decimal): -11486101 or 7060560. OLE color: 7060560.

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

Color convert

RGB 80 188 107 -
CMYK 0.57 0 0.43 0.26
HSL 135º 0.45% 0.53% -
HSV(B) 135º 0.57% 0.74% -
XYZ 23.95 38.73 20.12 -
YUV 146.47 105.72 80.59 -
System Red Green Blue C M Y K H S L
Decimal 80 188 107 0.57 0 0.43 0.26 135 0.45 0.53
Hex 50 BC 6B 39 0 2B 1A 87 2D 35
Octal 120 274 153 71 0 53 32 207 55 65
Binary 1010000 10111100 1101011 111001 0 101011 11010 10000111 101101 110101

Color Harmonies of #50BC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC6B

Black with #50BC6B

Text Example


Text Example

White with #50BC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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