Html Css Color HEX #50BE6B Emerald

📋 copy color: '#50BE6B'

red 80 ◦ green 190 ◦ blue 107

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

Shades of Emerald #50BE6B

Tints of Emerald #50BE6B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.4%

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

R = 21.22%
G = 50.4%
B = 28.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#50BE6B (or 0x50BE6B) is known color: Emerald. HEX triplet: 50, BE and 6B. RGB value is (80,190,107). Sum of RGB (Red+Green+Blue) = 80+190+107=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE6B is #AF4194. Grayscale: #939393. Windows color (decimal): -11485589 or 7061072. OLE color: 7061072.

HSL color Cylindrical-coordinate representation of color #50BE6B: hue angle of 134.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BE6B is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 190 107 -
CMYK 0.58 0 0.44 0.25
HSL 134.73º 0.46% 0.53% -
HSV(B) 134.73º 0.58% 0.75% -
XYZ 24.38 39.59 20.27 -
YUV 147.65 105.06 79.75 -
System Red Green Blue C M Y K H S L
Decimal 80 190 107 0.58 0 0.44 0.25 134.73 0.46 0.53
Hex 50 BE 6B 3A 0 2C 19 87 2E 35
Octal 120 276 153 72 0 54 31 207 56 65
Binary 1010000 10111110 1101011 111010 0 101100 11001 10000111 101110 110101

Color Harmonies of #50BE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BE6B

Black with #50BE6B

Text Example


Text Example

White with #50BE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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