#50BE6B

Color #50BE6B Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #50BE6B

Tints of Emerald #50BE6B

Color information

#50BE6B (or 0x50BE6B) is unknown color: approx 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

RGB80190107-
CMYK0.5800.440.25
HSL134.73º45.83%52.94%-
HSV(B)134.73º57.89%74.51%-
XYZ24.3839.5920.27-
YUV147.65105.0679.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 190 (74.61% from 255) = 50.40%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=21.22%
G=50.40%
B=28.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801901070.5800.440.25134.7345.8352.94
Hex50BE6B3A02C19872e35
Octal12027615372054312075665
Binary101000010111110110101111101001011001100110000111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>