#50be6d

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

Shades of Emerald #50BE6D

Tints of Emerald #50BE6D

Color information

#50BE6D (or 0x50BE6D) is unknown color: approx Emerald. HEX triplet: 50, BE and 6D. RGB value is (80,190,109). Sum of RGB (Red+Green+Blue) = 80+190+109=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE6D is #AF4192. Grayscale: #949494. Windows color (decimal): -11485587 or 7192144. OLE color: 7192144.

HSL color Cylindrical-coordinate representation of color #50BE6D: hue angle of 135.82º 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 #50BE6D is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB80190109-
CMYK0.5800.430.25
HSL135.82º45.83%52.94%-
HSV(B)135.82º57.89%74.51%-
XYZ24.4839.6420.83-
YUV147.88106.0679.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 190 (74.61% from 255) = 50.13%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=21.11%
G=50.13%
B=28.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801901090.5800.430.25135.8245.8352.94
Hex50BE6D3A02B19882e35
Octal12027615572053312105665
Binary101000010111110110110111101001010111100110001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50be6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50be6d;
 }
 .AnyTagClassName
 {
   color: #50be6d;
 }
</style>
background-color css

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

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

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

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

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

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