Html Css Color HEX #50BC70 Emerald

📋 copy color: '#50BC70'

red 80 ◦ green 188 ◦ blue 112

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

Shades of Emerald #50BC70

Tints of Emerald #50BC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.47%

R = 21.05%
G = 49.47%
B = 29.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#50BC70 (or 0x50BC70) is known color: Emerald. HEX triplet: 50, BC and 70. RGB value is (80,188,112). Sum of RGB (Red+Green+Blue) = 80+188+112=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC70 is #AF438F. Grayscale: #939393. Windows color (decimal): -11486096 or 7388240. OLE color: 7388240.

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

Color convert

RGB 80 188 112 -
CMYK 0.57 0 0.40 0.26
HSL 137.78º 0.45% 0.53% -
HSV(B) 137.78º 0.57% 0.74% -
XYZ 24.22 38.84 21.55 -
YUV 147.04 108.22 80.18 -
System Red Green Blue C M Y K H S L
Decimal 80 188 112 0.57 0 0.40 0.26 137.78 0.45 0.53
Hex 50 BC 70 39 0 28 1A 8A 2D 35
Octal 120 274 160 71 0 50 32 212 55 65
Binary 1010000 10111100 1110000 111001 0 101000 11010 10001010 101101 110101

Color Harmonies of #50BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC70

Black with #50BC70

Text Example


Text Example

White with #50BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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