#50C589

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

Shades of Emerald #50C589

Tints of Emerald #50C589

Color information

#50C589 (or 0x50C589) is unknown color: approx Emerald. HEX triplet: 50, C5 and 89. RGB value is (80,197,137). Sum of RGB (Red+Green+Blue) = 80+197+137=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #50C589 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C589 is #AF3A76. Grayscale: #9B9B9B. Windows color (decimal): -11483767 or 9028944. OLE color: 9028944.

HSL color Cylindrical-coordinate representation of color #50C589: hue angle of 149.23º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C589 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB80197137-
CMYK0.5900.300.23
HSL149.23º50.21%54.31%-
HSV(B)149.23º59.39%77.25%-
XYZ27.7943.4430.59-
YUV155.18117.7474.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 197 (77.34% from 255) = 47.58%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=19.32%
G=47.58%
B=33.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal801971370.5900.300.23149.2350.2154.31
Hex50C5893B01E17953236
Octal12030521173036272256266
Binary101000011000101100010011110110111101011110010101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,197,137); }

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

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

 a { background-color: rgb(80,197,137); }

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

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

 span { border-color: rgb(80,197,137); }

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