#50CA73

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

Shades of Emerald #50CA73

Tints of Emerald #50CA73

Color information

#50CA73 (or 0x50CA73) is unknown color: approx Emerald. HEX triplet: 50, CA and 73. RGB value is (80,202,115). Sum of RGB (Red+Green+Blue) = 80+202+115=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA73 is #AF358C. Grayscale: #9B9B9B. Windows color (decimal): -11482509 or 7588432. OLE color: 7588432.

HSL color Cylindrical-coordinate representation of color #50CA73: hue angle of 137.21º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA73 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB80202115-
CMYK0.6000.430.21
HSL137.21º53.51%55.29%-
HSV(B)137.21º60.4%79.22%-
XYZ27.5245.1823.49-
YUV155.6105.0874.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.15%
GREEN value IS 202 (79.30% from 255) = 50.88%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=20.15%
G=50.88%
B=28.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802021150.6000.430.21137.2153.5155.29
Hex50CA733C02B15893637
Octal12031216374053252116667
Binary101000011001010111001111110001010111010110001001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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