#50C986

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

Shades of Emerald #50C986

Tints of Emerald #50C986

Color information

#50C986 (or 0x50C986) is unknown color: approx Emerald. HEX triplet: 50, C9 and 86. RGB value is (80,201,134). Sum of RGB (Red+Green+Blue) = 80+201+134=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #50C986 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C986 is #AF3679. Grayscale: #9D9D9D. Windows color (decimal): -11482746 or 8833360. OLE color: 8833360.

HSL color Cylindrical-coordinate representation of color #50C986: hue angle of 146.78º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C986 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB80201134-
CMYK0.6000.330.21
HSL146.78º52.84%55.1%-
HSV(B)146.78º60.2%78.82%-
XYZ28.545.229.78-
YUV157.18114.9172.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.28%
GREEN value IS 201 (78.91% from 255) = 48.43%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=19.28%
G=48.43%
B=32.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802011340.6000.330.21146.7852.8455.1
Hex50C9863C02115933537
Octal12031120674041252236567
Binary1010000110010011000011011110001000011010110010011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,201,134); }

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

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

 a { background-color: rgb(80,201,134); }

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

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

 span { border-color: rgb(80,201,134); }

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