#50C77A

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

Shades of Emerald #50C77A

Tints of Emerald #50C77A

Color information

#50C77A (or 0x50C77A) is unknown color: approx Emerald. HEX triplet: 50, C7 and 7A. RGB value is (80,199,122). Sum of RGB (Red+Green+Blue) = 80+199+122=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #50C77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C77A is #AF3885. Grayscale: #9A9A9A. Windows color (decimal): -11483270 or 8046416. OLE color: 8046416.

HSL color Cylindrical-coordinate representation of color #50C77A: hue angle of 141.18º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C77A is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB80199122-
CMYK0.6000.390.22
HSL141.18º51.52%54.71%-
HSV(B)141.18º59.8%78.04%-
XYZ27.2443.9625.46-
YUV154.64109.5874.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.95%
GREEN value IS 199 (78.12% from 255) = 49.63%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=19.95%
G=49.63%
B=30.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801991220.6000.390.22141.1851.5254.71
Hex50C77A3C027168d3437
Octal12030717274047262156467
Binary101000011000111111101011110001001111011010001101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,199,122); }

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

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

 a { background-color: rgb(80,199,122); }

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

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

 span { border-color: rgb(80,199,122); }

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