#50BF7B

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

Shades of Emerald #50BF7B

Tints of Emerald #50BF7B

Color information

#50BF7B (or 0x50BF7B) is unknown color: approx Emerald. HEX triplet: 50, BF and 7B. RGB value is (80,191,123). Sum of RGB (Red+Green+Blue) = 80+191+123=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BF7B is #AF4084. Grayscale: #969696. Windows color (decimal): -11485317 or 8109904. OLE color: 8109904.

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

Color convert

RGB80191123-
CMYK0.5800.360.25
HSL143.24º46.44%53.14%-
HSV(B)143.24º58.12%74.9%-
XYZ25.5140.425.19-
YUV150.06112.7378.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.30%
GREEN value IS 191 (75% from 255) = 48.48%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=20.30%
G=48.48%
B=31.22%

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
Decimal801911230.5800.360.25143.2446.4453.14
Hex50BF7B3A024198f2e35
Octal12027717372044312175665
Binary101000010111111111101111101001001001100110001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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