#50C381

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

Shades of Emerald #50C381

Tints of Emerald #50C381

Color information

#50C381 (or 0x50C381) is unknown color: approx Emerald. HEX triplet: 50, C3 and 81. RGB value is (80,195,129). Sum of RGB (Red+Green+Blue) = 80+195+129=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #50C381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C381 is #AF3C7E. Grayscale: #999999. Windows color (decimal): -11484287 or 8504144. OLE color: 8504144.

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

Color convert

RGB80195129-
CMYK0.5900.340.24
HSL145.57º48.94%53.92%-
HSV(B)145.57º58.97%76.47%-
XYZ26.7942.3227.53-
YUV153.09114.475.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 195 (76.56% from 255) = 48.27%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=19.80%
G=48.27%
B=31.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801951290.5900.340.24145.5748.9453.92
Hex50C3813B02218923136
Octal12030320173042302226166
Binary1010000110000111000000111101101000101100010010010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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