#50D45A

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

Shades of Emerald #50D45A

Tints of Emerald #50D45A

Color information

#50D45A (or 0x50D45A) is unknown color: approx Emerald. HEX triplet: 50, D4 and 5A. RGB value is (80,212,90). Sum of RGB (Red+Green+Blue) = 80+212+90=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 212 (83.20% from 255 or 55.50% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 212 - color contains mainly: green. Hex color #50D45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D45A is #AF2BA5. Grayscale: #9E9E9E. Windows color (decimal): -11479974 or 5952592. OLE color: 5952592.

HSL color Cylindrical-coordinate representation of color #50D45A: hue angle of 124.55º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D45A is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB8021290-
CMYK0.6200.580.17
HSL124.55º60.55%57.25%-
HSV(B)124.55º62.26%83.14%-
XYZ28.749.5317.72-
YUV158.6289.2771.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 212 (83.20% from 255) = 55.50%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=20.94%
G=55.50%
B=23.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal80212900.6200.580.17124.5560.5557.25
Hex50D45A3E03A117d3d39
Octal12032413276072211757571
Binary10100001101010010110101111100111010100011111101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,212,90); }

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

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

 a { background-color: rgb(80,212,90); }

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

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

 span { border-color: rgb(80,212,90); }

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