#50C376

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

Shades of Emerald #50C376

Tints of Emerald #50C376

Color information

#50C376 (or 0x50C376) is unknown color: approx Emerald. HEX triplet: 50, C3 and 76. RGB value is (80,195,118). Sum of RGB (Red+Green+Blue) = 80+195+118=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #50C376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C376 is #AF3C89. Grayscale: #989898. Windows color (decimal): -11484298 or 7783248. OLE color: 7783248.

HSL color Cylindrical-coordinate representation of color #50C376: hue angle of 139.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C376 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB80195118-
CMYK0.5900.390.24
HSL139.83º48.94%53.92%-
HSV(B)139.83º58.97%76.47%-
XYZ26.0942.0423.88-
YUV151.84108.976.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 195 (76.56% from 255) = 49.62%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=20.36%
G=49.62%
B=30.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801951180.5900.390.24139.8348.9453.92
Hex50C3763B027188c3136
Octal12030316673047302146166
Binary101000011000011111011011101101001111100010001100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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