#50C36A

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

Shades of Emerald #50C36A

Tints of Emerald #50C36A

Color information

#50C36A (or 0x50C36A) is unknown color: approx Emerald. HEX triplet: 50, C3 and 6A. RGB value is (80,195,106). Sum of RGB (Red+Green+Blue) = 80+195+106=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #50C36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C36A is #AF3C95. Grayscale: #969696. Windows color (decimal): -11484310 or 6996816. OLE color: 6996816.

HSL color Cylindrical-coordinate representation of color #50C36A: hue angle of 133.57º 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 #50C36A is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB80195106-
CMYK0.5900.460.24
HSL133.57º48.94%53.92%-
HSV(B)133.57º58.97%76.47%-
XYZ25.4241.7820.36-
YUV150.47102.977.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 195 (76.56% from 255) = 51.18%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=21.00%
G=51.18%
B=27.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801951060.5900.460.24133.5748.9453.92
Hex50C36A3B02E18863136
Octal12030315273056302066166
Binary101000011000011110101011101101011101100010000110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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