Html Css Color HEX #50BC7B Emerald

📋 copy color: '#50BC7B'

red 80 ◦ green 188 ◦ blue 123

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

Shades of Emerald #50BC7B

Tints of Emerald #50BC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 20.46%
G = 48.08%
B = 31.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#50BC7B (or 0x50BC7B) is known color: Emerald. HEX triplet: 50, BC and 7B. RGB value is (80,188,123). Sum of RGB (Red+Green+Blue) = 80+188+123=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC7B is #AF4384. Grayscale: #949494. Windows color (decimal): -11486085 or 8109136. OLE color: 8109136.

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

Color convert

RGB 80 188 123 -
CMYK 0.57 0 0.35 0.26
HSL 143.89º 0.45% 0.53% -
HSV(B) 143.89º 0.57% 0.74% -
XYZ 24.87 39.1 24.98 -
YUV 148.3 113.72 79.29 -
System Red Green Blue C M Y K H S L
Decimal 80 188 123 0.57 0 0.35 0.26 143.89 0.45 0.53
Hex 50 BC 7B 39 0 23 1A 90 2D 35
Octal 120 274 173 71 0 43 32 220 55 65
Binary 1010000 10111100 1111011 111001 0 100011 11010 10010000 101101 110101

Color Harmonies of #50BC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC7B

Black with #50BC7B

Text Example


Text Example

White with #50BC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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