#50BF6A

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

Shades of Emerald #50BF6A

Tints of Emerald #50BF6A

Color information

#50BF6A (or 0x50BF6A) is unknown color: approx Emerald. HEX triplet: 50, BF and 6A. RGB value is (80,191,106). Sum of RGB (Red+Green+Blue) = 80+191+106=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BF6A is #AF4095. Grayscale: #949494. Windows color (decimal): -11485334 or 6995792. OLE color: 6995792.

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

Color convert

RGB80191106-
CMYK0.5800.450.25
HSL134.05º46.44%53.14%-
HSV(B)134.05º58.12%74.9%-
XYZ24.5440.0120.06-
YUV148.12104.2379.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 191 (75% from 255) = 50.66%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=21.22%
G=50.66%
B=28.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801911060.5800.450.25134.0546.4453.14
Hex50BF6A3A02D19862e35
Octal12027715272055312065665
Binary101000010111111110101011101001011011100110000110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,191,106); }

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

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

 a { background-color: rgb(80,191,106); }

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

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

 span { border-color: rgb(80,191,106); }

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