Html Css Color HEX #50BC6E Emerald

📋 copy color: '#50BC6E'

red 80 ◦ green 188 ◦ blue 110

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

Shades of Emerald #50BC6E

Tints of Emerald #50BC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 21.16%
G = 49.74%
B = 29.1%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#50BC6E (or 0x50BC6E) is known color: Emerald. HEX triplet: 50, BC and 6E. RGB value is (80,188,110). Sum of RGB (Red+Green+Blue) = 80+188+110=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC6E is #AF4391. Grayscale: #939393. Windows color (decimal): -11486098 or 7257168. OLE color: 7257168.

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

Color convert

RGB 80 188 110 -
CMYK 0.57 0 0.41 0.26
HSL 136.67º 0.45% 0.53% -
HSV(B) 136.67º 0.57% 0.74% -
XYZ 24.11 38.8 20.97 -
YUV 146.82 107.22 80.34 -
System Red Green Blue C M Y K H S L
Decimal 80 188 110 0.57 0 0.41 0.26 136.67 0.45 0.53
Hex 50 BC 6E 39 0 29 1A 89 2D 35
Octal 120 274 156 71 0 51 32 211 55 65
Binary 1010000 10111100 1101110 111001 0 101001 11010 10001001 101101 110101

Color Harmonies of #50BC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC6E

Black with #50BC6E

Text Example


Text Example

White with #50BC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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