#50C388

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

Shades of Emerald #50C388

Tints of Emerald #50C388

Color information

#50C388 (or 0x50C388) is unknown color: approx Emerald. HEX triplet: 50, C3 and 88. RGB value is (80,195,136). Sum of RGB (Red+Green+Blue) = 80+195+136=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #50C388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C388 is #AF3C77. Grayscale: #9A9A9A. Windows color (decimal): -11484280 or 8962896. OLE color: 8962896.

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

Color convert

RGB80195136-
CMYK0.5900.300.24
HSL149.22º48.94%53.92%-
HSV(B)149.22º58.97%76.47%-
XYZ27.2742.5130.06-
YUV153.89117.975.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.46%
GREEN value IS 195 (76.56% from 255) = 47.45%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=19.46%
G=47.45%
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.24
SystemRedGreenBlueCMYKHSL
Decimal801951360.5900.300.24149.2248.9453.92
Hex50C3883B01E18953136
Octal12030321073036302256166
Binary101000011000011100010001110110111101100010010101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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