#50C380

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

Shades of Emerald #50C380

Tints of Emerald #50C380

Color information

#50C380 (or 0x50C380) is unknown color: approx Emerald. HEX triplet: 50, C3 and 80. RGB value is (80,195,128). Sum of RGB (Red+Green+Blue) = 80+195+128=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #50C380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C380 is #AF3C7F. Grayscale: #999999. Windows color (decimal): -11484288 or 8438608. OLE color: 8438608.

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

Color convert

RGB80195128-
CMYK0.5900.340.24
HSL145.04º48.94%53.92%-
HSV(B)145.04º58.97%76.47%-
XYZ26.7242.2927.18-
YUV152.98113.975.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.85%
GREEN value IS 195 (76.56% from 255) = 48.39%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=19.85%
G=48.39%
B=31.76%

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
Decimal801951280.5900.340.24145.0448.9453.92
Hex50C3803B02218913136
Octal12030320073042302216166
Binary1010000110000111000000011101101000101100010010001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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