#50CC73

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

Shades of Emerald #50CC73

Tints of Emerald #50CC73

Color information

#50CC73 (or 0x50CC73) is unknown color: approx Emerald. HEX triplet: 50, CC and 73. RGB value is (80,204,115). Sum of RGB (Red+Green+Blue) = 80+204+115=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CC73 is #AF338C. Grayscale: #9D9D9D. Windows color (decimal): -11481997 or 7588944. OLE color: 7588944.

HSL color Cylindrical-coordinate representation of color #50CC73: hue angle of 136.94º 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 #50CC73 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB80204115-
CMYK0.6100.440.2
HSL136.94º54.87%55.69%-
HSV(B)136.94º60.78%80%-
XYZ2846.1323.65-
YUV156.78104.4273.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.05%
GREEN value IS 204 (80.08% from 255) = 51.13%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=20.05%
G=51.13%
B=28.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal802041150.6100.440.2136.9454.8755.69
Hex50CC733D02C14893738
Octal12031416375054242116770
Binary101000011001100111001111110101011001010010001001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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