#50B96A

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

Shades of Emerald #50B96A

Tints of Emerald #50B96A

Color information

#50B96A (or 0x50B96A) is unknown color: approx Emerald. HEX triplet: 50, B9 and 6A. RGB value is (80,185,106). Sum of RGB (Red+Green+Blue) = 80+185+106=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #50B96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B96A is #AF4695. Grayscale: #909090. Windows color (decimal): -11486870 or 6994256. OLE color: 6994256.

HSL color Cylindrical-coordinate representation of color #50B96A: hue angle of 134.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B96A is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB80185106-
CMYK0.5700.430.27
HSL134.86º42.86%51.96%-
HSV(B)134.86º56.76%72.55%-
XYZ23.2637.4419.64-
YUV144.6106.2181.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=21.56%
G=49.87%
B=28.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801851060.5700.430.27134.8642.8651.96
Hex50B96A3902B1B872b34
Octal12027115271053332075364
Binary101000010111001110101011100101010111101110000111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,185,106); }

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

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

 a { background-color: rgb(80,185,106); }

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

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

 span { border-color: rgb(80,185,106); }

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