#50BF7A

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

Shades of Emerald #50BF7A

Tints of Emerald #50BF7A

Color information

#50BF7A (or 0x50BF7A) is unknown color: approx Emerald. HEX triplet: 50, BF and 7A. RGB value is (80,191,122). Sum of RGB (Red+Green+Blue) = 80+191+122=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BF7A is #AF4085. Grayscale: #969696. Windows color (decimal): -11485318 or 8044368. OLE color: 8044368.

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

Color convert

RGB80191122-
CMYK0.5800.360.25
HSL142.7º46.44%53.14%-
HSV(B)142.7º58.12%74.9%-
XYZ25.4540.3724.86-
YUV149.94112.2378.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 191 (75% from 255) = 48.60%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=20.36%
G=48.60%
B=31.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801911220.5800.360.25142.746.4453.14
Hex50BF7A3A024198f2e35
Octal12027717272044312175665
Binary101000010111111111101011101001001001100110001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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