#50BB76

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

Shades of Emerald #50BB76

Tints of Emerald #50BB76

Color information

#50BB76 (or 0x50BB76) is unknown color: approx Emerald. HEX triplet: 50, BB and 76. RGB value is (80,187,118). Sum of RGB (Red+Green+Blue) = 80+187+118=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB76 is #AF4489. Grayscale: #939393. Windows color (decimal): -11486346 or 7781200. OLE color: 7781200.

HSL color Cylindrical-coordinate representation of color #50BB76: hue angle of 141.31º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BB76 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB80187118-
CMYK0.5700.370.27
HSL141.31º44.03%52.35%-
HSV(B)141.31º57.22%73.33%-
XYZ24.3538.5523.3-
YUV147.14111.5580.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 187 (73.44% from 255) = 48.57%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=20.78%
G=48.57%
B=30.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801871180.5700.370.27141.3144.0352.35
Hex50BB76390251B8d2c34
Octal12027316671045332155464
Binary101000010111011111011011100101001011101110001101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,187,118); }

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

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

 a { background-color: rgb(80,187,118); }

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

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

 span { border-color: rgb(80,187,118); }

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