#50CC81

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

Shades of Emerald #50CC81

Tints of Emerald #50CC81

Color information

#50CC81 (or 0x50CC81) is unknown color: approx Emerald. HEX triplet: 50, CC and 81. RGB value is (80,204,129). Sum of RGB (Red+Green+Blue) = 80+204+129=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CC81 is #AF337E. Grayscale: #9E9E9E. Windows color (decimal): -11481983 or 8506448. OLE color: 8506448.

HSL color Cylindrical-coordinate representation of color #50CC81: hue angle of 143.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CC81 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB80204129-
CMYK0.6100.370.2
HSL143.71º54.87%55.69%-
HSV(B)143.71º60.78%80%-
XYZ28.8646.4828.22-
YUV158.37111.4272.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.37%
GREEN value IS 204 (80.08% from 255) = 49.39%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=19.37%
G=49.39%
B=31.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal802041290.6100.370.2143.7154.8755.69
Hex50CC813D02514903738
Octal12031420175045242206770
Binary1010000110011001000000111110101001011010010010000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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