#50BF7C

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

Shades of Emerald #50BF7C

Tints of Emerald #50BF7C

Color information

#50BF7C (or 0x50BF7C) is unknown color: approx Emerald. HEX triplet: 50, BF and 7C. RGB value is (80,191,124). Sum of RGB (Red+Green+Blue) = 80+191+124=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BF7C is #AF4083. Grayscale: #969696. Windows color (decimal): -11485316 or 8175440. OLE color: 8175440.

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

Color convert

RGB80191124-
CMYK0.5800.350.25
HSL143.78º46.44%53.14%-
HSV(B)143.78º58.12%74.9%-
XYZ25.5840.4225.52-
YUV150.17113.2377.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 191 (75% from 255) = 48.35%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=20.25%
G=48.35%
B=31.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801911240.5800.350.25143.7846.4453.14
Hex50BF7C3A02319902e35
Octal12027717472043312205665
Binary101000010111111111110011101001000111100110010000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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