#50C379

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

Shades of Emerald #50C379

Tints of Emerald #50C379

Color information

#50C379 (or 0x50C379) is unknown color: approx Emerald. HEX triplet: 50, C3 and 79. RGB value is (80,195,121). Sum of RGB (Red+Green+Blue) = 80+195+121=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #50C379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C379 is #AF3C86. Grayscale: #989898. Windows color (decimal): -11484295 or 7979856. OLE color: 7979856.

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

Color convert

RGB80195121-
CMYK0.5900.380.24
HSL141.39º48.94%53.92%-
HSV(B)141.39º58.97%76.47%-
XYZ26.2742.1224.83-
YUV152.18110.476.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.20%
GREEN value IS 195 (76.56% from 255) = 49.24%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=20.20%
G=49.24%
B=30.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801951210.5900.380.24141.3948.9453.92
Hex50C3793B026188d3136
Octal12030317173046302156166
Binary101000011000011111100111101101001101100010001101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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